/* CSS Document */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 90%;
}

#wrapper
{
	margin: 0 auto;
	border: 1px none gray;
	padding: 0;
	width: 800px;
	text-align: left;
	background-image: url(images/Web-Site---01_01.gif);
	background-repeat: no-repeat;
}




a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 120%;
	color: #CCCCCC;
}
h2 {
	font-size: 110%;
}


#content {
	background-color: #000000;
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header {
	background-color: #000000;
}
#nav {
	background-color: #000000;
}


#footer {
	padding: 20px 0px 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
	height: auto;
}


#thumbs {
	background-color: #000000;
	float: left;
	width: 160px;

}
#selectedphoto {
	background-color: #000000;
	float: none;
	width: 500px;
	border: none;
	height: auto;
	clear: none;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	height: 700px;
	width: 93px;
}

#gallery {

	background-color: #000000;
}
#feature {
	background-color: #000000;
	float: none;
	width: 500px;
	margin-left: 180px;
	text-align: center;
	height: 500px;
	vertical-align: middle;

}
.thumb {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.gallerytitle {
	background-color: #000000;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.featurepicvert {

	background-color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.featurepichoriz {


	background-color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#featurestory {
	background-color: #333333;
	float: none;
	width: 680px;
	margin-left: 0px;
	text-align: left;
	height: auto;
	padding: 10px;
	color: #FFFFFF;
}
.description {
	font-size: 12px;
	color: #666666;
}
.webdesign {
	font-size: 10px;
	color: #666666;
}
