@charset "utf-8";

body {
	background-repeat: repeat;
	background-color: #D5CFC3;
	background-position: center top;
}
#picture {
	float: left;

}

#wrapper {
	width: 935px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header {
	float: left;
	height: 172px;
	width: 935px;
}
#nav {
	background-image: url(../images/navbar.png);
	float: left;
	height: 51px;
	width: 935px;
}
#nav_shadow {
	float: left;
	height: 17px;
	width: 935px;
	background-image: url(../images/nav_shadow.jpg);
}
#main {
	float: left;
	height: auto;
	width: 935px;
}
#leftcol {
	background-image: url(../images/page_left.jpg);
	float: left;
	height: 298px;
	width: 158px;
	background-repeat: no-repeat;
}
#middlecol {
	background-color:#FFF;
	float: left;
	height: 298px;
	width: 618px;
	background-repeat: no-repeat;
}
#rightcol {
	background-image: url(../images/page_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 298px;
	width: 159px;
}
#maincontent {
	float: left;
	height: auto;
	width: 935px;
	background-color: #FFFFFF;

}

#pagecontentleft {
	float: left;
	height: 316px;
	width: 158px;
	background-image: url(../images/content_page_left.jpg);
	background-color: #FFFFFF;
}
#leftcontent {
	float: left;
	height: auto;
	width: 420px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	padding-left: 10px;

}
#rightcontent {
	float: left;
	height: auto;
	width: 188px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#pagecontentright {
	float: left;
	height: 316px;
	width: 159px;
	background-image: url(../images/conent_page_right.jpg);
	background-color: #FFFFFF;
}
#footermain {
	background-color: #FFFFFF;
	float: left;
	height: 48px;
	width: 935px;
}
#footergraphic {
	background-image: url(../images/footer_line.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 935px;
}
#footernav {
	float: left;
	height: 35px;
	width: 935px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	word-spacing: 20px;
	color: #999999;
}
#footerconnect {
float: left;
width: 935px;
height: auto;
background-color: #FFF;
background-repeat: repeat;
text-align: right;
}
#footertag {
	float: left;
	width: 935px;
	height: auto;
	background-position: right;
	background-repeat:no-repeat;
	text-align: right;
}
