body {

	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;
    background-color: #f1f1f2;
	font-family: Helvetica, Arial, Verdana, Sans Serif;
	font-size: 70%;
}

a { 
	color: #aaacaf;
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	color: #ee2b7b;
}

img {
	border: 0px;
}

.centered3col #main {
	width: 976px;
    background-color: #FFF;
	text-align: left;
	margin: 25px auto 25px auto; /* the auto margins (in conjunction with a width) center the page */

}

#topleft {
	width: 500px;
	background-color: #FFF;
	height: 430px;
	float: left;
	clear: left;
	padding: 25px 0 25px 50px;
	text-align: center;
}

#topmiddle {
	width: 210px;
	height: 430px;
	background-color: #FFF;
	float: left;
	padding: 25px;
	text-align: left;
}

#topmiddle p
{
	padding: 0 0 0 7px;
	color: #666;
	line-height: 1.25em;
}

#topright {
	width: 110px;
	background-color: #FFF;
	height: 430px;
	float: left;
	padding: 25px;
}

#name {
	margin: 0px 0 5px 7px;
	color: #666666;
	font-weight: bold;
}

#details img {
	float: left;
	margin: 0 0 0 7px;
}

#mainnavfooter {
	width: 970px;
	background: #FFF;
	float: left;
	text-align: center;
	padding: 25px 0 25px 0;
}

#bottomleft {
	background-color: #FFF;
	float: left;
	clear: left;
	padding: 0 25px 0 25px;
	text-align: right;
}

#bottomleft img {
	text-align: right;
}

#bottomleft ul li { 
	float: left;
	list-style-type: none;
}

#bottomright {
	background-color: #FFF;
	float: left;
	text-align: left;
	padding-top: 25px;
}




