body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #7D818C;
}

a:link, a:visited
{
	border: none;
	text-decoration:none;
	color:#000;
}

a:hover
{
	text-decoration:underline;	
}

#leftcontent {
	position:absolute;
	left:10px;
	top:6%;
	width:30%;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:10px 10px 10px 10px;
	}

#centercontent {
	position: absolute;
	top:6%;
	left:34%;
	right:31%;
	width: 30%;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:10px 10px 10px 10px;
	}

#rightcontent {
	position: absolute;
        right:10px;
	top:6%;
	width:31%;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:10px 10px 10px 10px;
	}

#banner {
	top:6%;
	text-align:center;
	height:10;
	border:1px solid #000;
	color:#6A6B74;
	}
	

#floatright {
	position:relative;
	float:right;
	bottom:30px;
	right:20px;
	width:20%;
}
#wrap {
	margin: auto auto auto auto;
	text-align: left;
	background: #fff;
}

