body{
	background-color: rgb(20,20,20);
}

#header{
	background-color: rgb(35,35,35);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:20px;
	border-bottom-color:rgb(80,80,80);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}

#content{
	position:absolute;
	left:0;
	top:21px;
	height:548px;
	width:100%;
	text-align:justify;
	font-family:tahoma;
	font-size:10pt;
	color: rgb(170,170,170);
}

#preview{
	padding-top:60px;
	text-align:center;
}

#panelnav{
	position: absolute;
	top:60;
	left:55;
}

#panel{
	background-color: rgb(35,35,35);
	position:absolute;
	left:0;
	top:100;
	width:100%;
	height:130px;
	border-top-color:rgb(80,80,80);
	border-top-style:dotted;
	border-top-width: 1px;
	border-bottom-color:rgb(80,80,80);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}

#tab{
	float:left;
	position:fixed;
	top:145px;
	left: 40px;
}

a img{
	border-style:none ;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom-style:solid;
	border-width:1px;
	border-color: rgb(20,20,20);
}

a:link{
	color: rgb(170,170,170);
	text-decoration:none;
	padding-bottom:3px;
	font-size:10pt;
}

a:visited{
	color: rgb(130,130,130);
	text-decoration:none;
	padding-bottom:3px;
	font-size:10pt;
}

a:hover {
	color: rgb(255,255,255);
	text-decoration:none;
	padding-bottom:3px;
	font-size:10pt;
}

a:hover img{
	padding-bottom:3px;
	border-bottom-style:solid;
	border-width:1px;
	border-color: rgb(255,255,255);
}

#colorboxtab{

}

#footer{
	position:absolute;
	width:100%;
	top:550;
	padding-bottom:50px;
}

#comment{
	text-align:justify;
	font-family:tahoma;
	font-size:10pt;
	color: rgb(170,170,170);
	width:350px;
	padding-top:5;
}
