* {margin: 0; padding: 0;}

body
{
	background: #8ecefc url(images/bg.jpg) repeat-y center;
	margin: 0 auto;
}

#wrap
{
	width: 784px;
	margin: 0 auto;
}

#header
{
	background: #b2716b url(images/headerbg.jpg) no-repeat center right;
	width: 765px;
	height: 132px;
	margin: 8px auto 5px auto;
	overflow: hidden;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
}

#logo
{
	background: url(images/logo.jpg) no-repeat;
	width: 577px;
	height: 102px;
	margin: 20px 0 0 20px;
}

#container
{
	background-color: #8b5651;
	width: 765px;
	margin: 0 auto;
	overflow: hidden;
}

#left
{
	width: 167px;
	float: left;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
}

#menu
{
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
}

#menu li
{
	list-style-type: none;
	text-align: center;
	line-height: 38px;
}

#menu li a
{
	text-decoration: none;
	color: #ffffff;
}

#menu li a:hover
{
	text-decoration: underline;
}

#left a img
{
	border: 5px #ffffff solid;
	display: block;
	margin: 20px auto 0 auto;

}

#main
{
	background-color: #b2716b;
	width: 594px;
	border-left: 4px #ffffff solid;
	border-bottom: 2px #ffffff solid;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
}

#main p
{
	padding: 8px;
}

#main h1
{
	font-weight: normal;
	font-family: Tahoma;
	font-size: 18px;
	padding: 12px 0px 0px 8px;
}
#main h4
{
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	padding: 12px 0px 0px 8px;
}

#main ul li
{
	list-style-image: url(images/bullet.jpg);
	margin-left: 25px;
	padding-left: -10px;
}


.thumbsholder
{
	background-color: #8b5652;
	padding: 3px;
	width: 388px;	
	overflow: hidden;
	margin: 20px auto;
	text-align: center;

}


.thumbsholder img
{
	border: 3px #ffffff solid;
	display: block;
	float: left;
	height:119px;
	width:178px;
	
}

.imagespacer
{
	display: inline;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
}

#footer
{
	clear: both;
	width: 765px;
	text-align: right;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	padding: 5px 0;
}

#footer a
{
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	padding: 0 20px 0 20px;
	color: #ffffff;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p
{
	padding: 5px 20px 0 0;
}