/*
      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: #FFF;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 50px;
 margin: 10px 0px 5px 0px;
 background: #FFF;
 background: #FFF;
}
#navigation {
 float: left;
 text-align:right;
 width: 922px;
 color: #333;
 padding: 0px;
 height: 90px;
 border: 0px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #FFFFFF;
}
#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	text-align:center;
	height: 350px;
	width: 900px;
	float: left;
	background-color: #08BAF5;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 display: inline;
 background: #E7DBD5;
}
#footer { 
 width: 922px;
 clear: both;
 color: #666666;
 border: 0px solid #ccc;
 font-size:9px;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 height: 50px;
 padding: 0px;
 text-align:right;
} 
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

</style>
