@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.H1 {
	font-weight:bold;
	font-size:16px;
}

#main {
	margin:0 auto;
	margin-top:50px;
	width:800px;
	height:500px;
	display:block;
	background-image:url(images/background.jpg);
	overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

#nav-container {
	width: 793px;
	height: 20px;
	margin-top: 60px;
	font-size:14px;
	text-align:right;
}

.nav a:link {
	color:#000000;
	outline: none;
	text-decoration:none;
}

.nav a:active {
	color:#000000;
	outline: none;
	text-decoration:none;
}

.nav a:visited {
	color:#000000;
	outline: none;
	text-decoration:none;
}
.nav a:hover {
	color:#8C171F;
	outline: none;
	text-decoration:none;
}

#copyright {
	margin:0 auto;
	width: 800px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}



.top-20-margin {
	margin-top: 20px;
}

.top-10-margin {
	margin-top: 10px;
}


#homepage-image-container {
	margin-top: 50px;
	margin-left:40px;
	width:108px;
	height: 334px;
	float:left;
}

#content {
	display:block;
	float:right;
	padding:0;
	margin-top: 50px;
	margin-right: 50px;
	width: 570px;
	height: 330px;

}

#contact {
	display:block;
	padding:0;
	margin-top: 10px;
	margin-left: 50px;
	width: 470px;
	height: 330px;
	float:left;

}

#gallery-heading {
	width: 300px;
	height: 20px;
	margin-top: 10px;
	margin-left:10px;
	font-size:14px;
	text-align:left;
}

#gallery-image-container {
	margin-top: 10px;
	margin-left:22px;
	width:108px;
	height: 340px;
	float:left;
}

#opening {
	width: 250px;
	height: 400px;
	Margin-right: 5px;
	margin-top:10px;
	float: right;
}	