body { 
background-color: #000000;
margin: 0px;
padding: 15px;
font-size: 12px;
line-height: 18px;
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
text-align:center;
}

#top {
width: 100%;
height: 50px;
margin: 0px;
padding: 0px;
text-align: left;
font-size: 44px;
line-height: 48px;
background-color: #CCCC99;
}
 #top a:hover {
        text-decoration: none;
		color: #000000;
        }

#leftcontent {
position: absolute;
left:15px;
top: 65px;
width:250px;
height: 525px;
background:#ffffff;
text-align: left;
border-top: 1px solid #000000;
}

#centercontent {
background:#fff;
text-align: center;
height: 525px;
margin-left: 250px;
margin-right: 100px;
border-top: 1px solid #000000;
}
	
#rightcontent {
	position: absolute;
	right:15px;
	top: 65px;
	width:100px;
	height: 525px;
	background:#ffffff;
	text-align: center;
	border-top: 1px solid #000000;
	}
	
#rightcontent p {
border: 1px solid #CCCC99;
padding: 7px ;

}

#leftcontent p {
margin: 25px;
}

#leftcontent h1 {
margin: 25;
padding-top: 25;
}

#centercontent p {
margin: 25;
padding-top: 25;
}
	
	
	
	p,h1 {
		margin:5px;
		}
		
	h1 {
		font-size:24px;
		line-height: 30px;
		padding-top:15px;
		}
	h2 {
	    font-size: 18px;
		line-height: 24px;
		}	
	a:link {
        text-decoration: none;
		color: #000000;
        }
    a:visited {
	    text-decoration: none;
	    color: #000000;
		}
	a:hover {
	    text-decoration: none;
       	color: #CCCC99;
        }
	a:active {
	    text-decoration: none;
	    color: #666666;
		}
	

#bot {
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #ffffff;
}
#bot h1 {
font-size: 14px;
color: #000000;
line-height: 14px;
margin: 0px;
padding: 3px;
}

#foot {
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #CCCC99;
border-top: 1px solid #000000;
}
#foot p{
font-size: 11px;
margin: 0px;
padding: 2px;
}


  
