body {
	background: #fff;
	color: #000;
	font-size: 75%;
	font-family: Helvetica, Arial;
	text-align: center;
} 
h1 {
	font-size: 1.6em;
	color: #aaa;
}
h2 {
	font-size: 1.4em;
	color: #aaa;
}
h3 {
	font-size: 1.2em;
	color: #222;
}
h4 {
	font-size: 1.0em;
	color: #ccc;
}
a {
	color: #222;
	outline: none;
	border: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	color: #3c6c92;
	background-color: none;
}

a:hover img {
	background-color: #fff;
}


ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: none;
        padding-left: 0;
        margin-left: 0;
}

ol {
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
}

#header ul {
	color: #aaa;
}

#header li {
	font-family: Helvetica;
	font-size: 1.2em;
	color: #aaa;
	display: inline;
}
#wrapper {
	margin: 0px auto;
	text-align: center;
	width: 800px;
	padding: 0 0px;
}

#mainColumn {
	text-align: left;
	margin: 28px 0 0 0;
	width: 488px;
}
