body {
	background-color: #333;
	background-image: url(body_background.jpg);
	color: #CCCCCC;
	margin: 0px auto;
	text-align: center;
}

body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

a, a:visited {
	color: #CF923F;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 840px;
}

#header {
	border-bottom: 1px silver solid;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#header a, #header a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	display: block;
	height: 140px;
}
#site-caption {
	text-align: right;
	font-size: 20px;
}

#content {
	clear: both;
}
	#main {
		padding: 10px 10px 0px 0px;
		vertical-align: top;
	}
	#secondary{
		padding: 10px 0px 0px 0px;
		vertical-align: top;
	}

.entry-content {
	text-align: justify;
	margin-bottom: 20px;
}
	.entry-content ul { text-align: left; }
	.thumbnail { margin-right: 20px; }
.title {
	font-family: arial black;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

.title a, .title a:visited {
	text-decoration: none;
	color: white;
}

#footer {
	margin-top: 20px;
	border-top: 1px white solid;
	padding: 20px 0px 20px 0px;
	text-align: right;
}



#photo-gallery 
{
	display:block;
	width: 650px;
}

#photo-gallery img, .sample-section img {
	border: 1px #666 solid;
	background-color: #333;
	padding: 5px;
	margin: 10px;
}