body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #C0ACC8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #23003d;
}
a {
	color: #90C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C3F;
}
a:active {
	text-decoration: underline;
	color: #CC0;
}
#OuterContainer {
	/*display: table;*/
	overflow: hidden;
	width: 780px;
	margin: 0 auto;
	background: white;
	z-index: 0;
}
/*#InnerContainer {
	display: table-row;
	vertical-align: top;
}*/
#NavBar, #MainArea {
	/*display: table-cell;*/
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#NavBar {
	width: 170px;
	background: #23003D;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	z-index: 2;
}
#NavBar a { color: #ff3; }
#NavBar a:hover { color: #B684BF; }
#NavBar a:active { color: #CC0; }
#MainArea {
	background: white;
	width: 598px;
	border-right: solid 2px #23003D;
	z-index: 1;
}
#Header {
	width: 598px;
	height: 200px;
	overflow: hidden;
}
#Content {
	padding: 0 12px 15px 12px;
}
#Footer {
	width: 780px;
	height: 12px;
	margin: 0 auto;
	background: #23003D;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
}

