/* RESET ALL STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;

	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* RESET COMPLETE */


/* DIVS */

	#wrapper {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
	#main {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		margin-top: 0;
		width: 960px;
	}
	#header {
		width:100%;
		margin: 0;
		padding: 0;
		z-index: 100;
	}
	#content {
		float: right;
		width: 680px;
		min-height: 450px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -50px;
		margin-bottom: 10px;
		padding: 10px;
		z-index: 50;
	}

	div.scroll {
		height: 425px;
		width: 676px;
		overflow: auto;
		border: 4px solid #DBC578;
		padding: 8px;
		background: rgba(255, 255, 255, 0.4);
	}

	div.book {
		height: 425px;
		width: 676px;
		overflow: auto;
		border: 4px solid #DBC578;
		padding: 8px;
		background: url("peace.png") 50% 50% no-repeat;
	}
	
	div.half{
		float: left;
		width: 50%;
	}

	#infoCol {
		font-size:80%;
		float:left;
		width:200px;
		text-align:center;
		margin: 10px;
		padding: 10px;
		background-repeat: repeat-x;
		background-position: bottom;
	}

	#news{
		float: right;
		width: 69%;
		margin: 0;
		margin-bottom: -100px;
		margin-right: 2px;
		padding: 0;
		padding-top: 30px;
	}

	#details{
		float: right;
		width: 69%;
		margin: 0;
		position: relative;
		margin-right: 2px;
		padding: 0;
		margin-top: -65px;
		margin-bottom: 60px;
	}

	marquee{
		direction: left;
		loop: true;
		width: 100%;
		color: #AF223A;
		border: 2px solid #ebc7cd;
       		font-family: serif;
		font-style: italic;
		font-weight: bold;
		margin: 0;
		padding: 0;
		background: rgba(255, 255, 255, 0.4);
	}
	#base {
		margin: 0;
		width: 100%;
		height: 80px;
		background-image: url(infobar.png);
		background-repeat: repeat-x;
		background-position: bottom;
		clear: both;
	}

	div.empty {
		margin: 0;
		padding: 0;
		clear: both;
	}


/* CONTENT */

	body {
        	margin:0;
        	padding:0;
        	font-family: Baskerville, “Times New Roman”, Times, serif;
		background-color: #FFFFFF;
		background-image: url(bg.jpg);
		background-repeat: no-repeat;
		font-size: 14px;
		color: black;
	}
	p{
		font-size: 1em;
        font-family: Baskerville, “Times New Roman”, Times, serif;
		line-height: 1.7143em;
		color: black;
		margin: 0 0 1.5em 1.5em;	
	}
	p.slogan{
		font-size: 150%;
		line-height: 1.4em;
		color: #BF902D;
        	font-family: serif;
		font-weight: bold;
		margin-top: -10px;
		margin-left: 10px;	
	}
	p.names{
		font-size: 120%;
		line-height: 1.2em;
		color: #000000;
        	font-family: serif;
		font-weight: bold;
		margin: 0;
		padding: 0;	
	}
	h1{
		font-size: 1.7143em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
		color: #444;
        	font-family: Baskerville, Times, “Times New Roman”, serif;
		font-style: bold;
		clear: both;
		letter-spacing: -1px;
	}
	h2{
		font-size: 1.2857em;
		line-height: 1.7143em;
		margin-top: 1.929em;
		margin-bottom: 0.643em;
		color: #691122;
        	font-family: Geneva, Verdana, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif;
		font-variant: small-caps;
		letter-spacing: 0.1em;
		clear: both;
	}
	h3{
		font-size: 100%;
		color: #000000;
        font-family: serif;
		text-decoration: underline;
		margin-bottom: 2px;
		margin-top: 7px;
		clear: both;
	}
	a:link{
		text-decoration: none;
		color: black;
	}
	a:visited{
		text-decoration: none;
		color: black;
	}
	a:hover{
		color: #691122;
		text-decoration: underline;
	}
	a:active{
		color: red;
	}
	a img {
		border: 0px;
		text-decoration: none;
	}
	table{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	ul{
		font-family: serif;
	}
	li{
	}

/* SPECIAL CLASSES */

	.cotswold {
		font-weight: bold;
		color: #691122;
		display: inline;
		font-weight: bold;
	}
	p.caption{
		font-size: smaller;
		font-style: italic;
		margin-bottom: 0;
		margin-top: 0;
		scrollamount: 10;
	}
	p.contact{
		color: #ffffff;
		font-size: 2em;
		line-height: 1em;
		margin: 0 0 1.5em 1.5em;
	}
	p.footnote{
		text-align: center;
		font-size: 80%;
		color: #1C3F94;
	}
	p.terms{
		font-size: 80%;
	}


	.border{
		border: 1px solid #691122;
	}
	.imgdiv {
		width: 320px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-style: italic;
		font-family: serif;
		font-size: smaller;
		text-align: center;
	}
	.imgdivright {
		width: 320px;
		float: right;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-style: italic;
		font-family: serif;
		font-size: smaller;
		text-align: center;
	}
	.imgdivport {
		width: 240px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-style: italic;
		font-family: serif;
		font-size: smaller;
		text-align: center;
	}
	.imgbox {
		clear: both;
	}
	.imgwrap {
		float: right;
		margin: 0;
		padding: 0;
	}



	.datatable{
		border: 1px solid #691122;
		border-collapse: collapse;
	}
	.datatable td{
		padding: 0.2em;
		border: 1px solid #691122;
	}
	.datatable tr.altrow{
		background-color: #ebc7cd;
	}

	.tablediv{
		text-align: center;
	}





	form div{

		margin: 0;
		padding: 0;
		padding-top: 0.5em;
	}
	form div label{
		float: left;
		width: 35%;
	}
	form input{
		color: #000000;
		border: 1px solid #691122;
		width: 60%;
	}
	.btn{
		background-color: transparent;
		width: 20%;
	}
	textarea#styled{
		width: 60%;
		height: 120px;
		border: 1px solid #69122;
		padding: 5px;
		font-family: serif;
		color: #000000;
	}
	form fieldset{
		border: 1px solid #691122;
		width: 50%;
	}
	fieldset {
		border: none;
	}

/* LEGAL MENU */

	.formalmenu {
		width: 100%;
		font-size: 80%;
		line-height: 1em;
		padding: 2px;
		z-index: 100;
		float: right;
	}

	.formalmenu ul {
        	padding: 0px;
		margin: 0px;
		width: 960px;
		text-transform: uppercase;
	}
	.formalmenu li {
		display: inline;
		text-decoration: none;
		padding: 10px;
		color: #691122;
	}
	.formalmenu li a{
		text-decoration: none;
		padding: 10px;
		padding-bottom: 20px;
		color: black;
	}
	.formalmenu ul li a:hover {
		color: #AF223A;
	}

/*------ NATURAL MOHICAN LINK ------*/

	a.mohican:link, a.mohican:visited {
			font-family: Helvetica, san-serif;
			text-transform: lowercase;
			letter-spacing: 0px;
			color: #000;
			text-decoration: none;
			padding-left: 5px;
		}

	a.mohican:hover {
			font-family: Helvetica, san-serif;
			color: #990000;
			text-decoration: none;
		}

/*------ NATURAL MOHICAN LINK ENDS ------*/


/* MENU SYSTEM */

	#menu {
		width: 180px;
		float: left;
		text-align: left;
	}

	#menu ul{
		font-family: serif;
		margin:0;
		margin-left: 0.5em;
		padding:0;
		list-style-type: none;

	}
	#menu li{
		display: inline;
		/* for IE5 and IE6 */
	}

	#menu a{
		color: #483000;
		text-decoration: none;
		font-size: 14px;
		display: block;
		padding: 3px;
		width: 180px;

	}

	#menu a:link, #menu3 a:visited{
		color: #483000;
		text-decoration: none;
	}

	#menu a:hover{


		color: #483000;
		font-weight: bold;
		border-left: 8px double #AF223A;
		padding-left: 10px;

	}

