
 
body { font-family: "Trebuchet MS", Arial, Verdana;
		background-color:#0B0B0B;
		}
		
h1  { font-family: Impact, Magneto;
	color:#FFFFFF; 
	margin-left: 30px;
	margin-top: 140px;
	}
	
	
p       {color:#FF9933}
	
orange .h1  {color: #FF9933;
			margin-left: 30px;
			}


#container {background-image:url(../images/gradientBG.jpg);
			background-repeat:repeat-y;
			text-align:left;
			margin-left: auto;
			margin-right: auto;
			padding: 20px, 20px, 40px, 20px;
			width: 760px;
			border-top: outset #CCCCCC;
			border-right:outset #CCCCCC;
			border-bottom: inset #CCCCCC;
			border-left: inset #CCCCCC;
			height: 700px;
			}
			
#maincontent2Col   {float:left;
					margin: 300px, 10px, 10px, 10px;
					padding: 40px, 40px, 40px, 80px;
					width: 500px;
					}
					
#maincontentFull   {float:left;
					margin: 10px, 10px, 10px, 10px;
					margin-left: 30px;
					padding: 20px, 10px, 10px, 10px;
					width: 700px;
					border:thin #CCCCCC;
					}
					
#header				{
					 margin-top: 30px;
					 margin-left: 30px;
					 }
					 
#leftcol			{ float:left;
					padding: 20px, 10px, 20px, 10px;
					margin-left: 30px;
					width: 213px;
					height:auto;
					border-right-style:solid;
					border-right-color:#666666;}
					
#midcol			{ float:left;
					padding-left: 30px;
					height:auto;
					width: 213px;
					border-right-style:outset;
					border-right-color:#666666;}
					
#rightcol			{ float:left;
						padding-left: 10px;
					height:auto;
					width: 213px;}
					
#footer   			{float:left;
					margin: 10px, 10px, 10px, 10px;
					margin-left: 30px;
					padding: 10px, 10px, 10px, 10px;
					width: 700px;
					height: 50px;
					background:none;
					font-size:12px;
					display:inline;
					
					} 
					
#footerLeft       {
					floatleft
					color:#E0C422;
					text-align:left;
					font-family: Magneto;
					width: 300px;
					display:inline;
					}
					
#footerRight		{
		float:right;
		color:#FFFFFF;
		font-family:"Franklin Gothic Book";
		width: 200px;
		display:inline;
		}
		

		
#nav {
	background:none;
	float:left;
	text-decoration: none;
	padding: 10px, 10px, 10px, 10px;
	width: 700px;
	text-align:center;
 }
 
#nav ul li{
 	display:inline;
	list-style:none;
	background: none;
	padding-right: 15px;
	text-align:center;
	font-family: "Franklin Gothic Book" , arial;
	}

#nav a:link,
#nav a:visited {
   color:#FFFFFF;
  
   text-align:center;
   width:auto;
   text-decoration:none;
  font: "Franklin Gothic Book"
  text-shadow: 2px 2px 2px #E6AF2C;
  }


#nav a:hover {
	color: #C0B7A2;
}   

.textarea form   {
		width: 400px;
		height: 200px;
		}
	
.orangeText {color: #FF9933}
	

	