/***************************************************
INDEX STYLES
***************************************************/
#restaurant_image {
	background:#664422;
}

#restaurant_name {
	text-align:left;
	background:#664422;
}

#restaurant_name h3 {
	color:#FFFFFF;
}

#restaurant_nav {
	text-align:left;
	background:#DDCCBB;
}

#restaurant_nav_list li.selected {
	font-weight: bolder;
	background:#FFFFFF;
}

#description_1 {
/*	line-height:20px; */
}

#description_2 {
/*	line-height:20px; */
}

div.course {
}

div.course_label {
	background:url("../images/layout/bullet.gif") no-repeat top left; 
}

div.course_price {
}

div.course_description {
/*	border-color:blue;
	border-style:solid;
	border-width:1px; */
}


