@charset "utf-8";
html {
	background-color: #000;
	background-image: url(images/left-spotlight.png);
	background-position: top left;
	background-repeat: no-repeat;	
}

body {
	background-image: url(images/right-spotlight.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

h3 {
	text-align: center;
	font-size: 18px;
}


#wrapper {
	width: 800px;
	margin: 0px auto;
	height: 800px;
}

#header {
	width: 800px;
	border: 1px solid #fff;
	float: left;
}

#header img {
	border: none;
}

#topNav {
	background-color:#000;
	width: 800px;
	height: 17px;
	border: 1px solid #fff;
	margin: 4px 0px;
	float: left;
}

#topNav a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 30px;
	padding: 0px 21.5px;
}

#topNav a:hover {
	color: #000;
	background-color: #fff;
}

#mainContent {
	background-color: #000;
	background-image: url(images/curtains.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	padding: 10px;
	width: 780px;
	float: left;
}

#mainContent .contact {
	width: 800px;
	height: 400px;
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
}

#mainContent .contact a {
	text-decoration: none;
	color: #9D0013;
}

#mainContent .contact a:hover {
	text-decoration: underline;
	color: #fff;
}

#mainContent table {
	border: 1px solid #fff;
	margin: 2px auto;
}

#mainContent table td{
	padding: 6px 12px;
	text-align: center;
}

#mainContent table td a {
	text-decoration: none;
	color: #fff;
}

#mainContent table td a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#mainContent .gallery {
	width: 570px;
	margin: 8px auto;
	font-size: 10px;
}

#mainContent .gallery img {
	width: 110px;
	height: 110px;
	border: none;
}

#mainContent .gallery a h3 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
}

#mainContent .gallery a:hover h3 {
	text-decoration: underline;
}

#mainContent img.homePic {
	margin: 4px 140px;
}

#mainContent p img {
	float: left;
	margin: 4px;
}


