html {
	background:#000;
}
body {
	width:100%;
	margin:0 auto;
	padding:0;
	font:110%/160% "Georgia", Times New Roman, Times, serif;
	text-align:center;
}
a:link {
	color : #CFA85C;
	text-decoration:underline;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}
a:visited {
	color : #CFA85C;
	text-decoration:underline; /* switch of underline */
}
img, img a {
	border : none;
}
div#wrapper {
	padding:0;
	margin:auto;
	width:950px;
	text-align:left;
	background:#003366;
	overflow:auto;
}
div#header {
margin:0;
padding:0;
}

div#branding {
	width:950px;
	height:87px;
	margin : 0;
	padding : 0;
	background : url(../images/branding.png) no-repeat; /*  */
}
div#page {
	width:950px;
	margin:0;
	padding:0;
	background:#003366;
	overflow:hidden;
}
div#col01 {
	margin:0;
	width:240px;
	height:270px;
	float:left;
	background-image:url(../images/neame-crook-sm.png);
	background-repeat:no-repeat;
	background-position:center;
}
div#col02 {
	margin:0;
	width:468px;
	float:left;
	border-left:1px dotted #7E8FAB;
	border-right:1px dotted #7E8FAB;
}
div#col03 {
	margin:0;
	width:240px;
	float:right;
}
div#bookcol02 {
	margin:0;
	width:688px;
	float:left;
	border-left:1px dotted #7E8FAB;
	border-right:1px dotted #7E8FAB;
}
div#footer {
	border-top:1px dotted #7E8FAB;
	text-align:center;
	font-size:70%;
}
h1 {
	font-size:120%;
	font-weight:100;
	padding:10px;
	margin:0;
	color:#CFA85C;
}
h2 {
	font-size:100%;
	font-weight:100;
	padding:10px 5px;
	margin:0;
	color:#CFA85C;
}
p {
	font: 70%/100% Verdana, sans-serif;
	line-height:200%;
	padding:10px;
	margin:0;
	color:#FFF;
}
ul#pics_nav {
	list-style-type : none;
	position : relative;
	width : 950px;
	height : 210px;
	margin : 0;
	padding : 0;
}
li#pics_01 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 317px;
	height : 210px;
}
li#pics_02 {
	position : absolute;
	top : 0px;
	left : 317px;
	width : 317px;
	height : 210px;
}
li#pics_03 {
	position : absolute;
	top : 0px;
	left : 634px;
	width : 316px;
	height : 210px;
}
ul#address, ul#address2, ul#address3 {
	list-style-type : none;
	font:90%/100% "Georgia", Times New Roman, Times, serif;
	text-align:center;
	line-height:180%;
	padding:20px;
	margin:0;
	color:#FFF;
}
ul#nav-main {
	list-style-type : none;
	font:80%/100% "Georgia", Times New Roman, Times, serif;
	margin:0;
	padding:0;
}
li {
	list-style-type : none;
}
.img-border {
	border:4px solid #7E8FAB;
	margin: 10px 20px 20px 20px;
}
/* START NAVIGATION */

ul#side-nav {
	width:220px;
	margin:0; /* indents ul from the side */
	padding :0;
	font-size:86%;/* sets the background of the ul to a single image that reviels itsel as content is added - Check depth of image */
}
#side-nav li a {
	list-style-type : none; /* disc, circle, square, decimal, none  */
	margin:0;
	padding:10px;
	border-bottom:1px dotted #7E8FAB;
	display:block;
}

ul#rates {
	width:220px;
	margin:0; /* indents ul from the side */
	padding :0;
	font-size:86%;
	border-bottom:1px dotted #7E8FAB;
	/* sets the background of the ul to a single image that reviels itsel as content is added - Check depth of image */
}
#rates li {
	list-style-type : none; /* disc, circle, square, decimal, none  */
	margin:0;
	padding:0px 10px;
	color:#FFF;
}

ul#services {
	width:220px;
	margin:0; /* indents ul from the side */
	padding :0;
	font-size:86%;
	border-top:1px dotted #7E8FAB;
	/* sets the background of the ul to a single image that reviels itsel as content is added - Check depth of image */
}
#services li {
	list-style-type : none; /* disc, circle, square, decimal, none  */
	margin:0;
	padding:0px 10px;
	color:#FFF;
}
div#menu-show {
	width: 220px;
	margin: 0;
	padding: 10px 0px 10px 6px;
	font-size: 86%;
	display: block;
}

div#navcontainer {
	width:950px;
	padding:0;
	margin:0;
	overflow:hidden;
	text-align:center;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font:110% "Georgia", Times, serif;
font-variant:small-caps;

}

#navlist a:link, #navlist a:visited
{
/*float: left;*/
line-height: 200%;
font-weight: bold;
margin: 0 10px 10px 10px;
text-decoration: none;
color: #FFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 1px solid #CFA85C;
padding-bottom: 5px;
background: transparent;
color: #CFA85C;
}

#navlist a:hover { color: #FF9900;
border-bottom: 1px solid #FF9900;
}
/* END NAVIGATION */

.center {
text-align:center;
}
