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;
	}
	
#sidenavcon {
	width: 100%
	}
	
#contentcon {
   width: 100%;
   background: url('images/bg.png') #FFFFF0;
   }
  
#nav {
	height: 200px;
	width: 340px;
	background: url('images/globe.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
 #footercon {
	height: 20px;
	width: 100%;
	background: url('images/bg.png');
	} 
	
/* Content Sections
---------------------------------*/
   
#header {
	width: 100%;
	height: 100%;
	}

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

#menu {
	height: 40px;
	width: 100%;
	} 
	
#content {
	width: 60%;
	max-width: 700px;
    }
    
#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;
	}
	
#disc {
	width: 650px;
	height: 100px;
	top: auto;
	background: url('images/bg.png');
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	overflow : auto;
	border: 0px;
	font-size: 8px;
	}
	
#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 {
	background: url('images/tbg.png');
    font-weight: bold;
    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;
	}