body {
	font: 0.7em Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	padding: 0;
	margin:0;
}
.central{
	width:406px;
	float:left;
}
.colright {
	font-size:100%;
	width:350px;
	float:right;
	margin-top:60px;
	color:#666666;
}
.contact {
	margin-left:100px;
	margin-bottom:30px;
}
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:100%;
	margin-bottom:10px;
}
/* ----------------------------------- */
/* GENERAL STYLES */
A:link,
A:active,
A:visited {
	text-decoration:underline;
	color:#9f005b;
}
A:focus,
A:hover {
	text-decoration:none;
	background-color: #b52370;
	color:#FFFFFF;
}
A.ee IMG {margin-top:5px;}
A.ee:link,
A.ee:active,
A.ee:visited {
	text-decoration:none;color:none;
	height:63px;
	width: 13px;
}

A.ee:focus,
A.ee:hover {
	background-color:none;
}

H3 {
	font-weight:normal;
	color: #b52370;
	margin-bottom:10px;
}
/* ----------------------------------- */