
body { 
font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #0184DE; color: #444; 
}



.header {
width:960px;
height: 200px;
background: url(images/header.jpg) no-repeat;
}
.header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: 1px;
padding: 22px 0 5px 10px;
}
.header h1 a {
color: #fff;
text-decoration: none;
}
.header h1 a:hover {
color: #000;
text-decoration: none;
}
.header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 1px;
line-height: 20px;
}

#wrap { padding: 10px 10px 3px 10px; width: 970px;height:100%; margin:4px auto; background: #83cbf6;}
#footer {
	font-size: 11px;
	text-align: center;
 	padding: 10px 5px;
}
