body	{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: Black;
	background: #BEA372;
}

#header	{
	height: 60px;
	width: 745px;
	padding-left: 15px;
	float: left;
	font-variant: small-caps;
	font-size: 30px;
	color: #EBD4A2;
	background-color: #800000;
	border-bottom: 1px solid #DEB887;
}
	
.header	{
	font-size: 20px;
	font-variant: normal;
	margin-top: 0px;
	font-style: italic;
	font-weight: normal;
	color: #EBD4A2;
}
	
#banner	{
	height: 65px;
	float: left;
	display: inline;
	width: 760px;
	background-color: #EBD4A2;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper {
	width: 760px;
	margin:  0 auto; /* centering the page */
	text-align: left;
	border: 1px solid #DEB887;
	background: #FFFFCC;
}
	
h1
	{
	font-size: medium;
	color: #800000;
	margin-top:5px; 
}
h2
	{
		font-size: 13px;
		color: #800000;
	}
	

#nav	{
	background-color: #F9e8bc;
	border-top: 2px solid #800000;
	height: 45px;
	border-bottom: 2px solid #800000;
	clear: both;
	}

#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.selecteditem { font-weight:bold; }

.inline {
	display: inline;
	padding-right: 20px;
	font-style: italic;
}

a:active  {
	color: Navy;
	text-decoration: underline;
	
}
a:link    { color:Navy; text-decoration:none; }
a:visited { color: Navy; text-decoration:none; }
a:hover   {
	color: #800000;
	text-decoration: underline;
}
	
#banner2	{
	float: left;
	width: 360px;
	display: inline;
	padding: 0px 20px;
	}
.roughguide	{
		margin-left: 15px;
		color: #800000;
		text-align: center;
		margin-top: -12px;
		margin-right: 20px;
	}

#rightcontent	{
	width: 320px;
	float: right;
	display: inline;
	padding: 3px 35px 0px 0px;
	text-align: center;
	
}
.narrowpara	{
	width: 75%;
}
.rolloverdoor a {
	display: block;
	width: 100px;
	height: 199px;
	background: url(images/rolloverdoor-image2.jpg) no-repeat;
	text-decoration: none;
	margin: 0 auto;
}

.rolloverdoor a:hover { 
	background-position: 0 -199px;
}

.rollover a {
	display: block;
	width: 100px;
	height: 21px;
	background: url("images/rollover-image.gif") no-repeat center;
	text-decoration: none;
	margin: 0 auto;
}

.rollover a:hover { 
	background-position: 0 -21px;
}
.rollover a:active {
	background-position: 0 -42px;
}

#maincontent	{
	clear: both;
	width: 715px;
	padding: 0px 20px 10px 25px;
	}
	
h4	{
	font-size: 80%;
	color: #800000;
}

hr {width: 100%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

#bottomnav	{
	float:left;
	display: inline;
	height: 50px;
	width: 760px;
	text-align: center;
	border-top: 2px solid #800000;
	}
	
#lowernav	{
	margin: 20px 0px 20px 0px;
}

.small {margin: auto;}

a.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Navy;
	text-align: center;
}

a.small:hover   { color:#800000; text-decoration:underline; }
a.email	{
	text-decoration: underline;
	color: #f9e8bc;
	font-size: 13px;
}

#footer	{
	clear: both;
	height: 100px;
	border-top: 1px solid #DEB887;
	background-color: #800000;
	text-align: center;
	font-size: 13px;
	color: #f9e8bc;
}

.author	{
padding-top: 5px;
	font-size: xx-small;
	text-align: right;
	color: #f9e8bc;
	}
	
 .author a:hover	{
	color: #f9e8bc;
}	