@charset "UTF-8";

/* Defines */

body,td,th, legend {
	font-family: Calibri, "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E5E5E5
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2 {

	font-weight: normal;
	font-size: 24px;
	width: 860px;
	border-bottom: 1px dotted #FFFFFF;	
	
}


/* Layout */

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(/_images/background.jpg);
	background-repeat: repeat-y;
}


#head {
	background-color:#191916;
	background-image: url(/_images/head_bg.png);
	margin: 0;
	margin-top: 0;
	width: 960px;
	height: 64px;
}

#head h1 {
	display: none;	
}

#splash {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 397px;
	list-style: none;
}

#splashwrap {
	width: 960px;
	height: 397px;
	clear: both;	
}

#splash li {
	margin: 0;
	padding: 0;	
	clear: both;
}

#foot {
	background-color: #000000;
	width: 960px;
	height: 128px;	
}

#foot a, #head a, a{
	color: #696969;
	text-decoration: none;	
}

#homenav {
	width: 330px;
	height: 64px;
	float: left;
}

#head p {
	margin-top: 31px;	
}


#foot a:hover, #head a:hover, a:hover {
	text-decoration: underline;	
}

#content {
	width: 900px;
	padding-left: 40px;
	paddng-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#content p {
	width: 860px;	
	font-size: 18px;
	line-height: 150%;
}

#content img {
	margin-right: 30px;	
	margin-bottom: 20px;
	border: 10px solid #000000;
	
}
