body {
	background: #1C253A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

#container {
	margin: auto;
	width: 763px;
	background: #ffffff;
}

#left_top {
	float: left;
	background: transparent url(top_left.jpg);
	height: 170px;
	width: 148px;
}

#top {
	float: right;
	background: transparent url(top.jpg);
	height: 94px;
	width: 615px;
}

#menu_bg {
	float: left;
	background: transparent url(menu_bg.jpg) repeat-y;
	width: 148px;	
	height: 430px;
}

#main_bg {
	float: right;
	background: transparent url(main_bg.jpg) no-repeat;
	width: 615px;
	height: 506px;
}

#main_bg p {
	margin-top: 25px;
	font-size: .75em;
	text-align: center;
}


.menu_item {
	color: white;
	width: 148px;
	text-align: center;
	
}

a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

.menu_line {
	background: transparent url(menu_line.jpg);
	width: 126px;
	height: 2px;
	margin: 5px auto 5px auto;
}

