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


***************************************************/
#content{position:absolute;
	left:	206px;
	top:	140px;
	right:20px;
	margin: 0;
	padding:0 10px;
	text-align:left;
  vertical-align:top;
  background-color: #C3CDEB;
  color:#000;
  z-index:1;
}


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

#footer p {
	text-align:center;	
}

#menu {
	position: relative;
	left:10px;
	margin: 0 ;
	padding: 0 ;

	z-index:1;
	width:175px;
}

#menu dt {position: relative;
	padding:0 ;
	margin:1em 10px;
	text-align: center;
	font-size: 	12pt  ;
	width:140px;

}

#menu dt a {width:140px;
	margin : 0;
	color: white;
	text-decoration: none;
	display: block;
	padding : 0px;
  background: transparent url('images/button.png') no-repeat center;
}


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

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

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

#menu ul {
	padding: 0px;
	margin: 2px 6px ;
	list-style-type: none;
	width:138px;
	background-color:#fff;
}
#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:140px;
	width:186px;
	margin:0;
	padding:0;
	z-index: 100;
	background-color: #f7ecd6 ;
  text-align:left;
  vertical-align:top;

}


    
#topbar{position:absolute;
	top:0;
	left:20px;
	right:20px;
	height:140px;
	margin:0 ;	
	padding:0 ;	
	background: #214591 url("images/topbg2.jpg") no-repeat top right ; 
	vertical-align:top;
	color: #000; 
	width:96%;
	}
	
#topbar img {
	margin:0;
	padding:0;
}	

#topbar h1{	
	font:bold 1.6em serif;
	color: #f7ecd6;
	margin:30px 30px 10px 1em;
	padding:0;
	background-color:transparent;	
	text-align:right;
}

#topbar p{
	font:bold 12pt serif;
	color: #fff;
	margin:0 30px 0 1em;
	background-color:transparent;	
	text-align:right;
	padding:0;
}
#main{
	/*width:96%;*/
	padding:0 ;	
}	


