html{
	overflow:auto;
	overflow-x: hidden;
	scrollbar-face-color: #5F82BF;
	scrollbar-highlight-color:#5F82BF;
	scrollbar-shadow-color:#5F82BF;
	scrollbar-3dlight-color:#5F82BF;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color: #AF209F;
	scrollbar-darkshadow-color: #5F82BF;}

body {
	margin:0 auto;
	background:#BBC3D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
#container{
	margin:0 auto;
	width:900px;
	height:auto;}
	
#header{
	width:100%;
	height:180px;
	margin-top:10px;}
	
#content{
	width:860px;
	min-height:300px;
	padding-left:20px;
	padding-right:20px;
	background:#A8BABE;
	color:#000;
	line-height:20px;
	font-size:12px;
	text-align:justify;
	overflow:hidden;}
	
	#content a{
		color:#C39;
		text-decoration:none;
		font-weight:bold;}
	
#footer{
	background:url(../images/under.jpg) center bottom no-repeat;
	width:100%;
	height:63px;}

h1{
    color: #F39;
    font-size: 20px;    
    font-weight: bold;}
	
h2{
    color: #F39;
    font-size: 16px;    
    font-weight: bold;}
