* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, li{
	margin-left: 10px;
}

html {
	color: #690000;
	font-size: 100.01%;
	height: 100%;
}

body {
	background-color: #690000;
	height: 100%;
	margin: auto;
	margin-bottom: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;	
}

#container {
	background-color: #690000;
	width: 790px;
	margin: auto;
	padding-bottom: 0;
}

#header {
	background-color: #690000;
	background-image: url("./images/logo.jpg");
	background-repeat: no-repeat;
	background-position: 0 -20px;
	height: 165px;
	position: relative;
}

#header h1 {
	position: relative;
	margin-left: -3000px;
}

#main_nav {
	background-color: #690000;
	background-image: url("./images/container-top.gif");
	background-position: 0 .75em;
	background-repeat: no-repeat;
	color: #fff;	
	height: 2.85em;
	margin: auto;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 0;
}

#main_nav ul{
	list-style-type: none;
	margin-left: 0;
	position: relative;
}

#main_nav li{
	display: inline;
	font-size: 1.25em;
}

#main_nav a{
	text-decoration: none;
	color: #fff;
}

#main_nav a:hover{
	text-decoration: underline;
}

#main_nav .active{
	color: #a00;
}

#main_nav .active:hover{
	text-decoration: none;
	cursor: default;
}

#main_content_holder {
	background-color: #fff;
	background-image: url("./images/right-shadow.gif");
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 680px;
}

#main_content {
	background-color: #fff;
	background-image: url("./images/left-shadow.gif");
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 0px;
	width: 760px;
	min-height: 680px;
}

.contact_info {
	border-top: 1px solid #690000;
	border-bottom: 1px solid #690000;
	margin: 15px;
	margin-top: 3px;
}

.contact_info li{
	margin-left: 20px;
}

#gallery-images{
	width: 760px;
}

#gallery_nav li{
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}

#gallery_nav a {
	text-decoration: underline;
	color: #690000;
}

#gallery_nav a:hover {
	color: #a00;
}

#gallery-images div{
	background-image: url("./images/gallery_bg.gif");
	background-repeat: no-repeat;
	height: 280px;
	text-align: center;
	width: 100%;
	display: block;	
	position: relative;
	margin-left: 5px;
}

#gallery-images img{
	margin: 20px;	
	margin-top: 23px;
	border: 1px solid #690000;
}

#gallery-images img.before {
	float: left;
	margin-left: 30px;
}

#gallery-images img.after {
	float: right;
	margin-right: 40px;
}

#clear_div {
	clear: both;
}

#footer {
	text-align: center;
	border-top: 1px solid #300;
	background-color: #fff;
}

#footer li {
	display: inline;
	list-style-type: none;
}