@charset "utf-8";
body {
	margin: 0px;
	background: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC33;
	text-decoration: none;
}

#wrapper {
	position: absolute;
	width: 975px;
	height: 500px;
	z-index: 1;
	background-color: #FFFFFF;
	top: 35px;
	margin-left: -488px;
	left: 50%;
}

#photos {
	float: right;
	height: 490px;
	width: 737px;
	padding: 5px;
}

#navigation {
	width: 975px;
	height: 40px;
	background-color: #000000;
}

#main {
	width: 975px;
	height: 500px;
	background: #FFFFFF;
	border-width:1px;
	border-style: solid;
	border-color: #666666;
}

#thumbnails {
	float: left;
	height: 460px;
	width: 188px;
	margin: 20px;
	text-align: left;
}

#top_bg {
	width: 100%;
	height: 256px;
	background-image: url(../common/images/top_bg.jpg);
	background-repeat: repeat;
}

#bottom_bg {
	width: 100%;
	height: 267px;
	background-image: url(../common/images/bottom_bg.jpg);
	background-repeat: repeat;
}

