@charset "UTF-8";
@media screen, projection
{



html, body{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/page_bg.png);
	background-color: #b7e1c5;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#spacer{
	height: 30px;
}

#nav{
	height: 43px;
	width:512px;
	margin-left: 224px;
	padding-left:10px;
	background-color: #3e3a2f;
	position: relative;
	top: 10px;
	}
	
#mainnav{
	width: 210px;
	margin-top:75px;
	margin-left:1px;
}	
	
#header { 
  	padding: 0px; 
	color: #000000; 
}	


#page {
	margin:0 auto;
	width:747px;
	text-align:left;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#page_header{
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 285px;
}

#main_page{
	background-color: #ffffff;
}

#teaser {
	clear:both;
	padding-left: 10px;
	padding-top:8px;
	margin: 0px;
	height: 25px;
	background-attachment: scroll;
	background-image: url(../images/line_hori.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;

}

#breadcrumb{
	padding-top: 18px;
}

#left{
	width: 200px;
	height:100%;
	float: left;
	padding-left:3px;
	padding-right:10px;
}

#right{
	width: auto;
	padding-left:3px;
}

#right_two{
	width: auto;
	padding-left:3px;
	margin-left: 210px;
}

#footer{
	height: 61px;
	width: 100%;
	background-image: url(../images/footer_bg.png);
}

#footer1{
	clear: both;
	overflow: hidden;
	width: auto;
}


#footer_spacer{
	margin:0 auto;
	width:749px;
	height:40px;
	background-color: #b7e1c5;
	background-position: 0px 0px;
}

#clear {
	clear: both;
	padding-left: 10px;
}



}
