/*****
 * Site:  The Heritage House Restaurant      *
 * Design by Daniel Tatom and Jason Sumpter  *
 *****/
 
 body { 
	background-color: #8ab2bc;
	font-size: 12px; 
	font-family: Palatino Linotype;
}
	
#container {
	width:  865px;
	margin:  0 auto;
	background:  url(../images/flower.jpg) no-repeat left top; 
	margin-top: 20px;
}

#container2  {
	width:  864px;
	margin:  0 auto;
	background:  url(../images/flower2.jpg) no-repeat bottom right; 
}

a {overflow: hidden;}

#header{ 
	position: relative; 
	height: 115px; 
}

#header h1 {
	float: left;
	margin-left: 350px;
	margin-top: 20px;
	background:  url(../images/logo.png) no-repeat;
	width:  400px;
	height: 95px;
	text-indent: -9999px;
}

#header h1 a{
	display: block;
	width: 400px;
	height: 95px;
}

#content-container {
	width: 666px;
	height: 100%;
	margin: 0 100px auto;
	background-color: #f8f2da;
	z-index: 500;
}

#main-graphic {
	float: left;
	width: 666px;
	margin-top: 20px;
	background-color:  #efe6c2;

}

#main-graphic div {
	width: 634px;
	height: 200px;
	margin: 18px 16px 18px 16px;
	background:  url(../images/restaurant.jpg) no-repeat;
}

#nav-menu {
	float: left;
	width: 666px;
	height: 27px;
	background:  url(../images/nav-b-ns.jpg) repeat-x;
}

#nav-menu ul {
	margin-left: 20px;
	margin-top: 0px;
}

#nav-menu li {
	float: left;
	padding-left: 0px;
}

#nav-menu li a{
	float: left;
	padding: 3px 17px 3px 17px;
	font-family: Palatino Linotype;
	font-variant:  small-caps;
	text-decoration: none;
	font-size: 1.2em;
	color:  #f5eed4;
}

#nav-menu li a:hover{
	float: left;
	padding: 3px 17px 3px 17px;
	font-family: Palatino Linotype;
	font-variant:  small-caps;
	text-decoration: none;
	font-size: 1.2em;
	color:  #f5eed4;
	background-color: #f47b8e;
}

.left-right-container {
	margin-left: auto;
	margin-right: auto;
}

#topleft-corner {
	float: left;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
	background:  url(../images/c1.jpg) no-repeat top left;
}

#topright-corner  {
	float: right;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
	background:  url(../images/c2.jpg) no-repeat top right;
}

#botleft-corner {
	float: left;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
	background:  url(../images/c4.jpg) no-repeat bottom left;
}

#botright-corner  {
	float: right;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
	background:  url(../images/c3.jpg) no-repeat bottom right;
}

#sitemap {
	float: left;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
}

#sitemap a, a:visited {
	font-family:  Palatino Linotype;
	text-decoration: underline;
	font-size:  1em;
	color: #547f88
}

#print  {
	float: right;
	padding:  10px 10px 10px 10px;
	font-family:  Palatino Linotype;
	font-size:  1em;
}

#print a, a:visited {
	font-family:  Palatino Linotype;
	text-decoration: underline;
	font-size:  1em;
	color: #547f88
}

.clear {
	clear: both;
}

#footer {
	padding-top: 20px;
	width: 666px;
	height: 100%;
	margin: 0 100px auto;
	z-index: 500;
	text-align: center;
	color: #487782;
	font-weight: bold;
}

#footer a, a:visited{
	color: #487782;
	font-weight: bold;
}

#footer a:hover{
	color: #ffffff;
	font-weight: bold;
}

#mynti {
	color: #ffffff;
	font-size: 0.8em;
}

.hidden-link {
	display:  none;
}