/* Layout Stylesheet */ 
body{
 margin: 0px;
 padding:0px; 
}
#header
{
 	background: #4F5333;
	background-color: #4F5333;
	margin-top:0em;
	margin-bottom: 0em;
  	width:100%;
	top: 0px;
	left: 0px;
	font-size: 10px;
	font-family: Verdana;
	white-space: nowrap;
	height: 112px;
	margin: 0;

}
#header_logo
{
	position: absolute;
	background-color: #4F5333;	
	top: 0px;
	left: 0px;
	padding-top: 0;
	float: left;
	z-index: 30;
	
}
#header_title
{
	position: absolute;
	float: none;
	background-color: #4F5333;
	top: 15px;
	left: 138px;	
	z-index:2;
}
#banner {
	position: absolute;
	top: 8px;
	left: 450px;
}
#banner img {
	border: 1px solid #c0c0c0;
}
#header_nav
{
	position: absolute;
	padding-left: 0px;
	background-image: url("gfx/menu_bg.gif");
	top: 74px;
	left: 0px;
	position: absolute;
	height: 38px;
	width: 100%;
	z-index: 8;	
}

#left_column{
 position:absolute;
 top:112px;
 left:0;
 width:140px;
 z-index:3;
}

#right_column{
 position:absolute;
 top:112px;
 right:0;
 width:220px;
 z-index:7;
}

#content_block {
 width:100%;
 background: #ffffff;
 color: #333333;
 height:80%;

 }
 
#content_column
{
 margin:0 240px 0 140px;
 position:relative;
 min-height: 400px;
}
/* visible in Win IE */
div.#content_column { height: 400px; }

#footer {
 height:40px;
}