body {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	margin: 50 auto 0 auto;
	text-align: center;
	background: #000;
	color: #FFF;
}
table {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a {
	color: #F4F4F4;
	text-decoration: none;
}
a:hover {
	color: #C9C9C9;
	border-bottom: 1px dashed #C9C9C9;
}
#maincontainer {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 400px;
}
#Left1 {
	width:370px;
	float: left;
	height: 375px;
	text-align: left;
	margin-bottom: 5px;
}
#Left2 {
	width:600px;
	float: left;
	height: 650px;
	text-align: center;
	margin-bottom: 5px;
	background: #292929;
}
#Right1 {
	width:370px;
	float: Right;
	height: 375px;
	text-align: Left;
	padding-left:10px;
	margin-bottom: 5px;
}
#Right2 {
	width:170px;
	float: Right;
	height: 650px;
	text-align: Left;
	padding:0;
	margin-bottom: 5px;
	background: #292929;
}
#indexcontent {
	clear:both;
	width: 780px;
	border: 6px solid #606060;
	margin-top:5px;
	overflow: auto;
	height: 100px;
	padding: 5px;
	background: #333333;
	text-align: left;
}
#imgContent {
	border: 1px solid #4F4F4F;
	background: #959595;
	padding: 3px;
	width: 100px;
	float: left;
	margin: 5px;
}
	#imgContent a {
		border: none;
	}
#Left {
	width:230px;
	float: left;
	height: 375px;
	text-align: left;
	margin-bottom: 5px;
}
#Right {
	width:525px;
	float: right;
	height: 375px;
	padding: 50px 5px 10px 5px;
	text-align: left;
	overflow: auto;
	background: #333333;
	margin-bottom: 5px;
	border: 6px solid #606060;
}
h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
}
ol li {
	margin:0;
}
#footer {
	clear: both;
	padding: 0 0 0;
	color: #4F4F4F;
	margin-top: 5px;
}
