body
{
	background: url(../img/wood3.jpg) repeat fixed;
	background-color: #000000;
	margin:0;
	padding:0;
}
a img
{
	border:0;
}
a
{
	color: darkblue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color:darkblue;
}
h1
{
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 2.6em;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
	clear: both;
	padding-top: 1.4em;
	background: url(../img/dunbyuslight.png) center top no-repeat;
}
h2
{
	font-family: "Monotype Corsiva", Helvetica, Arial, serif;
	margin-top:1.7em;
	clear: both;
	font-size: 1.6em;
	background: url(../img/goldhouselogosml.png) left center no-repeat;
	padding-left: 33px;
}
h2 a
{
	color: black;
}
h2 a:visited
{
	color: black;
}
#main li
{
	list-style-position: inside;
}
p
{
	text-align: justify;
	line-height: 1.1;
}
p:first-letter
{
	font-size:1.2em;
	font-family: Times, serif;	
}
.frame
{
	background: url(../img/frame.jpg) no-repeat;
	width:231px;
	height:165px;
	padding-left: 9px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	margin-bottom: 5px;
}

.vframe
{
	background: url(../img/vframe.jpg) no-repeat;
	width:165px;
	height:231px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 11px;
	margin-bottom: 5px;
}

div .center
{
	text-align: center;
}
.mapframe
{
	background: url(../img/mapframe.jpg) no-repeat;
	width:409px;
	height:336px;
	padding-left: 20px;
	padding-top: 23px;
	padding-right: 32px;
	padding-bottom: 30px;
	margin-top: 0.9em;
}

.floatleft
{
	float:left;
	margin:10px;
	margin-right:20px;
}
.floatright
{
	float:right;
	margin:10px;
	margin-left:20px;
}
.floatcenter
{
	text-align: center;
	margin-top: 1.5em;

}
.clearfloats
{
	clear:both;
}

/* 420 x 352*/


.casestudy
{
	background: white;
	border: 1px dotted gray;
	width: 90%;
	margin: 0 auto;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.casestudy h2
{

	margin-top: 0;
	margin-bottom: 1.2em;
	border-bottom: 1px dotted gray;
}
.indented
{
	padding-left: 2.5em;
}
p.indented:first-letter
{
	font-size: inherit;
	font-family: inherit;
}
#navbar 
{	
	font-family: "Monotype Corsiva", Times, serif;
	display:block;
	margin: 0;
	padding: 0;
	background: brown url(../img/wood.jpg) repeat;
	width: 100%;
	height: 2.0em;
	border: solid 2px black;
	border-bottom: none;
	
}
#navbar ul
{
	font-size:1.2em;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
	list-style-type: none;
	float:left;
	line-height: 1.65em;
}
#navbar li
{
	float: left;
	display:inline;
	margin: 0px;
	padding: 0px;
}
#navbar a
{
	
	margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: black;
}
#navbar a:active
{
	color: #4F0500;
}
#navbar a:hover
{
	color: #4F0500;
}


#wrapper
{
	width: 640px;
	margin: 0 auto;
	margin-top: 20px; 
	border-right: none;
	padding-right: 13px;
	padding-left:11px;
	background: url(../img/dropshadow.png) repeat-y top right;
}
#main
{
	clear:both;
	background: #E4EABF;
	background: url(../img/marble.jpg) repeat;
	width: 600px;	
	padding:20px;
	margin: 0;	
	border: solid 2px black;
	border-bottom: none;
}


#banner
{
	background: url(../img/green.jpg) repeat;
	margin: 0 auto;
	position: relative;
	height: 104px;
	width: 100%;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: none;
}
#banner #logo
{
	position: absolute;
	top:20px;
	left: 20px;
}
#banner #logoname
{
	position: absolute;
	top: 5px;
	left: 150px;
}

#footer
{
	font-size: 0.7em;
	padding-left:50px;
	padding-top:10px;
	border-top: solid 1px black;
	margin-top:80px;
	clear:both;
}


/* Form Stuff */

form
{
	margin-top: 2em;
}
form p
{
	font-size:1em;
	margin: 0;
	margin-bottom:0.4em;
}
form label 
{
	font-weight:bold;
	width:18em;
	text-align:right;
	float: left;
	clear:left;
	margin-right: 0.2em;
}
form input[type=text]
{
	width: 15em;
	font-size: 0.6em;
	
}
#newenquiry
{
	margin-left: 22em;
	clear: left;
}
