
body {
	margin: 0 auto 0 auto;
	z-index: -1;
	background: #999 0;
	}
	
#page {
	width: auto;
	height: 650px;
	clear:both; 
	text-align: center;
	margin: 0 0 0 0;
	background: url(images/bgbar.gif) repeat-x;
	}

#main {
	margin: 0 auto 0 auto;
	}	
		
#header {
	width: 600px;
	height: 50px;
	clear: both;
	text-align: left;
	margin: -600px auto 0;
	}	
	
h1 {
	color: #cccccc;
	font: bold 48px arial, helvetica, san-serif;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: -15px;
	}
	
#content {
	width: 600px;
	height: auto;
	text-align:justify;
	color: #002C51;
	margin: 0 auto 8em;
	font: 16px/18px arial, helvetica, san-serif;
	}

a.subcontent:link {
	text-decoration: none;
	color: #002C51;
	font-style: italic;
	}
	
a.subcontent:visited {
	text-decoration: none;
	color: #002C51;
	font-style: italic;
	}
	
a.subcontent:hover {
	text-decoration: none;
	color: #dadada;
	font-style: italic;
	}
	
a.subcontent:active {
	text-decoration: none;
	color: #dadada;
	font-style: italic;
	}
		
#footer {
	margin: -100px auto 0 auto;
	}

#footer-links a:link, a:visited{
	text-decoration: none;
	color: #B2B2B2;
	}
	
#footer-links a:hover, a:active{
	text-decoration: none;
	color: white;
	}
	
#footer-links {
	width: 680px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 0;
	}
	
#footer-links li{
	list-style-type: none;
	font-family: arial, helvetica, san-serif;
	font-size: 14px;
	display: inline;
	padding-right: 30px;
	width: 680px;
	text-align: justify;
	border: none;
	}

a#gf:link,visited img {
	background: url(images/gf.gif) top left no-repeat;
	width: 13px;
	height: 13px;
	margin: 0 0 0 0;
	border: 0px;
	decoration: none;
	}

a#gf:hover,active img {
	background: url(images/gf_lit.gif) top left no-repeat;
	width: 13px;
	height: 13px;
	margin: 0 0 0 0;
	border: 0px;
	decoration: none;
	}



