
body,
div,
table
{
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border-collapse:	collapse;
}

body
{
	background-color: #EEE;
}

img
{
	border: none;
}

p
{
	margin: 0px 0px 10px 0px;
}

ul
{
	margin-bottom: 10px;
	margin-top: 0px;
}

li
{
	margin-bottom: 5px;
}

a,
a:active,
a:visited
{
	color: #255A9A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	color: #888;
	font-weight: normal;
}

#main
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -351px;
	width: 702px;
}

#holder
{
	background-color: #FFF;
	width: 659px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#header
{
	margin: 0px;
	padding: 0px;
	width: 659px;
	height: 110px;
}

#content
{
	padding: 10px 40px 40px 40px;
}

#footer
{
	clear: both;
	height: 30px;
	width: 100%;
	border-top: 1px solid #CCC;
}

#footer ul
{
	margin-top: 7px;
}

#footer li
{
	float: left;
	margin-right: 25px;
	font-size: 0.8em;
	list-style-type: none;
}

#menu a
{
	color: #CCC;
}