body {
	background-image: url('images/bg_swirls.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	margin: 30px;
	padding: 0px;
}

/* end base */

input:focus { outline: none; }
:focus { outline: none; }

a:link { color: #0591e6; text-decoration: underline; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #0591e6; text-decoration: none; }
a:active { color: #0591e6; text-decoration: none; }

h1 { margin-top: 0px; margin-bottom: 10px; padding: 0; }
h2,h3 { margin-top: 20px; margin-bottom: 10px; padding: 0; }
h4,h5 { margin-top: 10px; margin-bottom: 5px; padding: 0; }
h6 { margin-top: 20px; margin-bottom: 0px; padding: 0; }
p { margin-top: 0; margin-bottom: 10px; padding: 0; }
ul { list-style-image: url('images/misc/square_bullet.png'); }

.photo_left { 
	padding: 5px 15px 5px 0px;
	text-align: left;
	float: left;
}

.photo_right { 
	padding: 5px 0px 5px 15px;
	text-align: right;
	float: right; 
}

.body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: .05em;
	text-transform: none;
	text-align: left;
	color: #003c75;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: none;
	color: #0591e6;
}

.legal {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}

/* end styles */

#container { 
 	margin: auto;
 	width: 800px;
 	padding: 20px;
		
	/* border-radius */
 	-webkit-border-radius: 20px;
 	-moz-border-radius: 20px;
 	border-radius: 20px;
		
	/* box-shadow */
 	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 30px;
 	box-shadow: rgba(0,0,0,0.5) 0px 0px 30px;
}

#header {
	background-image: url('images/header.jpg');
	height: 106px;
	clear: right;
	
	/* border-radius */
 	-webkit-border-top-left-radius: 15px;
 	-moz-border-top-left-radius: 15px;
 	border-top-left-radius: 15px;
	
	-webkit-border-top-right-radius: 15px;
 	-moz-border-top-right-radius: 15px;
 	border-top-right-radius: 15px;
}

#middle { 
	background-color: #FFF;
	height: 100%;
	padding: 33px 40px 30px 40px;
}

#footer {
	background-image: url('images/footer.jpg');
	height: 38px;
	padding: 22px 0px 0px 34px;
	float: bottom;
	clear: both;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left;
	
	/* border-radius */
 	-webkit-border-bottom-left-radius: 15px;
 	-moz-border-bottom-left-radius: 15px;
 	border-bottom-left-radius: 15px;
	
	-webkit-border-bottom-right-radius: 15px;
 	-moz-border-bottom-right-radius: 15px;
 	border-bottom-right-radius: 15px;
}

/* end layout */
