@charset "UTF-8";
/* CSS Document */

	html, body {
		margin:0px;
		padding:0px;
		font-family: Arial, Helvetica, sans-serif;
		color:#FFF;
		background-color:#001722;
		font-size:15px;
}
	

div#page {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background-color:#001722;

}

div#header {
	width: 500px;
	height: 170px;
	margin: 0px auto 10px;

}

div#ruler  {
	width:500px;
	margin: 0px auto 0px;
	padding: 1px 0px 1px 0px;
}


div#navBox  {
	
	width: 500px;
	height: 35px;
	margin: 15px auto 15px;
	padding: 10px;
	border: 0px;
	text-align:center;
}


div#main  {
	width: 900px;
	height: auto;
	border:0px;
	margin: 20px auto 10px;
	text-align:center;
	line-height:1.5em;
}


div#footer  {
	text-align:center;
	font-size:0.7em;
	width: 100%;
	height: 90px;
	background-color:#001722;
	color:#000;
	margin:0px;
	padding:0px;
}


h1 {
	color:#001722;
	font-size:12px;
	line-height: 12px;
	padding: 0px;
	text-align:center;

}

h2 {
	color:#FFF;
	font-size:0.6em;
	line-height: 10px;
	padding: 0px;
	text-align:center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {

text-decoration: none;
}
.center {
	text-align:center;	
}

.justify {
	text-align:justify;
}


