* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Tahoma, Arial;
	font-size:14px;
	color:#707675;
	background-image:url(/assets/img/lnl_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
p {
	margin-bottom:18px;
}
a {
	text-decoration:none;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}


/* ---------------------------------------- LOCH NESS LODGE ---------------------------------------- */
#container {
	width:100%;
}

#topcontainer {
	width:100%;
	height:602px;
}


/* TOP
------------------------------------ */
#top {
	position:relative;
	top:0px;
	left:50%;
	width:958px;
	margin-left:-479px;
}

#top-logo {
	position:absolute;
	top:14px;
	left:394px;
}

#top-hnav {
	position:absolute;
	left:0px;
	top:99px;
	width:958px;
	height:27px;
	border-top:#9b9f9d 1px solid;
	border-bottom:#9b9f9d 1px solid;
}

ul.menu {
	list-style:none;
	float:left;
}
ul.menu a {
	font-family:Tahoma, Arial;
	font-size:13px;
	display:block; 
	color:#9b9f9d; 
	text-decoration:none;
	float:left;
	text-align:center;
}
ul.menu a:hover {
	display:block;
	color:#d5d1ad;
}
ul.menu li {
	position:relative; 
	float:left;
	text-align:center;
	margin:0px 12px;
	padding-top:5px;
}
#top-flash {
	position:absolute;
	top:144px;
	left:0px;
	width:920px;
	height:410px;
	padding:18px;
	border:#d5d1ad 1px solid;
	background-color:#fff;
}

/* CONTENT
------------------------------------ */
#content-container {
	width:100%;
}
#content {
	position:relative;
	left:50%;
	width:958px;
	margin-left:-479px;
}

.spacer {
	height:11px;
}



/* FOOTER 
------------------------------------ */
#footer {
	width:100%;
	font-size:11px;
	clear:both;
	color:#707675;
}
#footer a:hover {
	text-decoration:none;
}

#footer-content {
	position:relative;
	left:50%;
	width:958px;
	margin-left:-479px;
}


#footer-c-bottom {
	clear:both;
	height:76px;
	border:#d5d1ad 1px solid;
	padding:17px;
	background-color:#fff;
	line-height:18px;
}
#footer-c-bottom a {
	color:#707675;
	text-decoration:underline;
}
#footer c-bottom a:hover {
	text-decoration:none;
}

.error {
	background-color:#ff0000;
}
