/* CSS Document for North Bend Bar and Grill */
html
{
margin:0;
padding:0;
}
body
{
margin:0;
padding:0;
height:100%;
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-color:#282828;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}
* {
margin:0pt;
padding:0pt;
}
img
{
border:0;
}
img{ behavior: url(iepngfix.htc) }
a
{
color: #006633;
text-decoration:none;
}
a:hover
{

text-decoration:underline;
}

/*body holder style*/
#body_holder
{
margin-top:20px;
width: 850px;
border:solid #4f0404 2px;
background-color:#603131;


}
#inside_body_holder
{
width: 833px;
border:solid #591d1d 2px;
background-color:#000000;
margin-top:5px;
margin-bottom:5px;
}
.top_banner
{
margin-top:5px;
margin-bottom:5px;
}
/*menu style using list*/
.menu_holder
{
	width:730px;
	height:25px;
	background-color: #000000;
}
.menu_holder ul
{
	list-style:none;
}
.menu_holder ul li
{
	list-style:none;
	display:inline;
	list-style-position:outside;
	padding-right:50px;
}
.menu_holder ul li img
{
	vertical-align: middle;
}
.menu_holder li.last{
	padding-right:0px;
}

.menu_divider
{
width:746px;
height:11px;
margin-top:-5px;
}
#main_holder
{
width: 730px;
border:solid #1f362e 3px;
background-color:#988a4d;
margin-top:5px;
}

.page_title
{
margin-top:30px;
margin-bottom:20px;

}
.main_content
{
width:600px;
}
p
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;
padding:5px;
}
.sub_title
{
font-family: "Courier New", Courier, monospace;
font-size:16px;
color:#4f0404;
text-align:left;
font-weight:bold;
}
.main_content_menu
{
width:700px;
text-align:center;
}
.main_content_menu p
{
text-align:center;
}
.main_content_menu img
{
padding-left:15px;
}
.red
{
color:#990000;
}
.main_content_links
{
width:500px;
text-align:center;
}
.main_content_links img
{
padding-bottom:20px;
}
.main_content_contact
{
width:300px;
text-align:center;
}
/*gallery page style*/
#main_holder table
{
text-align:center;
}
.main_content_photo
{
text-align:center;
}
#gallery 
{
padding-top:10px;
padding-bottom:30px;
text-align:center;
width:500px;
}
.photo {
height:75px;
margin:15px;
width:100px;
margin:0pt 10px 20px;
display:block;
float: left;
}
#footer
{
clear:both;
font-size:10px;
color:#ffffff;
padding:10px;
}
