/* CSS Document */
#body_css{
	background: url(/media/backgrounds/astroparche-background-1.jpg) fixed;
	margin: 5px 0px;
	height: 100%;
}
#main_cont{
	width: 750px;
	border: 1px none #0000FF;
	background: #FFFFFF;
	padding: 2px;
}
#header_cont{
	height: 100px;
	background: url(/media/graphics/northernstarpress1.jpg) no-repeat left center;
	margin-bottom: 2px;
	overflow: hidden;
	width: 748px;
}
#center_cont{
	display: table-cell;
	width: 748px;
	margin-top: 4px;
	margin-bottom: 2px;
	background: #F9F5F2;
}
#center_top{
	border-bottom: 1px dashed #999FF1;
}
#center_left{
	float: left;
	width: 192px;
	clear: both;
	padding: 2px;
	height: 100%;
	border-bottom: 2px solid #FFFFFF;
	background: #EEE3DB;
}
#center_right{
	float: right;
	width: 550px;
	border-left: 2px solid #FFFFFF;
	background: #F9F5F2 url(/media/backgrounds/astroparche_inner.jpg);
	margin-top: 2px;
}
#content_cont{
	margin: 10px;
	background: #F9F5F2;
}
#footer_cont{
	height: 50px;
	clear: both;
	font: 7pt Arial, Helvetica, sans-serif;
	background: #F9F5F2 center center;
	margin-top: 2px;
	text-align: center;
	width: 748px;
}
a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited{
	color: #0066FF;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}

.center_top
{
	font: bold 8pt Arial, Helvetica, sans-serif;
	border: 1px none #0000FF;
	display: block;
	float: left;
	margin: 2px 9px;
	text-align: center;
}
.center_top a:link, .center_top a:visited, .center_top a:active, .center_top a:hover
{
}

.center_top a:hover
{
}
.footer_link{
	font: bold 7pt Arial, Helvetica, sans-serif;
}
#copyright_cont {
	height: 15px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
#copyright_cont a:link, #copyright_cont a:visited{
	color: #333333;
}
#copyright_cont a:hover, #copyright_cont a:active{
	color: #0000FF;
}
.menu_box {
	width: 185px;
	border: 1px none #FFFFFF;
	margin-bottom: 2px;
	padding: 2px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
.menu_box_header {
	font: bold 9pt "Comic Sans MS", Arial, Andy, Georgia;
	color: #333333;
	text-align: left;
	height: 15px;
	padding: 1px 1px 1px 5px;
	border-bottom: 1px dotted #000000;
}
hr {
	border: 1px solid #CCCCCC;
}
.menu {
	height: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.small_text {
	font: 8pt Arial, Helvetica, sans-serif;
}
.menu_box a:link, .menu_box a:visited, .menu_box a:active, .menu_box a:hover {
	display: block;
}

