/*
Color Palette
	#EDEBE6 = Light Gray
	#D6E1C7 = Light Green
	#94C7B6 = Aqua
	#403B33 = Chocolate Brown
	#D3643B = Terra Cotta
*/


body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	min-width: 800px;
	background-color: #D3643B;
	color: #403B33;
}

p
{
}

h1
{
	font-size: 38px;
	font-weight: normal;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase; 
}

a
{
	color: #D6E1C7;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#wrapper
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

div#main
{
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-right: 10px;
}

div#img_gallery
{
	width: 380px;
	background-color: #403B33;
	color: #94C7B6;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 20px;
}

div.img_row
{
	height: 210px;
	float: right;
	padding: 10px 20px 0 20px;
}

div.rand_img
{

	height: 100%;
	width: auto;
	float: left;
	text-align: center;
}
	
div.rand_img img
{
	display: inline;
	background-color: #94C7B6;
	padding: 3px;
	margin: 5px;
	border: 2px solid #94C7B6;
}

div.rand_img a:hover img 
{
	border-color: #D3643B;
}
	
div.img_caption
{
	text-align: center;
	font-weight: normal;
	width: 150px;
	margin: 4px 10px 7px 10px;
}

div#footer
{
	clear: both;
	text-align: center;
	padding: 20px;
}

