body {
	font-family: "Trebuchet MS", Geneva, Georgia, Arial;
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	background-color: #ddd;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000;
	background-color: #ddd;
}

#banner {
	width: 950px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/banner.jpg);
}

#nav {
	background-color: #003366;
	background-image: url(../images/frontnav_bg.gif);
	background-repeat: repeat-y;
	width: 194px;
	height: 325px;
	vertical-align: top;
}
#photo {
	width: 790px;
	background-color: #999678;
	background-image: url(../images/frontsearch_bg.gif);
	background-repeat: repeat;
	background-position: 9px;
	vertical-align: top;
}
#news {
	background-color: #CCCC99;
	background-image: url(../images/frontnews_bg.jpg);
	background-repeat: repeat-y;
	height: 139px;
	width: 750px;
	vertical-align: top;
}
#sidebar {
	background-color: #000;
	background-image: url(../images/front_gallery.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
#search {
	height: 30px;
	padding-bottom: 6px;
	margin: 0 12px 0 13px;
	border-bottom: 1px dotted #333;
}

.ie #search {
	padding: 0;
}


#gallery {
	height: 105px;
}
#gallery a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width:  180px;
	height: 100px; 
	border: 0px solid #000;
	margin: 5px;
}
#keyword {
	background-color: #E3E3C7;
	border: 1px solid #666;
	width: 140px;
	font-size: 12px;
	color: #996600;
	margin: 5px 0 0 0;
	padding: 3px;
	vertical-align: middle;
}
ul.headlines {
	width: 320px;
	border: 0px solid #000;
	margin: 0 0 0 30px;
	padding: 0;
}
ul.headlines li {
	padding: 0 0 10px 0;
	list-style-image: url(../images/frontnews_arrow.gif);
}
ul.headlines li a:link {
	color: #333;
	text-decoration: none;
}
ul.headlines li a:visited {
	color: #666;
	text-decoration: none;
}
ul.headlines li a:hover {
	color: #333;
	text-decoration: underline;
}
#nav ul {
	padding: 0;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	border: 0px solid #FFF;
}

.webkit #nav ul, .gecko #nav ul {
	padding-bottom: 15px;
}

#nav ul li {
	padding: 0;
	padding-top: 27px;
	border-bottom: 1px dotted #325B84;
	margin: 0;
	line-height: 0px;
	list-style: none;
	width: 194px;
}

.ie #nav ul li {
	height: 5px;
	padding-top: 26px;
}


.ie7 #nav ul li {
	height: 15px;
	padding-top: 20px;
	line-height: 1em;
}

#nav ul li a:link, #nav ul li a:visited {
	padding: 0;
	padding-left: 30px;
	color: #FFF;
	text-decoration: none;
	margin: 0;
}
#nav ul li a:hover {
	background: url(../images/frontnav_arrow.gif) no-repeat 16px 50%; 
}
#footer {
	background-color: #FFF;
	width: 935px;
	font-size: 10px;
	color: #666;
	margin: 0 auto;
	padding: 8px 8px 8px 10px;
	text-align: left;
	height: 100px;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
