/* CSS Document */

#main{
	width:				775px;
	float:				none;
	background-color:	#FFFFFF;
	position:			
	relative;
}
#top{
	background-color:	#D4EFFA;
}
#body{
	float:				left;
	background-color:	#FFFFFF;
}
#bodyText{
	width:				550px;
	clear:				none;
	float:				left;
	padding-left:		10px;
}
#bodyTextWide{
	width:				755px;
	clear:				none;
	float:				none;
	padding-left:		10px;
	padding-right:		10px;
}
#bodyLinks{
	width:				190px;
	clear:				none;
	float:				right;
}
#footer{
	float:				none;
	background-color:	;
}
