@CHARSET "ISO-8859-1";

html{
	height:100%;
}

body{
	height:100%;
	margin:0 auto; 
	/*background-image:url(../images/bglines.jpg);*/
	background:#f5f5f5;
	background-image:url(../images/hbg.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;background-position: 0% 0%;	
	color:#FFF;
}

#wrapper{
	/*height:98%;*/
	position:absolute;
	top:20px;
	bottom:0px;
	left: 50%;
	right:50%;	
	margin-left:-450px;
	background-color:#336633;
	width:900px;
	border:1px #FFF solid;
	/*margin-top:2%;*/
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:right;
}

#content{
	position:absolute;	
	top:160px;
	left:50px;
	bottom:0px;
	float:left;
	background-image:url(../images/fillbg.png);
	width:850px;	
	border-top:1px #FFF solid;	
	border-left:1px #FFF solid;		
	text-align: left;
	overflow:auto;	
}

#navigation{
	/*position:relative;*/
	position:fixed;
	float:left;	
	margin-top:50px;	
	width:200px;
	clear:none;
}

#output{
	/*position:relative;*/
	position:absolute;
	left:200px;
	/*margin-left:200px;*/
	margin-right:30px;
	margin-top:33px;
	float:left;	
	background-repeat:no-repeat;
	min-height:350px;		
	width:600px;
	/*overflow:scroll;
	border:1px dashed #FF0000; */s
}