/* CSS Document */

/*
      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-image: url(../images/layout/main_background.gif);
	background-repeat: repeat-x;
	background-color: #82993F;
}



#header {
	width: 100%;
	height: 285px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;	
	float: left;
	padding: 0px;
	background-image: url(../images/layout/long_banner.jpg);
	background-position: center top;
}

#header h1{
	margin:0;
	}
	
	
	
#header a.logo{
	display:block;
	width:200px;
	text-indent:-9999px;
	overflow:hidden;
	padding: 0px;
	height: 200px;
	left: 50%;
	position: absolute;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -440px;
	}




#header #tag_line{
	position: absolute;
	width: 600px;
	margin-left: -200px;
	left: 50%;
	display:block;
	height:auto;
	color: #6A5634;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin-top: 6px;
}
	

#wrapper {
	width: 814px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/layout/stage_background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px;
}
	
/* 

#wrapper {
	position: absolute;
	width: 814px;
	height:auto;
	margin-left: -402px;
	left: 50%;
	display:block;
	margin-top: 285px;
	margin-bottom: 0;
	background-image: url(../images/layout/stage_background.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

*/

#menu {
	color: #333;
	height: 34px;
	width: 814px;
	clear: both;
	background-image: url(../images/layout/menu_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}


#menu a:link, #menu a:visited, #menu a:active {
	margin-left: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


#menu a:hover{
	margin-left: 30px;
	color: #CC0033;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


 

#leftcolumn {
	color: #333;
	padding: 10px;
	height: auto;
	width: 185px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}



#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto;
	width: 520px;
	display: inline;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer {
	width: 814px;
	clear: both;
	color: #333;
	padding: 0px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 14px;
}


#footer_text {
	width: 795px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	height: 35px;
}
