/*
      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;
	background-color: #2A92D7;
}
#wrapper {
	width: 1090px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 850px;
}
#header {
	color: #333;
	width: 1000px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
#navigation {
	float: right;
	width: 1090px;
	color: #333;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	height: 50px;
	background-color: #187DD0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftcolumn {
	color: #333;
	height: 600px;
	width: 710px;
	float: left;
	margin-top: 2px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 10px;
	text-align: left;
}
#rightcolumn {
	float: left;
	color: #FFF;
	padding: 10px;
	height: 710px;
	width: 1069px;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/bg3.png);
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
