body 
{
 font-family:Verdana;
 font-size:12px;
 color: #ffffff;
 background-color:#000000;
}
h1 {font-size:18px;color:#ffffff;margin-bottom:0px;}
h2 {font-size:16px;color:#ffffff;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}

code {font-size:14px;color:#0000ff;}
pre
{
	font-size: 14px;
	color: Silver;
	padding: 5px;
}
a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: Silver;
	font-size: 12px;
}
a:active, a:hover
{
 text-decoration:underline;
}

#title_left {
background-color: #790404; 
position: absolute;
top: 10px;
height:34px;
left:3%;
width: 47%;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:20px;
}

#title_right {
background-color: #790404;
position: absolute;
top: 10px;
left: 47%;
height:34px;
width: 50%;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:20px;
}

#left {
position: absolute;
top: 75px;
left:3%;
width: 14%;
height: 500px;
line-height: 18px;
background-color: #790404;
}
.menutitle
{
font-weight:bold;
border-top:0px dashed #000000;
margin-top:15px;
}

#content 
{
position: absolute;
	top: 77px;
	left: 20%;
width:75%;
height: auto;
float:right;
}
