body {
	margin:0px;
	padding:0px;
	height:100%; /* 100 % height */
	SCROLLBAR-FACE-COLOR:#FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR:#333333; 
	SCROLLBAR-SHADOW-COLOR:#333333; 
	SCROLLBAR-3DLIGHT-COLOR:#CCCCCC; 
	SCROLLBAR-ARROW-COLOR:#666666; 
	SCROLLBAR-TRACK-COLOR:#CCCCCC; 
	SCROLLBAR-DARKSHADOW-COLOR:#666666;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	z-index: 10;
}

#container {
	margin:2px;
	padding:0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 20;
	}
#header{
	position:fixed;
	top:0px;
	left:5px;
	right:5px;
	height: 90px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;	
	border: 1px solid gray;
}
#menu{
	position:fixed;
	z-index: 100;
	top:63px;
	left:5px;
	right:5px;
	height: 23px;
	background-color: #003366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}



#main {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:fixed;
	top:91px;
	bottom:30px;
	left:5px;
	right:5px;
	z-index: 50;
	overflow:auto;
	text-align:left;
	background-color: #F3F3F3;
	border: 1px solid #333333;
  }
* html #main {
	bottom:-30px; width:100%; height:90%;
	
	}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F3F3F3;
	padding: 20px;
  }

#footer{
	margin:0px;
	padding:0px;
	clear:both;
	position:absolute;
	left:5px;
	bottom:2px;
	height:25px;
	background-color: #333333;
	right: 5px;
}

* html #footer {
	bottom:2px; width:100%; height:25px;
	
}.picborder{
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 20px;
	margin-top: 10px;
}
