body {
    margin:0px auto;
	background-color: #FFFFFF;
	font-family: Eurostile, "futura", arial, sans serif;
	font-size: 14px;
	color: #333333;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0099;
}
img.gallery {
	border: 1px solid white;
}
img.gallery:hover { /* not supported in IE6 */
	border: 1px solid #FF0099;
}
#container {
	margin:0px auto;
}

#header {
	width:720px;
	margin:0px auto;
	padding: 10px 0px;
}

#topNav {
	padding: 15px 0px;
	background-color: #000000;
	text-transform: uppercase;
	text-align:center;
}

#topNav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 20px;
	font-weight: bold;
}

#topNav a:hover, #topNav a.current {
	text-decoration: none;
	color: #FF0099;
}

#mainContent {
    width:720px;
	margin:0 auto;
	text-align:center;
}

#mainContent .philosophy {
	font-size: 16px;
}

.clearboth { clear: both; }

#footer {
	padding: 10px 0px;
	background-color: #000000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:center;
}
