body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #CCCCCC;font-size: 80%;
}
a {
color: #6699FF;
text-decoration:none;
}
a:hover {
	text-decoration:none; color:#FFCC66;
}
#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 85px;
	width: 100%;
	background-color: #010101;
	border-bottom: 1px solid #555555;
}
#main {
	position: absolute !important;
	left:4px;
	top: 110px;
	right: 4px;
	/*overflow:auto;*/
	width: 98%;
	
	
}
#links {
	position: absolute;
	left: 0;
	top: 86px;
	width: 100%;
	background-color: #222222;
	border-bottom: 1px solid #555555;
	display:inline;
	

}
#pageend {
	position:fixed;
	
	bottom: 0px;
	width: 100%;
	background-color: #010101;
	border-top: 1px solid #555555;
	text-align:center;
	font-size:12px;
	color:#444444;
	vertical-align:middle;

}
#topbar table {
	width: 100%;
	padding: 0px;
	border: 0px;
}
#topbar table td {
text-align:center;
}
#topbar table td.siz {
text-align:center;
width: 150px;
}
/* Regarding main */
#main h1 {
	font-size: 2em;
}
#main h3 {
	font-size: 1.3em;
}


#links ul.link {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align:left;
}
#links ul.link li {
	display:inline;
	margin-right: 15px;
}
#links ul.link a {
	border-left: 0.8em solid #666666;
	border-bottom: 1px dotted #666666;
	padding-left: 5px;
}
#links ul.link a:hover {
	border-left: 0.8em solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
}
