/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
h1, h3{
	color: #003399;
	}
	
h1{	
	font-size: 18px;
	clear: both;
	}
	
h2{
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
	}
	
h3{
	font-size: 13px;
	}
	
#head{
	width: 550px;
	}	
	
#logo{	
	width: 400px;
	float: left;
	}
	
#controls{
	text-align: right;
	float: left;
	width: 150px;
	}
	
#controls a{
	margin: 0 5px;
	padding: 30px 0 0 0;
	}