* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:url(images/bg.jpg) top center repeat-x #adacac;
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#555;
}


a {
	color:#547698;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#990000;
	text-decoration:underline;
	}

h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	color:#003366;
	}

h6 {font-size:10px;}
h5 {font-size:12px;}
h4 {font-size:14px;}
h3 {font-size:16px;}
h2 {font-size:18px;}
h1 {font-size:20px;}


#wrapper {
	margin:0 auto;
	width:808px;
	background:url(images/bg_body.jpg) repeat-y;

}
#content {
	padding:0 30px 20px 30px;
	min-height:300px;
	}
.double_space li {
	margin-bottom:10px;
	}