body {
	font-size: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #ffffff;
	text-align: center;
	background:#000 url(../images/background.jpg) no-repeat center top;
}

#contentContainer {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.transparent_class {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

#navbar {
	font-size: 16px;
	margin-top: 65px;
	text-align: right;
	margin-right: 60px;
}

#navbar UL {


}

#navbar LI {
	overflow:  hidden;
	display: inline;
	margin-right: 25px;	
}

#navbar A {
	text-decoration: none;
	color: #ffffff;
}

#navbar A:visited {
	text-decoration: none;
	color: #ffffff;
}

#navbar A:hover {
	text-decoration: none;
	color: #ae4b93;
}

.clear {
	float: none;
}

#sectionTitle {
	margin-top: 70px;
	margin-left: 75px;
	float: left;
	width: 550px;
}

#sectionGraphic {
	margin-top: 55px;
	float: right;
}