body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
	padding:0px;
	margin:0px;
	background-image:url(topback.jpg);
	background-repeat: repeat-x; 
	color:#333;
}
a img{
	border:0px;
}
a{
	text-decoration:none;
}
.title{
	font-family: 'Orbitron', arial, serif;
	font-size:200%;
	color: #eee;
}
.wrapper{
	width:960px;
	margin:auto;
}
.heading{
	height:40px;
	width:900px;
	padding:10px;
	padding-left:50px;
	padding-top:50px;
}
.social{
	float:right;
}
.contact{
		float:right;
	}
.left{
	float:left;
	width:260px;
	padding:20px;
}
.right{
	width:660px;
	float:left;
}
.content{
	padding-top:50px;
	line-height:150%;
	padding-left:30px;	
}
.content h1{
	font-size:200%;

	padding-bottom:50px;	
}
h1{
	text-transform:uppercase;
}
.option{
	font-size:90%;
	width:190px;
	background-color:#e5e5e5;
	padding:5px;
	padding-left:30px;
	margin-left:10px;
	margin-bottom:2px;
	
}
.option a{
	text-decoration: none;
	color:#333;
}
.nav li{
	width: 660px;
	padding-top:40px;
	display:inline;
}
.nav a{
	font-size:180%;
	text-decoration: none;
	color:#333;
	margin-left:15px;
	margin-right:15px;
}
.footer{
	font-size:80%;
	clear:both;
	width:960px;
	margin:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.footer a{
	text-decoration:none;
	color:#333;
}

