/* CSS Document */

#divider{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A6BAC9;

}

#content_frame{
	border: 5px solid #C4D2DB;

}

#main_text{
	width: 500px;
	padding:10px;
	float:right;	
}


#left_nav{
	width:250px;

}
