* { padding: 0; margin: 0; border: 0; outline: 0;}
:focus { outline: 0; }
body {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 62.5%;
    background: #fff;
    color: #515f60;
    text-align: center;
}
a {
    color: #af4b4b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#wrap {
    width: 880px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 212px;
	background: url(images/header_bg.jpg) 0 0 no-repeat;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 58px;
	left: 90px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #b2b2b2;
}
#header h2 {
	position: absolute;
	top: 25px;
	left: 80px;
	font-size: 2.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#content {
	padding: 15px 18px 10px;
}
#content h3, #content h4{
	margin: 7px 0 15px;
	padding-bottom: 2px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #c90000;
}
#content h4{
	margin: 25px 0 15px;
}
#content p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px 0 7px;
	text-align: justify;
}
#content p a{
	color: #515f60;
	font-weight: bold;
}
#content ul{
	list-style: none;
}
#content ul li{
	padding: 0 0 2px 12px;
	background: url(images/marker.gif) 3px 5px no-repeat;
	font-size: 1.2em;
}





#footer {
	height: 65px;
	margin-top: 10px;
	background: url(images/footer_bg.gif) 0 0 repeat-x;
	position: relative;
}

#footer p{
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 1.2em;
}
