*{
	margin:0px;
	padding:0px;
}
html,body{
	height: 100%;
}

a{border: none;}
img{border: none;}

#container{
	clear: both;
	width: 100%;
	height: auto;
	position:absolute;
	top:18px;
	left:0px;
	/*z-index:0;*/
	/*overflow:expression('auto');*/
	/*overflow: auto;*/
}
#header{
	width: 100%;
	height: 200px;
	background:#eeeeee;
}
#menu{
	width:20%;
	float:left;
	background:#333333;
}

#main{
	float:left;
	width: 75%;
	margin-left: 2%;
	overflow:auto;
}
#footer{
	clear: both;
	/*position:absolute;*/
	bottom:0px;
	right: 0px;
	height:3%;
	width:100%;
	color: #FFFFFF;
	background:#333333;
}
#topmenu{
	clear: both;
	position: absolute;
	height: 20px;
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	background-color:#333333;
	text-align: center;
	font-size: 0.8em;
}
#topmenu1{
	clear: both;
	/*position: absolute;*/
	height: 20px;
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	background-color:#333333;
	font-size: 0.8em;
	z-index: 0;
}
#topPmenu{
	text-align: center;
	background-color: #333333;
}