body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000;
}
#wrapper {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	width: 770px;
	border: thin solid #444;
}
#header  {
	background: #000 url(mandj_bannernew.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 130px;
	position:relative;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#header ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	position:absolute;
	right: 39px;
	bottom: 0px;
}
#header li {
	display: inline;
	float:left;
}
#header li a:link, #header li a:visited {
	background:#555;
	padding:.2em .5em;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1.4em;
}
#header li a:hover {
	color:#00E;
	background:#fff;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color:#EEE;
	background:#400;
	cursor:default;
}
	
#mainContent {
	background: #eee;
	margin: 0px;
	padding: 0px 10px;
	height: 950px;
	width: 570px;
	float: left;
}
#mainContent a:link {
	color: #00E;
}
#sidebar {
	background: #500;
	margin: 0px;
	padding: 0px 10px;
	width: 160px;
	float: right;
	height: 950px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
}
#sidebar a:link {
	color: #FF0;
}
#sidebar a:visited {
	color: #FF0;
}
#sidebar a:active {
	color: #FF0;
}
#sidebar a:hover {
	color: #00E;
}
#footer {
	background: #999;
	margin: 0px;
	padding: 1px 350px;
	height: 50px;
	clear: both;
	font-family: "Arial Black", Gadget, sans-serif;
	border: thin solid #444;
	font-size: 12px;
}
.holder {
	background: #09F;
	width: 15px;
	text-align: left;
	position: absolute;
	left: 102px;
	top: 48px;
	padding-right: 2em;
	padding-left: 2em;
}
.p_red {
	color: #400;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
