/* *********** Global Settings *********** */
body {	background-color: #600;
	background-image: url(../pics/bg-redmtn.jpg);
	color: #333;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0; padding: 0;
	font: 76% georgia, times, serif;
	font-size: 76%; 
	line-height: 1.5em;}

/* *********** Header *********** */
#headbox {
	width: 590px; height: 65px;
	margin: 0 auto;
	padding: 0;
	border: solid;
	border-width: 5px 5px 2px 5px;
	border-color: #cdc3af;
	background-color: #600;}

/* *********** Link Styles *********** */
a {text-decoration: underline; font-weight: bold; background: transparent; color: #600; border: 0;}
a:hover {text-decoration: none; background: transparent; color: #900;  #fc0; border-bottom: 1px;}
a:active {color: #000; border-bottom: 0; background: transparent;}

/* *********** Horizontal Navigation Menu *********** */
#menubox {
	width: 590px;
	margin: 0 auto;
	height:15px;
	padding: 0;
	border-style: solid;
	border-top-width: 0;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0;
	border-color: #cdc3af;
	background-image: url(../pics/tan-fade.gif);
	background-color: #cdc3af;
	background-repeat: repeat-x;
	font-family: Trebuchet MS,verdana,arial,helvetica,sans-serif;
	color : #999;
	letter-spacing: .05em;
	font-size : 10px;
	font-weight: bold;
	text-transform:uppercase;}
	
#menubox a{background: transparent;
	text-decoration: none;
	color: #666666;
	margin: 0;
	padding:0;
	border: 0;}
	
#menubox a:hover{background: #fff;
	color : #000;
	margin:0;
	border: 0;}

/* *********** BreadCrumbs *********** */
#crumbs {
	padding : 3px 10px 5px 162px; 
	margin : 0;
	color : #9B917D;
	font-size : 10px;}
#crumbs a{background: transparent;
	text-decoration: none;
	color: #600;
	padding: 0px 4px;
	border: 0;}
#crumbs a:hover{color : #600;
	border: 0;
	background: #F5F5EB;}

/* *********** Main Box w White Background *********** */
#mainbox {
	width: 570px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	border: solid;
	border-width: 2px 5px 5px 5px;
	border-color: #cdc3af;
	background-color: #fff;}




ul {	margin: 0 0 0 0.5em;
	padding-left: 0.95em;
	}

	#menu .box {
		margin-bottom: 5px;
		border: 1px solid #999;
		padding: 2px;
		background-color: #ffe;
		}
/*#text, #menu {
	font-size: 0.8em;
	line-height: 1.1em;
	}*/

	
p {	padding: 0;
	margin: 0;
	font-size : .8em;
	line-height : 1.5em;
	color:#807867;}

/* *********** lefty *********** */
#lefty {float: left;
	width: 141px;
	border: 0;
	/*background-color: #eee;*/
	margin : 0px;
	padding : 0;
	/*margin: 5px 15px 0 -1px;*/
	font-family: Trebuchet MS,verdana,arial,helvetica,sans-serif;
	color : #999;
	font-size : .9em;
	line-height : 1em;
	}
#lefty p {
	text-align:right;
	line-height : 1.5em;
	font-size : 12px;}

#lefty a {text-decoration: none; font-weight: bold; background: transparent; color: #600; border: 0;}
#lefty a:hover {text-decoration: none; background: transparent; color: #9B917D; border-bottom: 1px;}
#lefty a:active {color: #000; border-bottom: 0; background: transparent;}


/* *********** Righty (main content area)*********** */
#righty {
	width: 400px;
	padding: 5px 0 25px 0;
	margin-left: 161px;
	/*background-color: #eee;*/}

#righty h1 {position: relative;
	font-family: garamond,georgia,times new roman,times,serif,  times, serif;
	color: #9B917D;
	font-size: 1.5em;
	border-bottom: solid 1px #E4DAC7;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;}

#righty p {padding: 10px 0 0 0;
	margin: 0;
	font-size : .9em;
	line-height : 1.5em;
	letter-spacing:1px;
	color:#807867;}

#righty li {padding: 0;
	margin: 0px;
	font-size : .9em;
	line-height : 1.2em;
	letter-spacing:1px;
	color:#807867;}

#righty h2 {position: relative;
	font-family: garamond,georgia,times new roman,times,serif, times, serif;
	padding: 10px 0 0 0;
	color: #600;
	font-size: 1.2em;}

#bigshot {
	float:right;
	margin: 0;
	padding: 13px 0 10px 10px;
	/*width : 250px;*/}


/* *********** item float *********** */

div.itemfloat {float: left;
	margin: 10px 0 0 0;
	padding:0px;
	width: 133px; height:170px;
	border:0;}
	
div.itemfloat img {border:0; width: 125px;}

div.itemfloat p {
	text-align: center;
	margin: 0;
	padding:0;
	width:125px;}

div.itemfloat a {border:0;}


/* *********** footer *********** */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 9px;
	padding: 0;
	border-top: solid 1px #E4DAC7;
	color: #666;
	}

#footer .leftfoot {
	float: left;
	text-align: left;
	}

#footer .rightfoot {
	float: right;
	text-align: right;
	}

div.spacer {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  }


