/* 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 #F0F;
	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: #000000;
}

#nav ul li a{
	font-size:100%;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:left;
	width:9px;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	border-right-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: none;
	border-left-color: #F0F0F0;
	}
	
	#nav ul li a:hover, #nav ul li a:focus{
	background-color:#000000;
	color: #DD0BE8;
	}


#nav ul li{
	display:inline;
	padding:0;
	margin:0;
	background-color: #000000;
	text-decoration: none;
	color: #FFF;
}

	
		
		
	#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	color: #FFF;
	}
#text {
	color: #0F0;
	width: 400px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 5px;
	list-style-type: disc;
	float: right;
}

#navtxt {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}

#navtxt ul li a{
	font-size:100%;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:left;
	width:9px;
	color: #fff;
	text-decoration: none;
	height: auto;
	border-right-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000;
	border-left-color: #330099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: none;
	}
	
	#navtxt ul li a:hover, #nav ul li a:focus{
	background-color:#000;
	color: #E901F3;
	}


#navtxt ul li{
	padding:0;
	margin:0;
	background-color: #000000;
	text-decoration: none;
	display: block;
}

#text {
	color: #FFF;
	margin: 5px;
	float: right;
	width: 400px;

}

#text h1{
	font-size: 150%;
	color: #E009EB;

}

#text ul{

padding: 0;

margin: 0;

}

#text ul li{

color: #F0F;

list-style-type: disc;

list-style-position: inside;

display: list-item;

padding: 5px;

margin-right: 10px;

margin-left: 20px;

}

#text ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;

}

#text ul li a:hover, #nav ul li a:focus{
	color: #CF0EBF;

}

#graphic {

margin: 5px;

float: left;

width: 350px;

}
	
	#footer {
	background-color: #000000;
	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;
	}
	

