html {
	background-color: #000;
}

body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 100px;
	overflow: auto;
}

/* Constants */
.left {
	float: left;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

h1 {
	font: 24px bold;
	width: 90%;
	border-bottom: #b2b2b2 1px solid;
	color: #000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

/* Header/Menu */
.menu {
	padding-top: 12px;
}

.menu li {
	padding-left: 30px;
	padding-right: 30px;
}

.menu li a {
	color: #fff;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: underline;
}

/* Footer */
.footer {
	font-size: 10px;
	text-align: center;
}

/* Home */
#home {
	background: url(../images/home-bg.jpg) no-repeat;
	height: 600px;
}

#home_border {
	height: 598px;
	width: 898px;
	border: 1px #fff solid;
	filter: alpha(opacity=20);
	opacity: .2;
}

#home_menu {
	position: relative;
	top:-31px;
	left: 1px;
	opacity: .6;
	filter: alpha(opacity=60);
	height: 23px;
	width: 898px;
	background: #000;
	text-align: center;
	padding-top: 7px;
}

#home_menu a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}

#home_menu a:hover {
	text-decoration: underline;
}

/* Gallery */
#gallery {
	height: 600px;
	background: url(../images/gallery-bg.jpg) #fff no-repeat left;
}

#gallery_border {
	height: 598px;
	border: 1px #fff solid;
	filter: alpha(opacity=20);
	opacity: .2;
}

#gallery_pics {
	min-height: 600px;
	background: #fff;
	padding: 15px;
}

#gallery_pics h1 {
	padding-top: 5px;
	margin-left: 20px;
	width: 93%;
}

#gallery_pics table {
	margin-top: 10px;
	margin-left: 20px;
	color: #000;
}

#gallery_pics table td {
	padding: 5px;
	background: #eee;
	border: 5px #fff solid;
	text-align: center;
}

#gallery_pics table td:hover {
	background: #ddd;
}

#gallery_content {
	position: relative;
	top: -589px;
	left: 420px;
	width: 496px;
}

#gallery_content table {
	margin-top: 15px;
	color: #000;
}

#gallery_content table td {
	width: 200px;
	padding-right: 40px;
	padding-bottom: 15px;
	font-size: 10px;
}

.gallery_cat {
	height:100px;
	font-size: 16px;
}

/* Featured */
#featured {
	background: #fff;
	color: #000;
	width: 900px;
}

#featured h1 {
	padding-top: 5px;
	margin-left: 30px;
	width: 93%;
}

#featured table {
	margin: 10px 33px 0px 30px;
}

#featured table tr {
	background:#e8e8e8;
	border-top: 10px #fff solid;
	border-bottom: 1px #b2b2b2 solid;
}

#featured table tr:hover {
	background:#ccc;
}

#featured table td {
	padding: 10px;
}

/* Contact */
#contact {
	height: 600px;
	width: 900px;
	overflow: hidden;
	background: url(../images/contact-bg.jpg) #111 no-repeat left;
}

#contact_border {
	height: 598px;
	border: 1px #fff solid;
	filter: alpha(opacity=20);
	opacity: .2;
}

#contact_content {
	position: relative;
	top: -590px;
	left: 430px;
	width: 496px;
}

#contact h1 {
	color: #fff;
}

.contact-form {
	width: 444px;
}

.contact-message {
	height: 200px;
}