html
{
height: 100%;
}

body {
	background: #eeebea url(images/bg.gif) top center repeat-y;
	height: 100%;
	padding:0;
	margin:0;
	}
	
	p	
	{
	padding-top:0px;
	margin: 0;
	margin-left:3px;
	}
	
	ul
	{
	 margin-top:0px;
	}
	
* html #container
{
height: 100%;
}
#container {
	
	margin:0 auto;
	position: relative;
    min-height: 100%;
	
	width:616px;
	background:#fff;
	}	
	
#wide #container, #wide #content, #wide #header, #wide #footer{width:800px;}	
#wide #header{background:#000 url(images/header2_wide.jpg) no-repeat;}
#wide #footer{background:#000 url(images/footer_wide.jpg) no-repeat;}
body#wide{background: #eeebea url(images/bg_wide.gif) top center repeat-y;}
	
#leftbg {
	background:url(images/leftbg.jpg) no-repeat;
	height:660px;
	width:358px;
	float:left;
	margin-top:185px;
	z-index:1;
	}	

#content {
	/*position:absolute;
	z-index:2!important;*/
	float:left;
	width:616px;
	background-color: #fff;
	padding-bottom: 100px;
	}

#header {
	background:#000 url(images/header2.jpg) no-repeat;
	width:616px;
	height:185px;
	}
#header h2{margin:0; padding:0}
#header h2 a{text-decoration:none}
#header h2 a{
display:block;
width:300px;
height:100px;
left:10px;
top:20px;float:left}

#header h2 span{visibility:hidden}
.nav {
	float:right;	
	margin-top:0px;
	margin-right:0px;	
	height:185px;
	}

.nav a {
	color:#fff;	
	}
.nav img{margin:0;padding:0;}
	
.nav a:hover {
	color:#fcc000;
	}	



	
.submenu{float:left; width:180px; margin-left:10px; margin-top:20px;}
.submenu ul{margin-left:0px; padding-left:0px}
.submenu li{list-style:none;}
.submenu li a{display:block; width:180px; padding-left:5px; background-color:#B6A58B;margin:4px;
text-decoration:none; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
height:20px; line-height:20px;
text-transform:uppercase}	
.submenu li a:hover{background-color:#836D5A}


.right_text
{
float:right;
    width:350px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:165%;
	
	margin-right:15px;
	margin-bottom:30px;
	}
	
h1{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px;padding-left:20px; font-size:15px; font-family:'Century Gothic', Arial; margin:0; background-color: #E5E5E5; height:20px; clear:both;}

	
.right_text a:link       { color: #003399; text-decoration: none;  }
.right_text a:visited   { color: #003399; text-decoration: none; background-color:none; }
.right_text a:hover		{ color: #000033; text-decoration: underline;  } 
.right_text a:active		{ color:#003399; text-decoration: none; background-color:none; } 		
		

	
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:616px;
	height:128px;	
	clear:both;
	font:8px Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#797979;
	position: relative;
	margin:0 auto;
    margin-top: -100px;
	}	
		
#footer p {

	padding-left:107px;
	padding-top:82px;
	
	}		

.form{
font:12px Arial, Helvetica, sans-serif;
padding:0 10px;}


















