/**************************************************
	main tag styles for www.deepforestgallery.com


***************************************************/
#content{position:absolute;
	left:	200px;
	top:	120px;
	right:20px;
	margin: 0;
	padding:0 ;
	text-align:left;
  vertical-align:top;
  background-color: #4E3229;
  color:white;
  z-index:1;
}


#footer{
	background-color: transparent;
	clear: both;
	margin:10px 5px;
	text-align:center;
}

#footer p {
	text-align:center;	
}

#menu {
	position: relative;
	top: 0em;
	left: 0em;
	margin: 0;
	padding: 0;
	font-size: 	12pt  ;
}

#menu dt {
padding:0 0 0 4px;
	line-height: 130%;
	margin: .75em 0;
	text-align: left;
	margin-left:5px;
	font-size: 	12pt  ;
	width:160px;
	border-bottom: 0px dotted #4E3229;
	background: white url("images/button.jpg") no-repeat center left;
}

#menu dt a {width:158px;
	color: #000;
	text-decoration: none;
	display: block;
	padding : 0 1px;
  background-color:transparent;
}


#menu  dt:hover, #menu  dt a:hover {
	color: #f9f8c2;
  background-color:transparent;
}

#menu dt a:active {
	color: white;
  background-color:transparent;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 1em;
	margin-top: -.75em ;
	padding:  0;
	background-color: #4E3229 ;
	border: 1px solid #ccc;
	display:none;
  width:150px;
}

#menu ul {
	padding: 0px;
	margin: 2px 6px ;
	list-style-type: none;
	width:138px;
	background-color:#4E3229;
}
#menu li {
	text-align: left;
	line-height: normal;
	border: 1px solid gray;
	padding:0 ;
	margin: 2px;
	background-color:#B35936;
}
#menu li a  {
	font-size: 	9pt  ;
	color: white;
	text-decoration: none;
	display: block;
	padding : 2px;
	margin : 0px;
  background-color:transparent;
  width:98%;
}

#menu li a:hover, #menu li:hover {
	color:black;
  background-color:#f9f8c2;
}

#menu li a:active {
	color:white; 
	background-color:black; 
}


#sidebar{
	position: absolute;
	left:20px;
	top:120px;
	width:180px;
	margin:0;
	padding:0;
	z-index: 100;
	background: #06913e url("images/sidebarbg.jpg") repeat-x ;
  text-align:left;
  vertical-align:top;

}


    
#topbar{position:absolute;
	top:0;
	left:20px;
	right:20px;
	height:120px;
	margin:0 ;	
	padding:0 ;	
	background: #07100d url("images/forest.jpg") no-repeat top right ; 
	vertical-align:top;
	color: white; 
	/*width:96%;*/
	}
	
#topbar img {
	margin:0;
	padding:0;
}	




#main{
	/*width:96%;*/
	padding:0 ;	
}	



