/* CSS Document */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #000000;
}

#wrapper {
	border: 1px solid #000000;
	width: 770px;
	background-color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#banner {
}

#nav {
	color:#ffffff;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	margin-top: 0px;
	}

#nav ul{
padding: 0;
margin: 0;
}

#nav ul li a{
	font-size:100%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:left;
	width:9em;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	border-right-color: #330099;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #330099;
	border-bottom-color: #330099;
	border-left-color: #330099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: none;
	}
	
	#nav ul li a:hover, #nav ul li a:focus{
	background-color:#000;
	color: #900;
	}


#nav ul li{
	display:inline;
	padding:1;
	margin:0;
	background-color: #000;
}

	
		
		
	#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	}
	
		#text {
	color: #C20000;
	margin: 4px;
	float: left;
	width: 400px;
	}

	#text h1{
	font: "Jokerman"
	font-size: 150%;
	color: #C20000;
	}

#text ul{
padding: 0;
margin: 0;
}

#text ul li{
color: #C20000;
list-style-type: disc;
list-style-position: inside;
display: list-item;
padding: 5px;
margin-right: 10px;
margin-left: 20px;
}

#text ul li a{
color: #0FF;
text-decoration: none;
font-weight: bold;
}

#text ul li a:hover, #nav ul li a:focus{
color: #FFFFFF;
}

#graphic {
margin: 5px;
float: left;
width: 350px;
}
	
	#footer {
	background-color: #000;
	font-weight: bold;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	}

	.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	}
	
	.rightimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 5px;

	border: 1px solid #000000;
	}
	
	.clearit {
	clear:both;
	}
	

