/*------------------- COMMON -----------------------*/

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

FORM {
	MARGIN: 0px;
}
H1 {
	MARGIN: 0px;
}
H2 {
	MARGIN: 0px;
}
H3 {
	MARGIN: 0px;
}
H4 {
	MARGIN: 0px;
}
H5 {
	MARGIN: 0px;
}
H6 {
	MARGIN: 0px;
}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}


/*-------------------- MAIN ------------------------*/

html {
	background-image: url(images/pagebg.jpg);
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #500000;
	margin: 0px;
	background-image: url(images/pagebg1.jpg);
	background-repeat: repeat-x;
}
.wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.page {
	background-color: #897044;
	background-image: url(images/wraperbg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 980px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	display: inline;
	margin-bottom: 10px;
}

.header {
	margin-left: 12px;
	display: inline;
	float: left;
	width: 956px;
	height:328px;
	background-image:url('/images/header2.jpg');
}
.logo {
	float: left;
}
.headp {
	float: left;
	width: 588px;
}
.picture {
	float: right;
}
.flotright {
	float: right;
}

.link {
	background-color: #000000;
	float: left;
	height: 37px;
	width: 900px;
	background-image: url(images/linkarc.gif);
	background-repeat: no-repeat;
}
.link ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A2A2A;
}
.link a {
	font-size: 13px;
	color: #AA8C59;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2.2em;
}
.link a:hover {
	color: #FFFFFF;
}
.link span {
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2.2em;
}
.main {
	float: left;
}
.main td {
	vertical-align: top;
}
.left {
	background-image: url(images/leftdesign.jpg);
	background-repeat: no-repeat;
	width: 251px;
	height: 600px;
}
.content {
	background-color: #FAF5CE;
	margin-right: 12px;
	background-image: url(images/toparc.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	min-height: 500px;
}
.content1 {
	background-color: #FAF5CE;
	margin-right: 12px;
	background-image: url(images/stagecoach_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	min-height: 500px;
}
.content1 hr {
	color: #993300;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.content1 h1 {
	font-size: 30px;
	color: #D9A300;
	font-weight: normal;
	font-family: "Goudy Stout", Arial, Helvetica, sans-serif;
}
.contentbottom {
	background-image: url(images/bottomarc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 12px;
	margin-left: 1px;
	height: 10px;
	margin-bottom: 25px;
}
.content h1 {
	font-size: 30px;
	color: #7C0000;
	font-weight: normal;
}
.content h1 em {
	font-size: 18px;
	font-style: normal;
}
.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #887044;
	padding-bottom: 50px;
}

.signImg {
	background-color: #FAF5CE;
	margin-right: 12px;
	background-image: url(images/sign.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 1px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

