/* contact.css - contact page styles */

/* title */
h1
{
	padding: 12px 0 6px 30px;
	font-size: 17px;
	font-weight: bold;
	color: rgb(255,255,0);
}

/* main div style */
#main_div
{
	margin: 2px 100px 0 30px;
}

/* phone number style */
#phone
{
	font-weight: bold;
}

/* fax number style */
#fax
{
	font-weight: normal;
	padding-left: 10px;
}

/* reservations style */
#reservations
{
	font-weight: bold;
	color: rgb(255,255,0);
}

/* email link */
#email
{
	margin-top: 10px;
}

#email a
{
	color: rgb(255,255,0);
	text-decoration: none;
}

