/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { 
 padding: 0;
 margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 margin: 10px 0px 5px 0px;
 background: #333399;
}

#header h1 {
 color: #FFFFFF;
 font-size:24px;
}

#leftcolumn { 
 color: #333;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}

#leftcolumn h1 {
 color: #333399;
 font-size:16px;
 margin-top:10px;
}

#leftcolumn a {
 color: #000000;
 text-decoration:none;
 margin-left: 10px;
}

#leftcolumn a:hover {
 color: #333399;
 text-decoration:underline;
 font-weight:bolder;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
 position: relative;
}

#rightcolumn h1 {
 font-size:24px;
 margin-bottom:5px;
 margin-top:10px;
 color:333399;
}

#rightcolumn h2 {
 font-size:20px;
 margin-left:10px;
 margin-bottom:5px;
 margin-top:10px;
 color:333399;
}

#rightcolumn h3 {
 font-size:12px;
 margin-left:10px;
 margin-bottom:5px;
 margin-top:10px;
 color:333399;
}

#rightcolumn p {
 margin-top: 10px;
 margin-left:10px;
}

#rightcolumn p.subtle {
 color: #999999;
 margin-top: 10px;
 font-size:10px;
}

#rightcolumn a {
 color: #333399;
 text-decoration:none;
}

#rightcolumn a:hover {
 text-decoration:underline;
 font-weight:bolder;
}

#rightcolumn li {
 list-style-type: square;
 list-style-image: inherit;
 list-style-position: inside;
 margin-left:20px;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 background: #333399;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footer p {
 font-size:10px;
 color:#FFFFFF;
}

#footer a {
 font-size:10px;
 font-weight:bolder;
 color:#FFFFFF;
 text-decoration:none;
}

#footer a:hover {
 text-decoration:underline;
}