* { 
	margin:0;
	padding:0;
}

/*Common*/
body { 
	text-align: center;
	background-color: #25130C;
	background-image: url('../images/bkgslice.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}

div#container {
	position:relative;
	background-image:url('../images/bkg.jpg');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 792px;
	height: 650px;
	text-align: left;
}

/*
td img {
	cursor:pointer;
}
*/

#the_table {
	background: url('../images/table_bgd.jpg');
	background-color: #202020;
}


#the_table td {
	text-align:center;
	width:51px;
	height:50px;
}

p {
	line-height:18px;

}

a:link, a:visited, a:active {
	color: #6a6766;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #7d7142;
	text-decoration:none;
}


h1 {
	color:#666666;
	font-size:18px;
	font-weight: regular;
}

h2 {
	color:#666666;
	font-weight:bold;
	font-size:12px;
}

h4 {
	font-size:10px;
	color: #999999;
	line-height:14px;
}

#navWrap {
	list-style:none;
	position:absolute;
	top:505px;
	padding:0 0 0 60px;
}

#contentWrapper {
	width: 700px
	position:relative;
	top:115px;
	margin:0 0 0 85px;
}

#contentHdr {
	width: 180px;
	position:relative;
	top:165px;
	padding:0 0 0 80px;
}

#contentBody {
	width: 400px;
	position:absolute;
	top:205px;
	padding:0 0 0 80px;
	height: 250;
}

#menu {
	width: 600px;
	position:relative;
	top:20px;
	padding:0 0 0 30px;
	height: 250;
	text-align: left;
}

#indexContent {
	width: 660px;
	position:relative;
	top:105px;
	padding:0 0 0 56px;
	height: 340;
}

#rightContent {
	width: 213px;
	height: 342px;
	position:absolute;
	top:153px;
	left:505px;
}

#copyright {
	font-size:10px;
	color: #6a6766;
	width: 200px;
	height: 20px;
	position:relative;
	top:560px;
	padding:0 30px 0 0;
	float: right;
}

#enterbtn {
	width: 77px;
	height: 54px;
	position:relative;
	top:520px;
	padding:0 0 0 355px;
}

.clearingDiv {
	clear:both;
	height:1px;
	margin-top:-1px;
	font-size:12px;
	font-weight:bold;
}
