/* CSS Document */
/* Kootingal Hotel Website - version 1.0 */

/* Copyright Lauren McConachie, 2008     */
/* http://lorenai.com/                   */


/* STRUCTURE */

#nav {
	margin: 0 0 20px;
	padding: 0px;
	list-style-type: none;
	min-width: 700px;
	width: 700px;
	float:left;
	white-space:nowrap;
	clear: both;
	position: absolute;
	top: 100px;
	left: 143px;
	background-color: #990000;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	z-index: 4;	}
	
#nav li {margin: 0px; padding: 0px; float:left;}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 7px;
	line-height: 2.5;
	border-bottom: 1px solid #660000;
	float: left;
	width: 100px;
	text-align:center;
	border-right: 1px solid #996666;}

#nav #gallery a {border-right-style: none;}

#nav a:hover {background-color: #CC0000;}

#content {
	background-color: #FFFFFF;
	padding: 10px 20px 20px;
	clear: both;
	width: 656px;
	min-width: 658px;
	overflow: auto;
	border: 1px solid #996666;
	margin-left: 135px;
	margin-top: 10px;
	position: relative;
	z-index: 2;}

#logo {border: 0; position:relative; z-index:2; margin-left:0; margin-top: 5px; margin-bottom: 10px;}
	
#slogan {position: absolute; top: 60px; left: 140px;}

#footer {
	height: 2em;
	background-color:#330000;
	width:673px;
	min-width:673px;
	margin-top:5px;
	margin-left:135px;
	font: 11px Verdana, Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	color: #FFFFFF;
	padding: 5px 10px 0px;
	position: relative;
	z-index: 2;}
	
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {color: #490800;}


/* BODY & PARAGRAPHS */

body {
	font: small/1.4 Verdana, Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	background-color: #490800;
	margin-bottom: 0px;
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(images/side-images.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


img.left {float:left;}
img.right {float:right; padding-left: 20px; margin-right: -10px;}

#content img {padding-bottom: 1em;}
#content #links p, #content #links2 p, #content #links3 p {font-size: 14px; font-weight: bold; line-height: 1em;}
#links, #links2, #links3 {padding: 0 0.8em 0.8em;}

#content table th {border-bottom: 1px solid #999999;}
#content table {margin-bottom:1em;}
