@charset "utf-8";
/* CSS Document */
#home_graphic_col {	
	float:left;
	width:80px;
	margin:50px 10px 0px -20px;
}

#home_text_wrapper {
	float:right;
	width:700px;

}

#home_upper_text_wrapper {
}

#home_welcome_statment {
	float:left;
	width:400px;
}

#home_recent_updates {
	float:right;
	width:240px;
	margin-top:30px;
}

#home_center_text_wrapper {
	margin-top:20px;

}

#home_whats_new {
	float:left;
	width:38%;
}

#home_general_info {
	float:right;
	width:58%;
	margin-top:50px;
}

