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

h2
{
	font-size: 16px;
}

p,h1,h2,pre {
	margin:0px 0px 0px 0px;
	}

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

a:hover
{
	text-decoration:underline;	
}


a.img:link{
	text-decoration:none;
	border:none;
}

#leftcontent {
	position:absolute;
	left:10px;
	top:9%;
	width:28%;
	background:#fff;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:10px 10px 10px 10px;
	}

#centercontent {
	position: absolute;
	top:9%;
	left:35%;
	right:30%;
	width: 35%;
	}

#rightcontent {
	position: absolute;
        right:10px;
	top:9%;
	width:21%;
	background:#fff;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:10px 10px 10px 10px;
	}

#banner {
	top:9%;
	text-align:center;
	background:#2F4F4F;
	height:40;
	border:1px solid #000;
	color:#CFC795;
	}

#banner h1 {
	font-size:20px;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#CFC795;
	}
	

#floatright {
	position:relative;
	float:right;
	bottom:30px;
	right:20px;
	width:20%;
}
#wrap {
	margin: auto auto auto auto;
	text-align: left;
	background: #fff;
}
#leftpic {
	position:absolute;
	left:10px;
	width:45%;
	/*padding:10px 10px 10px 10px;*/
}
#rightpic {
	position:absolute;
	right:10px;
	width:45%;
	/*padding:10px 10px 10px 10px;*/
}