body {
	background-color: #000;
	color: #fff;
	text-align: center;
}

a, a img {
	border-width: 0;
	text-decoration: none;
	color: #fff;
}

div.main {
	width: 779px;
	height: 504px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 0px;
	text-align: left;
}

div.main2 {
	width: 775px;
	height: 500px;
	margin: 1px;
	border: 1px solid #888;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	overflow: hidden;
}

div.header {
	width: 100%;
	height: 130px;
	padding: 0px;
}

ul.nav {
	list-style: none;
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	margin-top: -15px;
}

ul.nav li {
	display: inline;
	margin-right: 18px;
}

div.left {
	clear: both;
	float:left;
	font-family: arial, helvetica, sans serif;
	width: 150px;
	height: 250px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 15px;
	border-right: 1px solid #666;
}

div.center {
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	overflow: auto;
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	width: 550px;
	height: 330px;
}

div.line {
	height: 2px;
	clear:both;
	float:right;
	width: 375px;
	overflow: hidden;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}

div.footer {
	width: 784px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
	font-size: 11px;
}

img.bottomleft {
	float:left;
	clear:both;
	margin-top: 28px;
	margin-left: -20px;
}

.thumbnails {
	padding: 3px;
	padding-right:10px;
	float: left;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

.thumbnails img {
	border: none;
}

.galleryThumbs{
	padding: 5px;
	/*float: left;*/
}

.clear {
	clear:both;
}