/* CSS Document */

body {
  background-color: #fff;
  font-size: 12px;
   font-family: Georgia, Arial, Helvetica, sans-serif;
    color: #666666;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}


#container { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 771px;
height: auto;
background: #fff url(images/back_home.jpg) no-repeat;
}


#header {

width: 771px;
height: 270px;
	}

#leftcol {
width: 247px;
float: left
}

#rightcol {
width: 494px;
float: left;
padding: 0 30px 0 0;
}

#clear {
	clear: both;
	}
	
			
p, h1, pre {
margin: 0px; 
padding: 0; 
}

h1 {
font-size: 16px;
color: #8e6a35;
font-weight: bold;
}

h3 {
color: #8e6a35;
font-weight: bold;
}

a { 
color: #8e6a35;
background-color:transparent;
text-decoration: none; 
}

a:hover {
text-decoration: underline; 
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}			

/* Dropdown Menu */
/* See: http://www.mywebstuff.com/02_css/css_07.html */
/* minimum menu requirements for functionality */

ul {
	margin: 0;
	padding: 0;
	}

.nav {
	width: 770px;
/*	border: 1px solid #000099;*/
	margin: 0;
	padding: 0;
	}

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* space between menu items */
.topmenuli{
	list-style-type:none;
	float:left;

}

.topmenuli a{
	text-decoration: none;
	color: #5e533d;
     width: auto;
	 padding: 12px 22px 10px 27px;
}

.topmenuli a:hover{
	text-decoration: none;
	color: #fff;
/*	background:#336699;*/

}

.topmenutitle{
	display:block;
	/*border: 1px solid #009933;*/
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}



.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

/* look of dropdown menus */
.submenuli a{
	display:block;
	width:140px;
	text-align: left;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}


/* Styling Dropdowns */
/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

/* The look of each top menu item*/
.topmenutitle {
	text-decoration: none;
/* border:1px solid #000000; */
	padding:10px 0 10px 0;
	line-height:14px;
	text-align: left; 
	width: 55px;


}

.submenuul {
	margin-top:-1px;
	background-color:#d6af5b;
	margin: 0 0 0 25px;
/*	background-position: top left;
	background-repeat: repeat-x;*/
/*	border-top:1px solid #000000;*/
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
/*	border-left:7px solid #FF0000;*/

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:hover{
	text-decoration: none;
	background: #5c5441;
	color: #FFFFFF;
}

#copyright{
    width: 771px;
	padding: 30px 0 0 0;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
}