html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	background:url(../images/h_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}
div.bodyContent {
	margin:0;
	padding:0 15px 0 15px;
}
div#con {
	width:100%;
	height:100%;
	position:relative;
}
div#addbg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:180px;
	background:url(../images/c_bg.gif);
	border-bottom:2px solid #FFFFFF;
}
div#mpart0 {
	position:absolute;
	top:0;left:0;width:100%;height:100%;
}
div#mpart1 {
	position:relative;
	width:100%;height:100%;
}
div#mpart-sd-l {
	width:50px;height:180px;
	background:url(lft2.gif);
	border-bottom:2px solid #FFFFFF;
}
div#mpart-sd-r {
	width:50px;height:180px;
	background:url(rgt2.gif);
	border-bottom:2px solid #FFFFFF;
}
div#mpart2 {
	margin:0 auto;
	width:900px;
	height:100%;
	background:#FFFFFF;
}
img#head-img {
	border-bottom:2px solid #FF9933;
}
a.topLink {
	color:#533220;
	font-weight:bold;
	font-size:12px;
	margin:0 0px 0 18px;
	text-decoration:none;
	text-transform:uppercase;
}