/* CSS Document */

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

}

#content_frame{
	border: 5px solid #E7D7CB;

}

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


#left_nav{
	width:250px;


}
