/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	height:100%;
	font-family:"Trebuchet MS", Helvetica, Arial;
	letter-spacing:0px;
	background-color:#FFFFFF;
	font-size:0.9em;
	background-color:#FFFFFF;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.spacer
	{
	margin-top:5px;
	}
blockquote {
	width:200px;
	float:right;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom:10px;
	}
li {
	color:#FFFFFF;
	}
.input {
	border:1px solid #660000;
	}
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	top:10px;
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	}
#header {
	position:relative;
	width:800px;
	height:200px;
	margin:auto;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	}
#contentWrapper {
	position:relative;
	clear:both;
	width:800px;
	height:auto;
	background-image:url(../img/contentRpt.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding:0px 0px 0px 18px;
	}
.imgWrap {
	position:relative;
	clear:both;
	width:747px;
	height:183px;
	background-color:#660000;
	padding:6px 7px 6px 8px;
	}
.imgBox {
	position:relative;
	float:left;
	width:244px;
	height:auto;
	}
.infoWrap {
	overflow:hidden;
	position:relative;
	clear:both;
	width:763px;
	height:auto;
	background-color:#660000;
	padding:0px 0px 20px 0px;
	}
.infoBox {
	position:relative;
	float:left;
	width:250px;
	height:auto;
	text-align:center;
	color:#FFFFFF;
	}
.spacer {
	position:relative;
	float:left;
	width:7px;
	}
#content {
	overflow:hidden;
	clear:both;
	width:750px;
	height:auto;
	padding:0px 0px 0px 10px;
	background-image:url(../img/watermark.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#footerWrap {
	position:relative;
	clear:both;
	width:800px;
	height:55px;
	text-align:center;
	padding-top:35px;
	background-image:url(../img/footerBg.jpg);
	background-repeat:no-repeat;
	}
#footer {
	position:relative;
	width:780px;
	height:auto;
	color:#FFFFFF;
	font-size:12px;
	}
#footer span a:link {
	color:#FFFFFF;
	}
#footer span a:hover {
	color:#000066;
	}
#footer span a:visited {
	color:#333333;
	}
.titleTxt {
	font-size:1.5em;
	text-decoration:underline;
	color:#663300;
	list-style:disc;
	}
.bodyTxt {
	color:#660000;
	list-style:disc;
	}
.boldTxt {
	font-size:1.2em;
	color:#660000;
	list-style:inside;
	}
.indent {
	padding-left:25px;
	}
.contacWrap {
	overflow:hidden;
	width:700px;
	clear:both;
	}
.contactLeft {
	width:300px;
	float:left;
	padding:50px 0px 0px 130px;
	}
.contactRight {
	width:300px;
	float:left;
	}
.hireWrap {
	overflow:hidden;
	clear:both;
	width:760px;
	height:auto;
	padding:20px 0px 20px 0px;
	}
.hirePic {
	overflow:hidden;
	float:left;
	width:90px;
	height:auto;
	padding-left:10px;
	}
.hireText {
	overflow:hidden;
	float:left;
	width:500px;
	height:auto;
	padding:15px 0px 0px 50px;
	}
/***********
GALLERY
***********/
.imgWrap2 {
	position:relative;
	float:left;
	width:250px;
	height:auto;
	}
.imgBox2 {
	position:relative;
	width:243px;
	height:275px;
	text-align:center;
	background-color:#660000;
	padding:3px 3px 3px 3px;
	border-bottom:3px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
.textBox { 
	position:relative;
	width:238px;
	height:80px;
	text-align:center;
	background-color:#FFFFFF;
	padding:3px 3px 3px 3px;
	}
.imgTitle {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1.2em;
	color:#660000;
	}
.imgTxt {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#660000;
	}
/***********
MENU FORMAT
***********/

#menuWrap {
	overflow:hidden;
	margin: 0 auto;
	position:relative;
	top:175px;
	clear:both;
	width:610px;
	height:30px;
	text-align:center;
	}
.menuBox a {
	float:left;
	width:auto;
	height:auto;
	font-size:14px;
	margin: 0 auto;
	color:#FFFFFF;
	overflow:hidden;
	padding:5px 20px 5px 20px;
	background-color:#660000;
	text-decoration:none;
	}
.menuBox a:hover {
	overflow:hidden;
	color:#FFFF99;
	}

	