/*
      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;
	color: #333333;
	background-color: #537C66;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 902px;
 float: left;
 padding: 10px;
 border: 1px solid #FFFF99;
 height: 100px;
 margin: 10px 0px 0px;
 background: #378D74 url(images/logo/header.png) no-repeat left center;
}
#topmenu {
	Color:#FFFF99;
	width:922px;
	float:left;
 padding; 10px:0px:10px:0px;
	height:20px;
	border-right: 1px solid #FFFF99;
	border-left: 1px solid #FFFF99;
	background-image: url(images/bkgd.png);
	background-repeat: no-repeat;
	background-position: left;
}
#topmenu p {
	size:13px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 150px;
}
#topmenu p a:link {
	color:#FFFF99;
	text-decoration:none
}

#topmenu p a:active {
	color:#FFFF99;
	font-weight:bold;
}
#topmenu p a:visited{
	color:#CBCB7B;
}
#leftcolumn { 
 color: #FFFF99;
 border: 1px solid #FFFF99;
 background: #537C66 url(images/bkgd2.png) repeat-y left;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 170px;
 float: left;
}

#leftcolumn p {

}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #FFFF99;
 background: #FFFF99;
 margin: 0px 0px 5px;
 padding: 10px;
 height: 350px;
 width: 703px;
 display: inline;
}
#rightcolumn p {
	font:14px Arial, Helvetica, sans-serif;
	color:#2A2D2B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;

}
#rightcolumn a:link, a:visited, a:active {
	color: #993300;
	text-decoration: none;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #FFFF99;
 background: #537C66 url(images/bkgd3.png) no-repeat left;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer p {
	font:10px Arial, Helvetica;
	text-align:right;
}
#footer p a:link {
	color:#191919;
	text-decoration: none;
}
