/*
 * Link Styles
 */ 

a {
	color: #E6B98A;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p.this a {
	color: #FFFFFF;
	}

/*
 * Main Styles
 */

body {
	background: #3F2B16;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0;
	padding: 0;
	}

#nowrap {
	width: 883px;
	}

#wrap {
	background: url('images/inside.gif') 0 0 repeat-y;
	margin: 0;
	padding-left: 37px;
	text-align: left;
	width: 846px;
	}

#title {
	background: #4C300E;
	color: #FFFFFF;
	font-size: 16pt;
	padding-left: 221px;
	width: 587px;
	}

#menu {
	background: #623E14;
	float: left;
	width: 218px;
	}

#menu p {
	padding-left: 24px;
	}

#menu p.this {
	padding-left: 0px;
	}

#content {
	color: #FFFFFF;
	margin-left: 222px;
	padding-right: 40px;
	}

#botnav {
	background: #623E14;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
	width: 809px;
	}

#botnav a {
	color: #FFFFFF;
	}

#bottom {
	background: url('images/bottom.gif') 0 0 no-repeat;
	clear: both;
	text-align: center;
	height: 51px;
	width: 883px;
	}

.copyright {
	color: #E6B98A;
	font-size: 8pt;
	text-align: center;
	}

.cp {
	color: #E6B98A;
	}

#quotebox {
	/*border: dashed 1px #E6B98A;*/
	background: #E6B98A;
	margin-left: 5px;
	float: right;
   	padding: 10px;
    	font-size: small;
	font-style: italic;
	width: 200px;
	}

#quotebox a:hover {
	text-decoration: none;
	}

#quotebox p, #quotebox a {
	color: #623E14;
	}

#right {
	float: right;
	text-align: right;
	}

	