/* CSS Document */

#wrapper {
	width:790px;
	position:relative;
	left:50%;
	margin-left:-395px;
}

#branding{
	width:790px;
	height:80px;
	background-color:White;
}

#mainNav{
	position:relative;
	width:790px;
	height:50px;
}

#header{
	position:relative;
	width:790px;
	height:200px;
}

#content{
	width:510px;
	float:left;
	margin-bottom:45px;
}

#brightshineList{
	position:relative;
	width:260px;
	float: right;
	margin-top:56px;
	background-image:url(../images/listBackground.jpg);
	margin-bottom:45px;
}

#footer{
	width:100%;
	height:20px;
	font:normal 9px Arial, Helvetica, sans-serif;
	clear:both;
	text-align:center;
	background-image:url(../images/footerBackground.jpg);
	background-repeat:repeat-x;
}