@charset "utf-8";
/*
      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: "Trebuchet MS", Arial, Helvetica, sans-serif,;
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#rightcolumn h2 {
	color: #529632;
}

#wrapper {
	margin: 0 auto;
	width: 800px;

}
#header {
	color: #333;
	width: 800px;
	float: left;
	height: 338px;
}
#leftcolumn {
	color: #333;
	padding: 10px;
	height: auto;
	width: auto;
	float: left;
	margin-left: 20px;
}
#rightcolumn {
	float: right;
	color: #333;
	background: #f5f7f7;
	margin: 10px 30px 0px 0px;
	padding: 10px;
	height: auto;
	width: 520px;
	display: inline;
}
#rightcolumn p {
	font-size: 11px;
}

#container {
	width: 799px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	float: left;
	background-image: url(../images/contentbg.jpg);
	padding-bottom: 30px;
	background-position: bottom;
	background-color: #E2E2E2;
	background-repeat: repeat-x;
}
