@charset "UTF-8";
/* CSS Document */

body	{
	background-color: #B2A4A4;
	font-family: "Myriad Pro", Verdana, Arial, Sans-Serif;
}

#wrapper	{
	width: 854px;
	height: 769px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#titlediv	{
	width: 828px;
	height: 181px;
	float: left;
}

#titlediv img	{
	border-style: solid;
	border-width: 2px;
	border-color: #B2A4A4;
}

#bottom	{
	width: 775px;
	height: 588px;
	float: left;
}

#menu	{
	margin-top: 40px;
	padding: 20px;
	width: 160px;
	height: 476 px;
	float: left;
	font-family: "Myriad Pro", Verdana, Arial, Sans-Serif;
	font-size: 30px;
	text-align: right;
}

.menuoption	{
	width: 160px;
	height: 62px;
}

#thumbnails	{
	width: 478px;
	height: 483px;
	border: thick;
	background-color:#000;
	float: left;
	margin-top: 60px;
	margin-left: 95px;
}

#whitebox	{
	width: 468px;
	height: 473px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.row	{
	width: 468px;
	float: left;
	padding-left: 6px;
}

.gallerypic	{
	width: 70px;
	height: 70px;
	padding: 23px 23px 23px 23px;
	float: left;
	margin-top: 2px;
}

.img-wrapper	{
	background:url(thumbnails/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	padding-top: 5px;
	positon: relative;
	display: inline;
}

.img-wrapper img	{
	margin: -5px 5px 5px -5px;
	background-color: #fff;
	border: 0px;
	display: block;
	position: relative;
}

/*.gallerypic img	{
	-webkit-box-shadow: 3px 3px 6px #666;
	-mox-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}*/

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

a:hover	{
	color: #FFF;
}

#thumbnails img	{
	border: 0px;
}

#copyright	{
	height: 30px;
	width: 775px;
	float: left;
	padding-top: 15px;
}

#copyright_box	{
	float: right;
}
	


	
	
