A {
	text-decoration: none;
	color: black;
}

body {
	background-repeat: repeat-x;
	}
	
p {
	color: white;
  padding: 10px;
  padding-top: 0px;
}

p A {
	text-decoration: underline;
	color: white;
}

.ad {
	position: relative; 
	background-color: #202020; 
	width: 150px; 
	float: left; 
	min-height: 300px; 
	text-align: center;
}

.container {
	position: absolute; 
	width: 730px; 
	left: 50%; 
	margin-left: -365px; 
	top: 10px;
}

.container2 {
	position: relative; 
	background-color: #202020; 
	width: 100%; 
	overflow: hidden;
}

.content {
	position: relative;
	background-image: url('images/bgs.png'); 
	background-repeat: repeat-x; 
	background-color: #373737; 
	width: 580px; 
	float: left; 
	min-height: 720px; 
	height:auto !important; 
	height: 720px; 
	color: white;
}

.float {
	position: relative;
	top: 75px;
}

.navactive {
	padding-left:10px; 
	padding-right:10px; 
	background: #b1b1b1; 
	border: solid 2px black;
}

.navbar {
	height: 15px; 
	background-color: #b1b1b1; 
	border-top: solid 2px black; 
	border-right: solid 2px black; 
	border-left: solid 2px black;
}


.navbg {
	position: relative;
	background-image: url('images/bgvert.png'); 
	background-color: #525050; 
	width: 100%; 
	text-align: center;
}

.navinactive {
	padding-left:10px; 
	padding-right:10px; 
	background: #808080; 
	border: solid 2px black;
}

.title {
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
}