/* 
#################################################################################################################################
# All code on this page is Copyright Tenshi Web Solutions.																		#
# Absolutely no use of this code is allowed in any way, shape or form without prior consent from Tenshi Web Solutions.			#
# Legal action will be taken against anyone who abuses this request.															#
#################################################################################################################################
*/

/* Holbrook House CSS Document */

/* ##################################### */
/* ### Layout css for Holbrook House ### */
/* ##################################### */

body {
margin: 0;
text-align: center;
}

body a:link, a:visited, a:hover, a:active { text-decoration: none; }

#container {
text-align: left;
width: 778px;
margin: 0px auto;
color: #333;
border: 1px solid #B8860B;
}

#top {
height: 100px;
background:  url(../../images/templates/topbanner.jpg) no-repeat left top;
border-bottom: 2px solid #B8860B; /* colour = DarkGoldenRod! How funny?! */
}

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #ffc;
	Z-INDEX: 3;
	margin-left: 1%;
	WHITE-SPACE: nowrap;
	POSITION: absolute;
	TOP: 82px;
	TEXT-ALIGN: left;
	width: 402px;
	height: 17px;
}

#topnav a:link, #topnav a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffc;
}

#topnav a:hover {
border-bottom: 1px solid #ffc;
color: #fff;
}

#leftnav {
float: left;
width: 125px;
margin: 0;
padding: 3px;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
width: 130px;
border: 1px solid #B8860B;
padding: 2px;
}


#content {
margin-left: 128px;
border-left: 2px dotted #B8860B;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
}

#footer {
clear: both;
margin: 0;
padding: .5em;
color: #ffc;
background-color: #7F001C;
border-top: 2px solid #B8860B;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#footer a:link, #footer a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffc;
}

#footer a:hover {
border-bottom: 1px solid #ffc;
color: #fff;
}