@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #f5f5f5 url('../images/bg.gif') repeat;
	color:#555555;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img a {
	border: none;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height: 800px;
	background: url('../images/bg_main.gif') repeat-y;
}

#header {
	background: url('../images/bg_top.gif') no-repeat;
	height: 125px;
}

#midsection {
	width: 960px;
	height: 376px;
	background: #e5e5e5;
	background: url('../images/sec1_bg.gif') no-repeat;
}
#midsection1 {
	width: 470px;
	height: 144px;
	background:  #000 url('../images/mid_noblehouse1.gif') no-repeat;
	float: left;
	text-align: center;
	padding-top: 220px;
	color: #fff;
}
#midsection1_content {
	width: 438px;
	height: 347px;
	border: 1px solid #333;
	background:  #000 url('../images/mid_red.jpg') no-repeat;
	float: left;
	text-align: left;
	padding: 15px;
	padding-top: 0px;
	color: #fff;
}
#midsection1_content a {
	color: #fff;
	font-weight: bold;
}
#midsection1_content a:hover {
	color: #bbb;
}
#midsection2 {
	width: 490px;
	height: 376px;
	background: url('../images/mid_bg.gif') no-repeat;
	float: right;
}

#midsection2_content {
	width: 460px;
	height: 356px;
	background: url('../images/mid_bg.gif') no-repeat;
	float: right;
	padding: 15px;
	padding-top: 5px;

}
#menu {
	width: 460px;
	height: 360px;
	overflow-y:scroll;
	font-size: 11px;
	background: url('../images/restaurantfaded.jpg') no-repeat;
	padding-left: 10px;
}

.red {
	color: #e91a1a;
}

#content {
	background: url('../images/bg_mid.gif') repeat-y;
	clear:both;
}

#content p {
	text-align: justify;
}

#body {
	width: 750px;
	margin: 0 auto;
}

#footer {
	background: url('../images/bg_bottom.gif') no-repeat;
	height: 60px;
	text-align:right;
	padding-top: 15px;
	font-size: 11px;
	padding-right: 115px;
}

#nav {
	width: 750px;
	position: inherit;
	margin: 0 auto;
	padding-top: 70px;
}
#nav ul {
	list-style: none;

}
#nav li, li a {
	font-size: 16px;
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	color: #888888;
}

h1 {
	color: #666666;
	font-weight: bold;
	font-size: 20px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	color: #fff;
	font-size: 20px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
	padding: 2px; margin: 2px;
}
h4 .large {
	font-size: 17px;
}
.smaller {
	font-size: 10px;
}
#gallerythumb {
	border:		1px solid #FFF;
	width:		100px;
	height:		80px;
	float:		left;
	margin-top:	0px;
	margin:		14px;
	margin-top:	0px;
}
