/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin: 0;
	padding: 0;
	}

html {
	margin-bottom: 1px;
	}

body {
	position: relative;
	font: normal 12px/18px 'lucida grande' ,verdana,helvetica,sans-serif;
	color: #5C4711;
	background-color: #84713E;
	margin: 0px;
	padding: 0;
	}

a img {
	border: none;
	border-bottom: none;
	text-decoration: none;
	border-width: 0;
	}

a { text-decoration: none; }
ul { list-style-type: none; }
li span { margin-left: -5000px; }

#hr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #A6955C;
	margin: 0px 0 20px;
	}
	
.quote {
	margin-right: 1px;
	margin-left: 1px;
	}
	
.quotename {
	line-height: 30px;
	font-style: italic;
	margin-left: 30px;
	}	

/* TM Superscripts */
em {
	font-size: xx-small;
	vertical-align: top;
	font-style: normal;
	}	

.TMsuper {
	font-size: x-small;
	vertical-align: top;
	letter-spacing: 1px;
	}	
/* TM Superscripts */	

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { font-size: 9px; }
a#homeLink span { display: none; }

#outerWrapper {
	position: relative;
	width: 756px;
	margin: 0 auto;
	}
