body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div#wrapper {
	text-align: left;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
div#nav {
	background-image: url(../layout/nav_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	height: 50px;
	width: 758px;
	top: 10px;
	font-size:11px;
}
div#nav_1 {
	color: #CCCCCC;
	margin-top: 20px;
}
div#header {
	background-image: url(../layout/header_bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: 190px;
	width: 758px;
	top: 60px;
}
img#logo {
	position: relative;
	top: 30px;
	left:20px;
}
div#main {
	text-align: center;
	position: absolute;
	width: 758px;
	top: 270px;
}
div#content {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#content_left {
	float: left;
	width: 400px;
	text-align: justify;
}
div#content_right {
	float: right;
	width: 330px;
}
div#footer {
	font-size: 10px;
	color:#CCCCCC;
	width:758px;
	float:left;
	clear: both;
	margin-top: 20px;
	margin-bottom : 10px;
	text-align: center;
}
img#header {
	position: absolute;
	right: 0px;
	top: 0px;
}

img#preview_img
{
	float: right;
	border: 1px solid white;
	margin-bottom : 15px;
}
div#thumbs_box
{
	margin-top: 40px;
	width: 100%;
}
img.thumb
{
	border: 1px solid white;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}

img.border
{
	border: 1px solid #fff;
}