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

body {
	background-color: #040719;
	margin: 0px;
	padding: 0px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}	
	
a {
	color: #5da0d1;
	text-decoration: none;
	}
	
a:hover {
	color: #d1cd5d;
	text-decoration: none;
	}		
	
#container {
	margin: 0 auto;
	width: 822px;
	}
	
#header {
	width: 822px;
	padding: 308px 0px 0px 0px;
	height: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	background-image:url(../images/header.jpg);
	}
	
#body {
	background-color: #040719;
	background-image:url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
		
	
#navigation {
	width: 138px;
	padding: 25px 0px 0px 40px;
	margin: 0px;
	background-image:url(../images/sprinkle.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	}
	
#navigation p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}	

.small {
	font-size: 10px;
	}	
	
#content {
	float: left;
	width: 591px;
	padding: 0px 43px 25px 10px;
	}
	
#content h3 {
	width: 96%;
	border: 1px solid #94a4b8;
	background-color: #242d3e;
	padding: 3px 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}		

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}

.clearLeft {
	clear: left;
	height: 1px;
	width: 1px;
	}	
	
#footer {
	width: 822px;
	margin: 0 auto;
	background-color: ##040719;
	padding: 0px;
	text-align: center;
	}
	
#footerBorderBottom {
	width: 822px;
	padding: 8px 0px 0px 0px;
	height: 0px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}
	

