* { 
	margin:0;
	padding:0;
}

/*Common*/
body { 
	text-align: center;
	background-color: #363531;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}

div#container {
	background-image:url('../images/bkg.jpg');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	height: 663px;
	text-align: left;
}

/*
td img {
	cursor:pointer;
}
*/

#the_table {
	background: url('../images/table_bgd.jpg');
	background-color: #202020;
}


#the_table td {
	text-align:left;
	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:relative;
	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:130px;
	padding:0 0 0 80px;
}

#contentBody {
	width: 400px;
	position:relative;
	top:150px;
	padding:0 0 0 80px;
	height: 250;
}


#indexContent {
	width: 660px;
	position:relative;
	top:10px;
	padding:0 0 0 40px;
	height: 340;
}

#rightContent {
	width: 200px;
	height: 342px;
	position:relative;
	top:80px;
	padding:0 30px 0 0;
	float: right;
}

#copyright {
	font-size:10px;
	color: #666666;
	width: 400px;
	height: 20px;
	position:relative;
	top:610px;
	padding:0 100px 0 0;
	float: right;
}

#mainmenu {
	width: 380px;
	height: 89px;
	position:relative;
	top:586px;
	padding:0 0 0 39px;
}

.clearingDiv {
	clear:both;
	height:1px;
	margin-top:-1px;
	font-size:12px;
	font-weight:bold;
}
