@charset "UTF-8";
/* CSS Document */

body {
	background: #00223d url(imgs/main_star_bg.jpg) repeat-x;
}

#main {
	position:absolute;
	left:50%;
	width:650px;
	height:auto;
	margin-left:-325px;
}

#top_div {
	position:relative;
	width:650px;
	height:50px;
	background-image:url(imgs/top.png);
	background-repeat:no-repeat;	
}

#header_div {	
	width:650px;
	height:100px;
	background-image:url(imgs/header.png);
	background-repeat:no-repeat;
	padding:0px 30px 0px;
	overflow:hidden;
}

#content_div {	
	background-image:url(imgs/content.png);
	background-repeat:repeat-y;
	padding:20px 30px 20px;
	font-family:"Lucida Grande", "Helvetica";
	font-size:12px;
}

#footer_div {	
	width:650px;
	height:75px;
	background-image:url(imgs/footer.png);
	background-repeat:no-repeat;
	padding:10px 75px 10px;
	overflow:hidden;
	font-family:"Lucida Grande", "Helvetica";
	text-align:center;
	font-size:smaller;
	color:#999999;
}

a:link, a:active {
	font-family:"Lucida Grande", "Helvetica";
	font-size:11px;
	color:#ff9500;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-family:"Lucida Grande", "Helvetica";
	font-size:11px;
	color:#ff9500;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	font-family:"Lucida Grande", "Helvetica";
	font-size:11px;
	color:#0078b2;
	font-weight:bold;
	text-decoration:line-through;
}

h1 {
	font-family:"Lucida Grande", "Helvetica";
	font-size:26px;
	color:#0078b2;
	font-weight:bold;
}

h2 {
	font-family:"Lucida Grande", "Helvetica";
	font-size:22px;
	color:#0078b2;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
}
