body {
	background-image:url('../images/container/background.jpg');
	background-repeat:repeat;
	//background-position:right top;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a.active {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

#header {
	background-image:url('../images/container/header.jpg');
}

#header_bar {
	width:981px; 
	height:23px;
	background-image:url('../images/container/header_bar.jpg');
}

#footer {
	background-image:url('../images/container/footer.jpg');
}

#content_home {
	background-image:url('../images/container/home_intro.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

div#home_intro {
	position:relative;
	left:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffe8b0;
	text-align: justify;
	overflow: auto;
	padding-right: 25px;
	padding-left: 10px;
	height: 155px;
	width: 380px;
	z-index: 1;
}

div#inside_content {
	width:629px;
	height:383px;
	background-color:#F3DFAC;
	overflow: auto;
	padding:20px;
}

div#large_content {
	width:941px;
	height:383px;
	background-color:#F3DFAC;
	overflow: auto;
	padding:20px;
}

#inside_content {
	width:669px;
	height:423px;
}

#inside_content a:link, #inside_content a:visited, #inside_content a.active {
	color:#B53333;
	font-weight:bold;
	text-decoration:none;
}

#inside_content a:hover {
	color:#B53333;
	text-decoration:underline;
}


/* social media */
#social_media {
	text-align:right; 
	font-size:11pt;	
	padding-right:0px; 
	padding-bottom:0px;
	font-family:sans-serif;	
}

#social_media img {
	vertical-align:text-bottom;
}

#social_media a:link, #social_media a:visited, #social_media a.active {
	color:#D4D0C8;
	text-decoration:none;
}

#social_media a:hover {
	color:#D4D0C8;
	text-decoration:underline;
}

#home_featured {
	background-color:#B36E6C;
	width:312px;
	height:261px;
	overflow: auto;
	text-align:center;
	color:white;
}

.nav_active {
	/*font-weight:bold;*/
	text-decoration:underline;
}

#contact_info {
	text-align:right;
	padding-bottom:35px;
	padding-right:20px;
	width:649px;
	color:white;
}

#contact_info .phone {
	font-size:12px;
	font-weight:bold;
}

#contact_info a:link, #contact_info a:visited, #contact_info a.active {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#contact_info a:hover {
	color:white;
	text-decoration:underline;
}

#top_nav {
	text-align:right;
	padding-bottom:20px;
	padding-right:10px;
	width:649px;
	color:white;
}

#top_nav a:link, #top_nav a:visited, #top_nav a.active {
	color:white;
	text-decoration:none;
	text-decoration:none;
}

#top_nav a:hover {
	color:white;
	text-decoration:underline;
}


#bottom_nav {
	padding-top:10px;
	width:669px;
	color:#333333;
	font-size:10px;	
}

#bottom_nav a:link, #bottom_nav a:visited, #bottom_nav a.active {
	color:#333333;
	text-decoration:none;
	text-decoration:none;
}

#bottom_nav a:hover {
	color:#333333;
	text-decoration:underline;
}

#copyright {
	font-family:sans-serif;	
	width:981px;
	color:#333333;
	font-size:11px;
	line-height:1.2;
	text-align:center;
}

#copyright a:link, #copyright a:visited, #copyright a.active {
	color:#333333;
	text-decoration:none;
}

#copyright a:hover {
	color:#333333;
	text-decoration:underline;
}



/* menu drop down */
#dropmenudiv{
	position: absolute;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	color: white;
	line-height: 18px;
	z-index: 100;
	padding:5px;
	background-color:#950404;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 0px;
	text-decoration: none;
	font-size:11px;
}

#dropmenudiv a:link, #dropmenudiv a:visited, #dropmenudiv a.active {
	color:white;
	text-decoration:none;
}

#dropmenudiv a:hover {
	color:white;
	text-decoration:underline;
}


/* menus */
.menu_section_name {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  
}

.menu_section_description {
  font-weight: bold;
  text-decoration: none;
	font-style:italic;
}

.menu_item_name {
  font-weight: bold;
  text-decoration: none;    
}

.menu_item_description {
  font-weight: normal;
  text-decoration: none;
}

.menu_item_price {
  font-weight: normal;
  text-decoration: none;

}