
body {
	background-color: #382b0a;
	background: url("/images/site_bg.jpg");
}

td {
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #cee2ec;
}


.header {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}


.header2 {
	color: #fff8cf;
	font-size: 14px;
	font-weight: bold;
}


.header3 {
	color: #FFF;
}


.caption {
	color: #CCC;
	text-transform: uppercase;
	font-size: 9px;
}


.content_body {
	background-image: url("/images/content_body.jpg");
	background-repeat: no-repeat;
	background-color: #3b2f05;
}


.content_landscape {
	background-image: url("/images/content_landscape.jpg");
	background-repeat: no-repeat;
	background-color: #3b2f05;
}


.gutter_left {
	background-image: url("/images/gutter_left.jpg");
}

.gutter_right {
	background-image: url("/images/gutter_right.jpg");
}


#main_container {
	position:relative;
	width: 700px;
	text-align: left;
	padding: 50px;
}


div.gallery {
	float: left;
	margin:0 15px 10px 0;
}

img.gallery_thumb {
	border:1px solid;
}





.footerText {
	font-family: arial;
	color: #CCC;
	font-size: 10px;
}

.footerText2 {
	font-family: arial;
	color: #766;
	font-size: 10px;
}



a:link {
	color: #5ebbe6;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #5ebbe6;
	text-decoration: underline;
}