body {
	background-color: #270504;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;			
}
h4 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: "Microsoft Sans Serif", Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #65170B;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 80%;
	padding-top: 5px;
}

div#outer h1, div#nav h4 {
	display: none;
}
div#photogroup {
	width: 95%;
}

div#outer {
	width: 770px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#header {
	margin: 0px;
	text-align: center;
			
}

div#nav {
	width: 200px;
	margin-top: 1px;
	float: left;
	text-align: center;				
}
div#main {
	margin-left: 230px;
	margin-top: 1px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
			
}

div#footer {
	margin: 0px;
	clear: both;
			
}
