/* CSS Document */

body {
	background-color: #666666;
	margin: 0px;
}

#masthead {
	background-image: url(../images/Local-166_01.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	height: 23px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Local-166_03.jpg);
	background-repeat: repeat-x;
}

#nav_left {
	background-image: url(../images/Local-166_02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 17px;
}

#nav_center {
	float: left;
	height: 23px;
	width: 766px;
}
#nav_center ul {
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

#nav_center ul li { 
	display: inline;
}

#nav_center ul li a {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#nav_center .active a {
	background-color: #666;
	color: #fff;
}

#nav_center ul li a:hover {
	background-color: #666;
	color: #fff;
}

#nav_right {
	background-image: url(../images/Local-166_05.jpg);
	float: right;
	height: 23px;
	width: 17px;
}

#below_nav {
	background-image: url(../images/Local-166_06.jpg);
	background-repeat: no-repeat;
	clear: left;
	height: 37px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content_area {
	background-color: #D1D2D4;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}

#content_left {
	background-color: #E7E7E8;
	height: 50px;
	width: 456px;
	margin-left: 10px;
	float: left;
	padding:15px;
	height: auto;
	overflow: hidden;
}

.headline {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #cc0000;
	padding-bottom: 10px;
}

.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

#content_right {
	background-color: #E7E7E8;
	height: 50px;
	width: 256px;
	float: right;
	margin-right: 10px;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
}

.gallery {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#footer {
	background-color: #D1D2D4;
	height: 10px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}