* {
	margin:0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #333;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #333;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 12px 0;
}
a { color: #177b9f; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h2 {
font-size: 24px;
text-align: center;
padding: 20px 0;
color: #cc1919;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 816px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.jpg) no-repeat top;
	width: 816px;
	height: 165px;
}
#headline {
	background: url(images/headline.jpg) no-repeat top;
	width: 816px;
	height: 276px;
}
#content { background: #FFFFFF; padding: 10px 90px;}
ul {
list-style: none;
}
ul li { padding: 10px;font-size: 12px; background: #fffbbc; margin: 4px; border: 1px solid #ddd;}
