/* general page design*/
body {
	background: #000;
	color: #069;
	font-size: 0.69em;
}
* {
/*body, p {*/
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-decoration: none;
}
#bottom {
position: absolute;
top: 93%;
height: 5%;
left: 0%;
right: 0%;
padding-left: 1%;
padding-right: 1%;
text-align: center;
background: #001023;
color: #707070;
}
a img {border: none;}
#header { margin: 0 auto; text-align: center;}
#main, #sidebar {
position: absolute;
top: 18%;
height: 72%;
overflow: auto;
}
#sidebar {
left: 83%;
width: 16%;
border-top: 1px solid #222222;
border-bottom: 1px solid #222222;
}
#main {
left: 1%;
width: 79%;
border-top: 1px solid #222222;
border-bottom: 1px solid #222222;
}
a:link {color: #3cf;}
a:visited {color: #90f;}
a:active {
color: #006;
background: #ff9;
}
a:hover {
color: #cc6;
background: #033;
}
h1, h2, h3, h4, h5, h6 {padding-top: 6px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%; 
	color: #6060b3; 
	border-bottom: 1px solid #606060
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%; 
	color: #6060b3; 
	border-bottom: 1px dotted #606060
}
h3 {font-size: 130%; color: #0060b3;}
h4 {font-size: 120%; color: #6060b3;}
h5 {font-size: 110%; color: #6060b3;}
h6 {font-size: 100%; color: #6060b3;}

#menu ul{list-style-type: none;}
#menu li{display: inline;}
