@CHARSET "ISO-8859-1";
	
/*****************************************************************************/

body {
	background-image: url("images/leatherish.jpg");
	font-family: verdana, tahoma, arial, helvetica, sans serif;
	font-size: small;
}

/*****************************************************************************/

div.page {
	position: relative;
	min-width: 750px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

div.pagehead {
	height: 250px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}

div.bodymain {
	background-color: #FFFFFF;
	min-height: 400px;
	margin-top: 20px;
}

/*****************************************************************************/

div.border-top-left {
	position: absolute;
	top: -15px;
	left: 0px;
	height: 15px;
	width: 735px;
	background-image: url("images/topbarleft.gif");	
}

div.border-top-right {
	position: absolute;
	top: -15px;
	right: 0px;
	height: 15px;
	width: 735px;
	background-image: url("images/topbarright.gif");
	background-repeat: no-repeat;	
}

div.border-bottom-left {
	position: absolute;
	bottom: -15px;
	left: 0px;
	height: 15px;
	width: 735px;
	background-image: url("images/bottombarleft.gif");
	background-repeat: no-repeat;	
}

div.border-bottom-right {
	position: absolute;
	bottom: -15px;
	right: 0px;
	height: 15px;
	width: 735px;
	background-image: url("images/bottombarright.gif");
	background-repeat: no-repeat;
}

/*****************************************************************************/

div.navbar {
	
}

a.navbarElement {
	border-style: none;
}

img.navbarImage {
	border-style: none;
}

/*****************************************************************************/

img.headLogoPic {
	position: relative;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

img.headFeaturePic {
	position: absolute;
	top: 0px;
	right: 10px;
}

div.landscapePic {
	height: 100px;
	min-width: 750px;
	background-image: url("images/houselandscape.jpg");
	background-repeat: no-repeat;
}

/*****************************************************************************/

div.stripe1 {
	min-height: 10px;
	background-color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.stripe2 {
	height: 10px;
	background-color: #FF0000;
}

span.stripe {
	color: #FFFFFF;
	font-weight: bold;
}

/*****************************************************************************/

h1.main {
	background-color: #FFE0E0;
	color: #000000;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	word-spacing: .2em;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 10px;
	padding-right: 10px;
	border-top: thin solid maroon;
	border-bottom: solid 1px maroon;
}

h2.main {
	color: #600040;
	font-size: small;
	font-weight: bold;
	word-spacing: .2em;
	padding-top: .3em;
	padding-bottom: .3em;
	/*border-bottom: solid 1px maroon;*/
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

p.main {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

/*****************************************************************************/

div.topanchor {
	font-size: smaller;
	text-align: center;
	padding-top: 10px;
}

/*****************************************************************************/
/* About Us                                                                  */
/*****************************************************************************/

img.portrait {
	width: 120px;
	height: 160px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: solid thin black;
}

div.person {
	clear: both;
	min-height: 180px;
}

/*****************************************************************************/
/* Contact Us                                                                */
/*****************************************************************************/

div.contactFrame {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

img.frontage {
	width: 550px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px black;
}

iframe.googlemap {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black; 
}

div.contactDetails {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
	width: 550px;
	text-align: center;
}
