html, body {
	height: 100%;
	min-height: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background: url('images/mbg.png') #FFF;
	}
	
/*  Link Styles
---------------------------------*/

A:link {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #660000;
	background-color: none;
	text-decoration: none;
    }

A:active {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #cfb53b;
	background-color: none;
	text-decoration: none;
	}

A:visited {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #660000;
	font-size: 11px;
	background-color: none;
	text-decoration: none;
    }

A:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #cfb53b;
	font-size: 11px;
	background-color: none;
	text-decoration: underline;
	}

#sidenav {
	width: 100%;
	left: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
		
#sidenav a
	{
	text-align: left;
	display: block;
	padding: 0.3em;
	background: #848240;
	}
	
#sidenav a, #sidenav a:visited
	{
	color: #5e5c00;
	font-size: 12px;
	background: #FFF;
	text-decoration:none;
	}
	
#sidenav a:hover
	{
	color: #fff;
	background: #772014;
	}	
			

#sidenav ul {
	list-style: none;
    float: left;
	}

#sidenav li
	{
	position: relative;
	}
	
.gallery a:link {
	color: #493f32;
	border: 1px solid #666;
	}

.gallery a:hover {
	color: #ccc;
	border: 1px solid #ccc;
	}

/*  Containers
---------------------------------*/
#maincon {
	height: 100%;
	width: 80%;
    background: url('images/bg.png');
    border-left: 1px solid #5e5c00;
    border-right: 1px solid #5e5c00;
	}
	
#headercon {
	height: 100px;
	width: 100%;
	background: url('images/bg.png') #FFFFF0;
    }

#topmenucon {
	height: 15px;
	width: 100%;
	padding: 0px 20px 5px 0px;
	background: url('images/bg.png');
	}
	
#menucon {
	width: 100%;
	height: 25px;
	background: url('images/nbg.png');
	backgound-repeat: repeat-x;
	}

#midsec {
	height: 150px;
	width: 100%;
	background: url('images/bg.png');
	}

#sidenavcon {
	width: 100%
	}
	
#contentcon {
   width: 100%;
   background: url('images/bg.png') #FFFFF0;
   }
   
 #footercon {
	height: 20px;
	width: 100%;
	background: url('images/bg.png');
	} 
	
/* Content Sections
---------------------------------*/
   
#header {
	width: 100%;
	height: 100%;
	}

#logo {
	padding: 0px 0px 0px 20px;
	}
	
#hspace {
	height: 10px;
	width: 100%;
	background: url('images/bg.png');
    }
    
#searchbox {
	padding: 0px 50px 0px 0px;
	}
	
#topmenu {
	height: 15px;
	width: 100%;
	background: url('images/bg.png');
	} 

#menu {
	height: 40px;
	width: 100%;
	} 
	
#spacers {
	height: 100%;
	width: 10%;
	background: url('images/bg.png') #FFFFF0;
	}

#mountain {
	width: 66%;
	background: url('images/mbg.png');
    background-repeat: no-repeat;
    border: 2px solid #4b4900;
	}

#globe {
	padding: 0px 30px 0px 0px;
	}

#ads {
	height: 300px;
	width: 30%;
    border: 2px solid #4b4900;
	}
	
#content {
	width: 60%;
	max-width: 700px;
	background: #FFF;
    border: 1px solid #4b4900;
    }
    
#maincontent {

	}
   
#sidebar1 {
	height: 100%;
	width: 15%;
	max-width: 200px;
	padding: 0px 10px 0px 10px;
    }

#sidebar2 {
	height: 100%;
	width: 15%;
	max-width: 200px;
	padding: 0px 10px 0px 10px;
    }
   
#info {
	width: 100%;
	padding: 10px 10px 10px 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	}

#contactform {
	padding: 10px 10px 10px 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-left: 1px solid #4b4900;
	}
	
#footer {
	height: 95%;
	width: 100%;
	background: url('images/bg.png');
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 40px 0px 0px;
	}

/*  Font Styles
---------------------------------*/
#title {
	width: 100%;
	background: url('images/tbg.png');
    font-weight: bold;
    color: #fff;
    border-top: 2px solid #4b4900;
    border-bottom: 2px solid #4b4900;
    border-left: 2px solid #4b4900;
    border-right: 2px solid #4b4900;
    padding: 0px 10px 0px 10px;
    }
    
.title {
	font-size: 1.7em;
	text-decoration: underline;
	padding: 0px 0px 20px 0px;
	}

.title2 {
	font-size: 1.3em;
	text-decoration: none;
	padding: 20px 0px 10px 0px;
	}

.title3 {
	font-size: 1em;
	text-decoration: underline;
	padding: 20px 0px 5px 0px;
	}

.title4 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	padding: 20px 0px 5px 0px;
	}

.title5 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0px 5px 0px;
	}
	
.aename {
	font-size: 1.7em;
	text-decoration: none;
	}

.aetitle{
	font-size: 1em;
	text-decoration: underline;
	}

/*  Form Styles
---------------------------------*/

#searchinputbox {
	padding: 0px 10px 0px 0px;
	}
	
/*  Borders
---------------------------------*/

#conbl {
	height: 100%;
	background: url('images/borders/contbl.png');
	}

#conbr {
	height: 100%;
	background: url('images/borders/contbt.png');
	}
	
#conbt {
	width: 100%;
	background: url('images/borders/contbr.png');
	}

#conbb {
	width: 100%;
	background: url('images/borders/contbr.png');
	}