body {
background-image: url(../images/bg_rooster.jpg);
background-repeat: no-repeat;
font-family: Trebuchet MS, sans-serif;
}

/* master containers */

.container {
position: absolute;
top: 0px;
left: 0px;
width: 1000px;
}

.container_inside {
position: absolute;
top: 225px;
left: 241px;
}

/* footer */

.footer {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: 35px;
		
}

.type_8pt {
	font-size: 8px;
	color: #5a5a52;
	font-family: Verdana, sans-serif;
	
}

p.copyright {
	color: black;
	font-size: 8px;
}

p.footer_txt {
	font-size: 11px;
	line-height: 18px;
}

a.email {
color: #88992c;
}

.margin_top {
	margin-top: 15px;
	margin-bottom: 50px;
}


/* content boxes */

.logo {
	position: absolute;
	top: 78px;
	left: 241px;	
}

.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
}

.main_box_1 {
	position: relative;
	overflow: hidden;
}

.main_box_news {
	position: relative;
	width: 386px;
	overflow: hidden;
	margin-top: 40px;
}

.main_box_2 {
	position: relative;
	width: 386px;
	overflow: hidden;
	margin-top: 20px;
}

.main_box_3 {
	position: relative;
	width: 550px;
	overflow: hidden;
	margin-top: 20px;
}


.left_float_box {
	float: left;
}

.review_box {
	position: relative;
	margin-top: 50px;
}

.hours {
	position: absolute;
	top:  265px;
	left: 540px;
	width: 300px;
}

/* navigation primary */

ul.nav {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.buttons_main {
float:left;
text-decoration: none;
border-right:1px solid white;
}

li.nav {
	display:inline
}


/* lists */

li {
	font-size: 12px;
	color: #62614d;
}

/* anchor control */

a.review_link {
	color: #62614d;
	font-family: Trebuchet MS, sans-serif;
}

/* font control */

p {
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
color: #62614d;
line-height: 18px;
}

.font_news_title {
	font-size: 18px;
	color: #bc0b56;
	font-family: Trebuchet MS;
}

.font_news_date {
	font-size: 11px;
	color: #62614d;
	font-family: Trebuchet MS;
}

.review_header {
	font-weight: bold;
}


/* Misc */

img {
border: 0px;
}





