/* CSS Document */
body
{
	margin: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentBlock
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	
}

#Layer1 {
	position:absolute;
	left:451px;
	top:113px;
	width:636px;
	height:533px;
	z-index:1;
	display: none;
}

#main_content {
	width:661px;
	height:669px;
	margin-top: 45px;
	margin-left: 5px;
	display: none;
	background: url('bg_content.jpg') no-repeat;
}

#main_content_inner {
	width: 651px;
	height: 659px;
	margin-left: 5px;
	margin-top: 5px;
}

.contentTable {
	width: 100%;
	height: 750px;
	border: none;
}

.left_nav {
	width: 320px;
	height: 750px;

}

.right_content {
	width: 683px;
	height: 750px;
	background: url('right_content.jpg') no-repeat;

}

h1 {
	font-size: 28px;
	color: #818080;
	margin: 0;
}

img {
	border: none;
}

