
body{
	background: #7fdbfe url(../images/background.jpg) repeat-y fixed center top;
	margin-top: 15px;
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


a{
	outline: none;
}

.top{
	width: 830px;
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.topleft{
	color: #34c8ff;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	float: left;
	width: 670px;
}

.topright a{
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	float: left;
}

#main{
	border: 5px solid white;
	width: 850px;
	background: #f7fbe4;
}

.content{
	background: url(../images/main_bgd.jpg) repeat-x 0 top;
	height: auto;
	padding: 20px;
	text-align: left;
}

.content p{
	font-size: 12px;
}

p.about{
	padding: 20px;
	background-color: #e4e9cf;
	height: 50px;
}

p.about img{
	float: left;
	border: 5px solid white;
	margin-right: 10px;
}

.content h1{
	font-size: 16px;
	font-weight: bold;
}

.content hr{
	color:#c00;
	background-color:#c1c7a3;
	height:1px;
	border:none;
}

.content a{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.content a:hover{
	color: #36c8ff;
	text-decoration: none;
	font-weight: bold;
}

.features{
	float: left;
	margin: 10px;
}

.features h1{
	font-weight: bold;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}
.items{
	border: 1px dotted #666;
	margin-bottom: 15px;
}
.items:hover{
	border: 1px solid black;
}

.adds{
	background-color: #999;
	text-align: center;
	height: 32px;
}

.breaker{
	clear: left;
}

.header{
	clear: both;
}

#navlist
{
border-bottom: 1px solid #7fdbfe;
border-top: 1px dotted white;
margin: 0px;
margin-bottom: 0;
padding: 0 0 0 75px;
background-color: #333;
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #333;
padding: 3px 10px 7px;
color: #ccc;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
padding: 3px 10px 7px;
text-decoration: underline;
}

#navlist li
{
padding-right: 1px;
display: inline;
	text-transform: uppercase;
	font-size: .6em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #666; }

.submit{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #666;
	padding: 6px;
	color: white;
	border: 1px solid white;
}

#footer{
	padding: 20px;
	text-align: left;
	background: white url(../images/footerbgd.jpg) repeat-x 0 top;
	border-top: 1px dashed #989867;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#footer a{
	color: #333;
}

#footer a:hover{
	color: #36c8ff;
}

.credits{
	float: left;
	padding-right: 130px;
}

.bottomnav{
	float: left;
}
