body, html {
	padding:0px;
	margin:0px;
}
body {
	background-color: #000000;
	background-image:url(images/bg_contact.gif);
	background-position:center bottom;
}
a img.setThumb {
	background-color:#FFFFFF;
	padding:4px;
	border:none;
	margin:4px;
}
#set {
	float:left;
	width:75%;
}
#recent {
	float:left;
	width:25%;
	background-color:#232323;
	border-left:solid 1px #595045;
	border-bottom:solid 1px #595045;
	margin-right:-1px;
}
div {
	overflow:hidden;
}
h1 {
	color:#FFFFFF;
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:24px;
	padding-bottom:8px;
}
div.padding {
	padding-bottom:24px;
	padding-left:24px;
}
a span {
	display:none;
}
a:hover span {
	display:block;
	position:absolute;
	margin-top:-87px;
	margin-left:95px;
}
a:hover span img {
	border:solid 4px #FFFFFF;
}
div.photos {
	background-color:#333333;
	background-image:url(images/bg_main.gif);
}
div.photos a {
	float:left;
}
body, td, th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#contact, #about {
	clear:both;
}
#about {
	background-image:url(images/bg_top.gif);
	background-position:center bottom;
	background-color:#000000;
}
#contact {
	float:left;
	width:50%;
}
#other {
	float:left;
	width:49%;
}
form {
	margin:0px;
	padding:0px;
	border:none;
}
.form {
	width:400px;
	margin:0px;
	padding:2px;
	border:solid 1px #595045;
	background-color:#362915;
	color:#FFFFFF;
}
#myform {
	float:left;
}