body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

#outerHeader {
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(../images/topEdge.jpg);
}

#header {
	min-height: 15px;
	width: 900px;
	margin: 0 auto;
}

#outerStrap {
	background: url(../images/outerStrapBG.jpg) repeat-x;
	min-height: 181px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#strap {
	background: url(../images/strapBGnewest.jpg) right no-repeat;
	width: 900px;
	margin: 0 auto;
	min-height: 181px;
}

#outerContent {
	min-height: 300px;
}

#contentWrapper {
	width: 900px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 90%;
}

#content {
	width: 555px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 165px;
}

#content a {
	color: #9A3501;
}

#content_wider {
	width: 700px;
	margin: 0 auto 0 165px;
}

#content img {
	border: 1px solid #666;
}

#content h4 {
	margin-top: 0;
	padding-top: 0;
	font-size: 120%;
	background-color: #FDE6BB;
}


#leftcol {
	width: 150px;
	float: left;
	margin-top: 16px;
}

#rightcol {
	width: 170px;
	float: right;
	color: #666;
	margin-top: 16px;
}

#rightcol h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 100%;
}

#rightcol h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 130%;
}

#rightcol a {
	color: #9A3501;
}

#rightcol img {
	border: 1px solid #666;
}


#leftcol h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 100%;
}

#availability {
	background-color: #FDE6BC;
	border: dashed #D9D9FF 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#highlightbox {
	background-color: #FDE6BB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000;
	border: 1px dashed #666;
}


#footer {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
}

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

#footer a {
	color: #9A3501;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 135%;
	color: #666;
	font-weight: normal;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}

h4 {
	font-size: 110%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
  float: right;
 }
  
#header li {
  float: left;		
  background: url("../images/right.gif") no-repeat bottom right;
  padding: 0 5px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left bottom;
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #ccc;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #fff;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #fff;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #666;
	background-color: #FDE6BB;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #FFF;
	background-color: #7B5502;
}

	.left {
		float: left;
		margin-top: 3px;
		margin-right: 7px;
	} 

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}
