body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a1ccb9;
	margin: 0;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

p, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	font-size: 11px;
	line-height:15px;
	margin-top: 0;
	margin-bottom: 8px;
	}
	
a, a:link, a:visited {
	color: #0077d4;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #0077d4;
	}

a.hot, a:link.hot, a:visited.hot {
	text-decoration: none;
	font-weight: bold;
	}

#maincontent {
	margin: 0 auto;
	border: 0;
	padding: 0px 20px 20px 40px;
	margin-top: 135px;
	background-color: #FFF;
	width: 460px;
	text-align: left;
	}
	
#friendly400 {
	border: 0;
	margin: 0;
	width: 440px;
	}
	
#leftcontent {
	border: 0;
	margin: 0;
	position: absolute;
	left:10px;
	top:50px;
	width:400px;
	}
	
#rightcontent {
	border: 0;
	margin: 0;
	position: absolute;
	right:100px;
	top:145px;
	width:250px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0077d4;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 3px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009460;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	}

strong, b {
	font-weight: bold;
	color: #009460;
	}
	
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009460;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: bold;
	}
	
#nav a {
	color: #009460;
	text-decoration: none;
	}

#nav a:hover {
	text-decoration: none;
	color: #0077d4;
	}
	
.active {
	color: #0077d4;
	}

#foot {
	font-size: 9px;
	color: #999;
	margin-top: 30px;
	}