body {
	background-image:url('images/bg2.jpg');
	background-color: #000;
  	color:#FFF;
  	font-size:101%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

p {
	margin-right: 15px;
	line-height: 1.5em;
	}

p a {	display: inline;
	}

h3 {
	background-color: #000;
	color: #f93;
	padding: 0;
	}

h4 {
	background-color: #000;
	color: #9cf;
	padding:0;
	}
	
form {
	 clear: both;
	 }	
		
#container {
	width: 840px;
	margin: 1em auto;
	background-color: #000;
	border: 1px solid #333;
	color: white;
	text-align: left;
	}
		
#banner	{
	background-color: #C0C0C0;
	padding: 20px;
	border-left: 20px none;
	border-right: 20px none;
	border-bottom: 1px solid #333;
	color: #000;
	}
		
#banner h1 {
	margin: 0;
	padding: 9px;
	text-align: center;
	}
		
		
#content {
	margin: 0 2px 0 220px;
	padding-top: 9px;
	padding-right: 9px;
	font: 100% "Century Gothic", "Trebuchet MS", "Lucidia Sans",  sans-serif;
	background-color: #000;
	color:#eee;
	}
		
#content h2 { 
	margin-top: 0;
	padding: 0;
	}
		
#footer {
	clear: both;
	background-color: #666;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	text-align: left;
	border-top: 1px solid #333;
	font: 100% "Century Gothic", "Trebuchet MS", "Lucidia Sans",  sans-serif;
	color: white;
	}
	
#footer p {
	font: 80% "Century Gothic", "Trebuchet MS", "Lucidia Sans",  sans-serif;
	font-style: italic;
	}	

/* Navigation Section Styling */
div#nav {
	width: 220px;                                      /* menu width */
  	padding-top: 9px;  
  	float:left; 
  	font: 100% "Century Gothic", "Trebuchet MS", "Lucidia Sans",  sans-serif;  
	}

div#nav ul {
  	background-color: #000;
  	list-style-type: none; /* get rid of the bullets */
  	padding:0;             /* no padding */
  	margin:0;
  	color: white;     
	}

div#nav ul li {
  	margin: 0;
  	padding: 0;
  	background-color: #000;
  	display:block;
  	color: white;
	}

div#nav ul li a {
  	display: block;         /* extend to right, make area clickable */
  	color: white;
  	background-color: #000;
  	padding: 3px 3px 9px 15px;
 	margin:0;
  	text-decoration: none;
  	height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
	}

div#nav ul ul li a {
  	margin-left: 20px;     /* indent level 1 */
  	color: #ffff00;
	}

div#nav ul ul ul li a {
  	margin-left: 40px;     /* indent level 2 */
  	color: #ff9933;
	}

 
div#nav li.active a {
  	background-position: 0px -20px;
  	color: red;            /* highlight text */
	}
 
div#nav li.active li a {
  	background-position: 0px 0px;
  	color: white;          /* fix lower levels */
	}

div#nav ul li a:hover {
	color: white;
	color: #A2FF00;
	text-decoration: none;
 	background-color: #4B7600;     /* rollover effect */
	}

.floatleft {
	float: left;
	margin: 0 20px 10px 0;
	}

.texttop {
	vertical-align:text-top;
	}

.floatright {
	float: right;
	padding:2px 0px 0px 0px; 
	margin: 0;
	}
	