* { margin: 0; padding: 0; }
img { border: 0; }

body
{
	background: #AFBD21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

#container
{
	margin: 0 auto;
	width: 860px;
	padding: 20px 0;
	text-align: center;
}

#left
{
	width: 860px;
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -1px;
	text-align: center;
}

p
{
	margin: 0 0 15px 0;
}

ul { margin: 0 0 15px 0; }
ul li { list-style-type: none; }

a { color: #FFF; text-transform: uppercase; text-decoration: none; font-size: 14px; }
a:hover { text-decoration: underline; }

#footercont
{
	border-top: 1px solid #DDE87B;
	margin: 0 auto;
	width: 860px;
	padding: 15px 0 0 0;
	font-size: 11px;
	color: #DDE87B;
}

#footercont p { margin: 0 0 5px 0; }
#footercont a { text-transform: capitalize; font-size: 11px; color: #DDE87B; }
