/* OVERALL STYLE RULES */

body {
	margin: 0;
	padding: 0;
	background-color: #3C1912;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	}

h1,h2,h3,h4,ol,ul,li,a,img {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
a {
	color: inherit;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
.NoStyle {
	display: none;
	}

/*--------------------------------------------------*/
/* Basic typography */

body, div, p, th, td, li, dd, blockquote, a {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px; /* BASE FONT SIZE */
	}

p {
	line-height: 1.4em;
	}

/*--------------------------------------------------*/
/* This code is to style the page container */

#Container {
	position: relative;
	width: 820px;
	margin: 25px auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #E7D0BD;
	background-image: url(../images/stoneborder-left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 20px;
	text-align: left;
	}

/*--------------------------------------------------*/
/* This code is to style the page header */

#PageHeader {
	height: 65px;
	background-image: url(../images/woodheader-bg.jpg);
	background-repeat: no-repeat;
	}

#Logo {
	display: block;
	position: absolute;
	top: -18px;
	left: 53px;
	width: 300px;
	height: 107px;
	z-index: 100;
	background-image: url(../images/darkhorse-sign.gif);
	}

#MainMenu {
	position: absolute;
	top: 12px;
	left: 352px;
	width: 395px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;

	font-size: .9em;
	line-height: 1.4em;
	}

#MainMenu a {
	display: inline;
	padding: 0 8px;
	color: #EFDFC8;
	}

#MainMenu a span.firstletter {
	font-size: 1.2em;
	}

#MainMenu img.Bullet {
	position: relative;
	top: 6px;
	vertical-align: top;
	}

/*--------------------------------------------------*/
/* This code is to style the page body */

#PageBody {
	/*position: relative;*/
	border-top: 1px solid #5E5048;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	padding: 30px 80px;
	background-image: url(../images/stoneborder-right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	}

#PageBody #ArchLeft {
	display: block;
	position: absolute;
	left: 47px;
	top: 65px;
	}

#PageBody #ArchRight {
	display: block;
	position: absolute;
	right: 47px;
	top: 65px;
	}

/*--------------------------------------------------*/
/* Hide the address on most pages */

#Address {
	display: none;
	}
