/* Rockin' tha funky shiyaaat */ 

body {
	margin: 0;
	background: url(wallpaper.gif);
	color: #e1eff5;
	text-align: center;
	padding: 0;
	top: auto;
 }

#outer {
	text-align:left;
	width:600px;
	margin:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AABCBA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AABCBA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
 }

#hdr {
	width:600px;
	height:370px;
	background: url(header.jpg);
	color:#003399;
 }


#bodyblock {
	position:relative;
	background:#fff;
	color:#333;
	width:600px;
 }

#cont {
    width:570px;
    background:#fff;
    border:solid #fff;	
    border-width:0 0 0 0;
    text-align:left;
    padding:15px;
 }
 
.text {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	text-decoration:none;
	line-height:170%;	
}

a:link {
	color:#7BAABF;
	text-decoration: underline;

}

a:visited {
	text-decoration: none;
	color: #666;

	
}

.h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #A0C0C4;
	text-decoration:none;
	line-height: 200%;
	width: 560px;
	letter-spacing: 1px;
		
	}
	
.h2 {
	color: #666666;

}

#ftr {
	height:50px;
	background:#eee;
	color:#777;
	margin:0;
	padding:15px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	text-align:left;
	font-size: 10px;
 }
 
