body {
	font:14px Calibri;
	text-align: center;
	padding: 0;
	color: #7030a0;
	margin-top:0px;
}
#splash {
	position:absolute;
	top:0;
	left:0;
	width:400px;height:500px;
	z-index:-99;
	background: none;
}
/* Layout */
#center {
	margin-left: -480px;
	position: absolute;
	left: 50%;
}
#content {
	width:870px;
	margin: 0 15px 0 15px;
    padding: 0px 0 0px 0;
	background:none;
    padding: 0;
	margin-top:10px;
	background:#CCC;
}
#container {
	text-align: left;
	width: 930px;
	background: url(content.png) repeat-y;
}

#content {
	text-align: left;
    margin-left: 15px;
    margin-right: 15px;
	background:#666;
}

#bottom {
	background: url(bottom_round.png) bottom;
	height: 34px;
	width: 930px;
	text-align: center;
}

.subbox {
	border-top: 2px #761183 solid;
	float:left; 
	width:270px;
	min-height:75px;
	padding:5px;
}

#text {
	font-size:12px;
	color:#7030a0;
	float:left; 
	width:575px; 
	margin-left:30px;
	min-height:275px;
}

#menu {
	float:left; 
	width:280px; 
	margin-left:10px;
	min-height:275px;
	text-align:left;
}

#menu a {
	overflow:hidden;
	position:absolute;
	height:0px;
}

#menu a.sub {
	overflow:visible;
	position:static;
	background:none;
	float:left; 
	width:255px;
	line-height:23px;
	margin-left:10px;
	margin-top:10px;
	min-height:23px;
	padding-left:10px;
	text-decoration:none;
	color:#000;
}

#menu_top {
	float:left; 
	width:255px;
	line-height:23px;
	margin-left:10px;
	margin-top:10px;
	min-height:23px;
	padding-left:10px;
	text-decoration:none;
	color:#fff;
}
