/* Structure CSS */


body {
	behavior:url("csshover.htc");
	background: url(images/body_bg.png) #FFFFFF center top no-repeat;	
	padding: 0px; 
	margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: url(images/bg.png) left top repeat-y;
}

#header {
	background: url(images/header.png) left top no-repeat;
	height: 170px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 50px 0px 50px;
}

#logo {
	float: left;
	margin-top: 20px;
}

#gallery {
	background-color: #CFEAF5;
	height: 200px;
}

img.gallery_control {
	float: left;
	margin: 25px 5px 0px 5px;
}

#gallery_content {
	float: left;
	background-color: #CFEAF5;
	height: 200px;
	width: 870px;
	overflow: hidden;
	text-align: center;
}

#gallery_content table tr td {
	text-align: center;
}

#middle {
	padding: 0px 25px 0px 25px;
}

#middle_middle {
	background-color: #86B4C7;
}

#middle_left {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	padding: 10px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #FFFFFF;
}


#middle_right {
	float: right;
	width: 650px;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 20px 0px;
}

#middle_bottom {
	clear: both;
}

#footer {
	clear: both;
	padding: 20px 25px 0px 25px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #333333;
	height: 120px;
	background: url(images/footer.png) left top no-repeat;
}

#footer a {
	color: #F38CC1;
	line-height: 1.4em;
}

#footer a:hover {
	color: #86B4C7;
}






