/* CSS Document */

/* STYLES
------------------------------------------*/

body {background-image: url(../images/bg_body.jpg);}

	a:link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}

    a:visited {
	text-decoration: none;
	color: #333333;
}
	a:hover {
	text-decoration: none;
	color: #B32028;
}
	a:active {
	text-decoration: none;
	color: #B32028;
}
	#main_header {
	float: left;
	width: 932px;
	line-height: 23px;
}
	#body_specials {
	float: left;
	height: 662px;
	width: 932px;
}
	
	.bigheading {
	font-family: Garamond;
	font-size: 90px;
	color: #993333;
}

    .mediumheading {
	font-family: Garamond;
	font-size: 30px;
	color: #993333;
	line-height: 18px;
}
    .greytext {
	font-family: Garamond;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}

    .whitetext {
	font-family: Garamond;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
	

/* END STYLES
------------------------------------------*/

/* BODY
------------------------------------------*/
	
	#body_container {
	width: 932px;
	margin-left : auto;
	margin-right : auto;
}	
	
	#body_main {
	float: left;
	height: 721px;
	width: 932px;
	background-image: url(../images/body.jpg);
}
    #body_special {
	float: left;
	height: 721px;
	width: 932px;
	background-image: url(../images/specials.jpg);
	background-repeat: no-repeat;
}
    #body_text {
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: 527px;
	left: 200px;
	width: 600px;
}
	#body_contact {
	float: left;
	height: 721px;
	width: 932px;
	background-image: url(../images/contact.jpg);
}
	#contact_info {
	float: left;
	padding-top: 360px;
	padding-left: 350px;
	line-height: 20px;
}
/* END BODY
------------------------------------------*/

/* Navigation
------------------------------------------*/

	#navigation {
	float: left;
	height: 74px;
	width: 932px;
	padding-top: 30px;
}
	#navigation li {
	display:inline;
	float: left;
}
	#navigation a {
	display: block;
}
	#n-01 {
	height: 74px;
	width: 167px;
	background-image: url(../images/buttons/home.jpg);
}
	a#n-01:hover {
	background-image: url(../images/buttons/home.jpg);
	background-position: -167px 0px;
}
	#n-02 {
	height: 74px;
	width: 167px;
	background-image: url(../images/buttons/specials.jpg);
}
	a#n-02:hover {
	background-image: url(../images/buttons/specials.jpg);
	background-position: -167px 0px;
}
	#n-03 {
	height: 74px;
	width: 167px;
	background-image: url(../images/buttons/contact.jpg);
}
	a#n-03:hover {
	background-image: url(../images/buttons/contact.jpg);
	background-position: -167px 0px;
}

/* END NAVIGATION
------------------------------------------*/
