body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#Container {
	width: 760px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #D8C8A6;
	padding: 1px;
}
#Content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#Header {
	height: 150px;
}
#Logo {
	clear: both;
	float: none;
	width: 500px;
	position: relative;
	left: 20px;
	top: 35px;
}
#TopNav {
	color: #D4C9AB;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#TopNav a , #TopNav a:visited{
	color: #D8C8A7;
	text-decoration: none;

}
#TopNav a:active {
	text-decoration: none;
	color: #02C0E4;

}
#TopNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#MainContent {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #000000;
	color: #D4C6A9;
}
#MainText {
	color: #02C0E4;
	width: 350px;
	float: left;
	clear: left;
	text-transform: lowercase;
}
#ContactForm {
	color: #02C0E4;
	width: 350px;
	float: left;
	margin-top: 8px;
	clear: left;
}
#Gallery {
	color: #02C0E4;
	float: left;
	margin-top: 20px;
	clear: both;
}
.ThumbNail {
	background-color: #000000;
	padding: 1px;
	border: 1px solid #D4C6A9;
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}
.ThumbNailTitle {
	text-align: center;
	padding: 4px;
	color: #D4C6A9;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	text-transform: lowercase;
	font-weight: normal;
	color: #D4C6A9;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
}
h2{
	font-size: 16px;
}
p {
	margin-bottom: 3px;
	margin-top: 0px;
}
#ImageHolder {
	float: right;
	clear: both;
}

.TxtBox {
	background-color: #000000;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
	text-indent: 2px;
	font-size: 10px;

}
a {
	border: none;
	color: #D8C8A7;
	text-decoration: none;
}
a:visited {
	border: none #000000;
	color: #D9C4A9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border: none #000000;
	color: #02C0E4;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#PageNav {
	clear: left;
	float: left;
	margin-top: 30px;
}
#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	background-color: #000000;
}
#Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
#Copyright a:link{
	color: #999999;
	text-decoration: none;
}
#Copyright a:visited, #Copyright a:active, #Copyright a:hover {
	color: #999999;
	text-decoration: none;
}
