@charset "utf-8";
/* CSS Document */
h1,h2,h3,em,body{margin:0;padding:0;
font-family:Verdana, Geneva, sans-serif;
color:#333333;font-size:12px;}
a{text-decoration:underline;color:#333333;}
a:hover{text-decoration:none}

body{margin:10px 0px 50px 0px; padding:0px;
	text-align:center;background:#515050}
#logo {
	width: 990px;
	height: 100px;
	margin: 0 auto;
	background: url(images/hdr1.jpg) top left no-repeat; 
}
#content {
	width:960px;
	padding:15px;
	height:100%;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#fff;
}
#content_blank {
clear:both;
}
#left{float:left;width:175px}
#left img{width:150px; margin-bottom:14px;}
#right{
	float:left;
	padding-left:10px;
	width:750px;
}
h2{
	font-size:1.2em;
	margin-bottom:0px;
	margin-top:25px
}
h3{font-size:1em;}
h1{margin-bottom:5px;font-size:1.5em}
#footer {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	padding: 5px 0px;
	font-size: 90%;
	text-align: center;
	color: #CCCCCC;
}
