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/bg.png');
	}
	
/*------------------------------------Links------------------------------*/

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

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

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

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

#menu{
margin: 0;
padding: 0;
}

#menu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: right;
	font-weight: bold;
	width: 100%;
	}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	float: right;
	color: #b8af73;
	font-weight: bold;
	font-size: .75em;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	border-bottom: 4px solid #6e5134;
	}

#menu ul li a:hover {
	color: #fff;
	padding: 2px 6px 4px 6px;
	border-bottom: 4px solid #b8af73;
	padding-bottom: 0;
	}
   
.gallery a:link {
	color: #493f32;
	border: 1px solid #666;
	}

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

/*  Containers
---------------------------------*/

#headercon {
	height: 150px;
	width: 100%;
	background: url('images/hbg.png') #83643e;
   }

#menucon {
	height: 30px;
	width: 100%;
	padding: 0px 40px 0px 0px;
	}
	
#contc {
	height: 11px;
	width: 100%;
	background: url('images/ccbg.png') #FFFFF0;
   }
   
#contentcon {
 	height: 100%;
	width: 100%;
   background: url('images/ccbg.png') #FFFFF0;
   }
   
 #footercon {
	height: 20px;
	width: 100%;
	background: #000000;
	} 
	
   /*------------------------------------Sections------------------------------*/
   
#header {
	width: 100%;
	height: 100%;
	}
	
#logo {
	width: 10%;
	padding: 0px 0px 0px 20px;
	}
	
#name {
	width: 90%;
	padding: 0px 0px 0px 40px;
	}
	
#menu {
	height: 100%;
	width: 100%;
   }
    
#header1 {
	height: 74px;
	width: 100%;
	background: url('images/h1bg.png') #330099;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	}
	
#title {
	width: 100%;
	color: #332307;
	font-size: 1.25em;
	text-align: right;
	padding: 20px;
	}
#title2 {
	font-size: 1.25em;
	color: #332307;
	}

#spacers {
	height: 100%;
	width: 2%;
	background: url('images/bg.png');
	}
	
#content{
	padding: 0px 5px 0px 5px;
	background: #FFFFF0;
	border: 2px solid #332307;
   }
 
#maincontent {
	padding: 5px 5px 5px 5px;
	}
   
#sidebar1 {
	height: 100%;
	width: 28%;
	padding: 20px;
   }

#sidebar2 {
	height: 100%;
	width: 15%;
	padding: 20px;
   }
   
#info {
	width: 100%;
	}
	
#footer {
	height: 95%;
	width: 100%;
	background: #000000;
	}
 
    /*------------------------------------Corners------------------------------*/
    
 #contlc {
 	float: left;
 	}

 #contrc {
 	float: right;
 	} 
 	    
  #h1lc {
 	float: left;
 	}
 	
 #h1rc {
 	float: right;
 	}   