body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #000;
	background-image: url(grafx/bground.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #DECF8A;
	font-weight: normal;
}
#header h1 {
	padding: 10px;
	font-weight: normal;
}
#nav {
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
	height: 32px;
	padding-left: 30px;
	font-size: 14px;
}
#bodywrap {
	float: left;
	width: 975px;
	padding-bottom: 10px;
}
#onecol {
	padding-right: 20px;
	padding-left: 20px;
}
#twocol {
	margin-right: 290px;
}
#sidebar {
	width: 250px;
	float: right;
	margin-top: 20px;
	color: #F7EFCE;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 45px;
	padding-left: 10px;
	font-size: .875em;
}
#halfcol {
	margin-right: 475px;
}
#halfside {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7EFCE;
	float: right;
	width: 430px;
	margin-top: 45px;
	font-size: .875em;
}
#halfside p {
	line-height: 1.25em;
	padding-bottom: 10px;
}
#halfside a {
	color: #FFF;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: square;
	margin-left: 20px;
}
#sidebar li {
	line-height: 2em;
}
#sidebar li a {
	color: #FFF;
	text-decoration: none;
}
#sidebar p a {
	color: #D5BF85;
}
#content {
	font-size: 0.875em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F6E6C4;
}
#content h1 {
	padding-top: 16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5C227;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h2, #content h3, #content h4 {
	padding-top: 15px;
	padding-bottom: 3px;
}
#content p {
	line-height: 1.6em;
	padding-bottom: 12px;
}
#content a  {
	color: #FFF;
	text-decoration: none;
}
#homecol {
	width: 530px;
	padding-bottom: 25px;
	margin-left: 170px;
	margin-top: 15px;
	text-align: center;
}
.homegallery {
	border: 1px solid #DDB554;
	background-color: #25160E;
	width: 155px;
	font-size: 11px;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.82);
	-moz-box-shadow:    4px 4px 4px rgba(0, 0, 0, 0.82);
	box-shadow:         4px 4px 4px rgba(0, 0, 0, 0.82);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	color: #E6BB4D;
}
#homesidebar {
	text-align: center;
	float: right;
	width: 260px;
	padding-top: 20px;
	margin-right: 5px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7EFCE;
	line-height: 1.3em;
	margin-top: 60px;
}
#homesidebar p {
	padding-bottom: 7px;
	line-height: 1.75em;
}
#homesidebar a {
	color: #FFF;
	text-decoration: none;
}
#lefthome {
	float: left;
	width: 160px;
	padding-top: 60px;
}
#footer {
	font-size: 0.75em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #EFE2A2;
}
#footer, #footer a {
	color: #D5BF85;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#photos {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.phototabs {
	border: 1px solid #DDB554;
	background-color: #25160E;
	margin: 6px;
	padding: 3px;
	height: 230px;
	width: 200px;
	font-size: 12px;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.82);
	-moz-box-shadow:    4px 4px 4px rgba(0, 0, 0, 0.82);
	box-shadow:         4px 4px 4px rgba(0, 0, 0, 0.82);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.gray {
	color: #CCC;
}
.imageshadow {
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.75);
}
.liner {
	background-image: url(grafx/liner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 7px;
}
.testimony {
	padding-top: 25px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEC014;
}
#lefthome a {
	color: #FFF;
	text-decoration: none;
}
