@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;
	min-height:450px;
	width: 935px;
	background-color:#FFF;
}



#gal_image {
	border-style:solid;
	border-width:5px;
	border-color:#CCC;
	margin:12px;
	
}

#images_table {
	margin-left:50px;
}

#images_table li{
	list-style:none;
	float:left;
}

#maincontent {
	float: left;
	height: auto;
	width: 900px;
	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;
}
#footertag {
	float: left;
	width: 935px;
	height: auto;
	background-position: right;
	background-repeat:no-repeat;
	text-align: right;
}
