body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
	background: #999673 url("../images/body-bg.jpg") repeat-y 50% 0;
}

#container {
	width:740px;
	margin:0 auto;
	
}
#container2 {
    background: #fff url("../images/container-bg.jpg") repeat-y 50% 0;
	float:left;
	width:740px;
	padding:0px;
	margin:0;
	border:solid #6F6D5D;
	border-width:0 1px 1px 1px;
	font-size:12px;
	line-height:16px;
	color: #333;
}

/*----------------------------------*/

a {
  color:#990000;
}
a:hover {
	color: #660000;
}  

a img {
  border-width:0;
}

p {
	padding: 0px 5px 0px 2px;
	margin: 3px 0px 15px 0px;
}

/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/
#header {
	float:left;
	width:740px;
	height:34px;
	padding:0;
	margin:0;
	background: #fff url("../images/header.jpg") no-repeat 0 0;
}
#banner {
	float:left;
	width:740px;
	height:144px;
	padding:0;
	margin:0;
	border-bottom:1px solid #11110B;
}
#logo {
	float:left;
	width:260px;
	height:144px;
	padding:0;
	margin:0;
}

#flash {
	float:left;
	width:480px;
	height:144px;
	padding:0;
	margin:0;
}

#content {
	float:left;
	width:740px;
	margin:0;
	padding:0;
}

#content-right {
	float:right;
	width:480px; 
}

#content-theme {
	float:left;
	width:480px;
	height:33px;
}

#content-main {
	float:left;
	width: 470px;
	padding:5px;
	margin:0;
}

#content-main-footer {
	float:left;
	width:470px;
	padding:34px 5px 10px 5px;
	margin:0;
	background: #F0EBCD url("../images/footer-bg.jpg") no-repeat 50% 0;
}

#content-left {
  float:right;
  width:246px; 
  padding:0;
  margin:0;
}
 
#footer {
	float:left;
	width:730px;
	height:20px;
	padding:14px 0 0 10px;
	margin:0;
	background: url("../images/footer.jpg") no-repeat 0 0;
}

/*----------------------------------*/

#header ul {
	float:right;
	width:auto;
	padding:0;
	margin:0;
}
#header li {
  background:none;
  display:inline;
  padding:0;
  font-weight: normal;
  font-size:12px;
}
#header li a {
  float:left;
  width:auto;
  padding:8px 9px 3px;
  margin:0;
  color:#E9E5C7;
  text-decoration:none;
}
#header li a:hover {
  color:#8C855D;
  text-decoration:none;
}
#header #currentpage a {
	color:#8C855D;
	text-decoration:none;
}

/*----------------------------------*/

#content-main h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0 4px 0;
	margin: 0px;
	font-size: 20px;
	color: #660000;
	font-weight:normal;
	border-bottom:1px solid #660000;
}
#content-main h1 a {
	color: #660000;
	text-decoration: none;
}
#content-main h1 a:hover {
	color: #990000;
	text-decoration: none;
}
#content-main-footer {
	font-size: 11px;
	color: #B0A982;
	text-align: center;
}
#content-main-footer a {
	color: #B0A982;
	text-decoration: none;
}
#content-main-footer a:hover {
	color: #666;
	text-decoration: none;
}

/*----------------------------------*/
/*                NAV               */
/*----------------------------------*/
#mainNav {
	float:right;
	width:246px;
	padding:48px 0 0 0;
	background: url("../images/navigate-the-site.jpg") no-repeat 0 0;
}
#mainNav ol {
  padding:0px;
  margin:0px;
  list-style: none;
  line-height: 18px;
}
#mainNav li {
  background:none;
  width:246px;
  padding:0;
}
#mainNav li a {
  background: url("../images/nav-arrow.jpg") no-repeat 0 0;
  display:block;
  width:226px;
  padding:5px 0px 6px 20px;
  text-decoration:none;
  color:#B4B096;
  font-size:16px;
  font-weight:bold;
}
#mainNav li a:hover {
  color: #DEDBCD;
}
#mainNav #currentpage a {
	background: url("../images/nav-arrow.jpg") no-repeat 0 0;
	color: #DEDBCD;
}

/*----------------------------------*/
/*              SUBNAV              */
/*----------------------------------*/
#subNav {
	float:right;
	width:246px;
	padding:48px 0 30px 0;
	background: url("../images/types-of-treks.jpg") no-repeat 0 0;
}
#subNav ol {
  padding:0px;
  margin:0px;
  list-style: none;
  line-height: 18px;
}
#subNav li {
  background:none;
  width:246px;
  padding:0;
}
#subNav li a {
  background: url("../images/sub-nav-arrow.jpg") no-repeat 0 0;
  display:block;
  width:226px;
  padding:5px 0px 6px 20px;
  text-decoration:none;
  color:#B4B096;
  font-size:16px;
  font-weight:bold;
}
#subNav li a:hover {
  color: #DEDBCD;
}
#subNav #currentpage a {
	background: url("../images/sub-nav-arrow.jpg") no-repeat 0 0;
	color: #DEDBCD;
}

/*----------------------------------*/

#footer {
	font-size:10px;
	color:#8C855D;
	font-weight:normal;
}
#footer a {
	color:#8C855D;
	text-decoration:none;
}
#footer a:hover {
	color:#CFC9A0;
	text-decoration:none;
}

/*----------------------------------*/

.center {
	text-align:center;
}
.tableImage {
	border: 1px solid #333;
}


.smallForm {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666;
	text-align: left;
	width: 220px;
	padding:3px 0 3px 0;
}