/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
a, .a:visited {
	color: #000000;
	}
a:hover {
	text-decoration: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
width: 770px;
background-color: #ffffff;
margin: 10px auto;
border: 3px solid #000000;
text-align: left;
}
#banner {
	height: 110px;
	background: url(../images/logo.gif) no-repeat;
}
#banner h1 {
	color: #000000;
	text-indent: 95px;
	padding-top: 70px;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
}

#nav {
	height: 25px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #999999;
}
#nav ul {
	line-height: 25px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding: 4px 10px 3px;
}
#nav ul li a:link{
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
#nav ul li a:visited {
	color:#FFFFFF;
}

#nav ul li a:hover, #nav ul li a:focus {
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
	font-size: 100%;
}
#nav li#active a{
	font-style: oblique;
	color: #000000;
	background: #999999;
	font-weight: bold;
}

#gallery {
	position:relative;
	width:750px;
	height: 360px;
	background: url(../images/Background.jpg) no-repeat;
}
#thumbs {width:180px; float:left;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {
	position:absolute;
	width:auto;
	height:auto;
	top:0;
	border:1px solid #333;
	left: 250px;
}



#bottomnav {
	clear:both;
	margin-bottom: 10px;
}
#footer {
	clear:both;
	color: #333333;
	text-align: center;
	font-size: 70%;
	padding-top: 10px;
	border-top: 1px solid #333333;
}
#bottomnav p {
	font-size: 90%;
	text-align: center;
}

#content {
}
#content p {
	text-align: center;
	margin: 20px;
}
#content h2 {
	font: normal 150%/70px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#content h1 {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
}
.image {
	border: 5px double #000000;
}
