#container {
	position:relative;
	left:0px;
	top:0px;
	width:1200;
	height:698px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#top_menu {
	background-color: #FFFFFF;
	height: 50px;
	width: 1200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#side_text_panel {
	position: absolute;
	height: 513px;
	width: 370px;
	left: 0px;
	top: 61px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#image_panel {
	position: absolute;
	background-color: #000000;
	height: 533px;
	width: 800px;
	left: 400px;
	top: 60px;
}
#bottom_bar {
	background-color: #000000;
	position: absolute;
	height: 95px;
	width: 1200px;
	left: 0px;
	top: 603px;
}
body {
	background-color: #000000;
}

.style1 {	color: #666666;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {	font: arial;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
.style_thank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}



.gallery
{
        width: 700px;
	cursor: default;
	list-style: none;
}

.gallery img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border: 1px solid #FFFFFF;
}

.gallery li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 2px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
