body {
	margin: 0;
	padding: 0;
	background:#000;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	color: #fff;
}
h1, h2, h3 {
	font-weight: normal;
}
a {
	color: #dedede;
}
a:hover {
	text-decoration: none;
	color: #7f7f7f;
}
#whole{
background:url(img/back.jpg) no-repeat fixed;
}
#outer {
width: 800px;
margin:0 auto;
background: #222;
border:1px solid #333;
}
#header {
height:100px;
background:#921f00;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
#header h1{
font-size:45px;
margin:0px;
padding:20px 0px 0px 20px;
}
#header h1 a{
color:#fff;
text-decoration:none;
}
#content{
float:left;
width:480px;
background:#111;
margin:5px;
margin-top:10px;
border:1px solid #444;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:10px;
}
.title{
font-size:25px;
margin-left:10px;
margin-top:10px;
}
.sub{
background:#222;
font-size:12px;
margin-right:25px;
border:1px solid #333;
padding:5px;
font-family:Tahoma,Helvetica,verdana,Arial,"trebuchet ms",sans-serif;
margin-left:10px;
margin-top:5px;
}
.content{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
padding-left:15px;
line-height:20px;
}
#sidebar{
margin:5px;
margin-top:10px;
float:left;
width:290px;
background:#111;
border:1px solid #444;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
#sidebar h3{
background:#921f00;
margin:15px 45px;
padding:10px;
text-align:center;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
font-size:18px;
}
#sidebar ul{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
list-style-type:none;
font-weight:bold;
}
#sidebar li{
padding:10px 5px;
background:#222;
margin:8px 30px 8px -5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #222;
}
#sidebar li:hover{
border:1px solid #444;
}
#sidebar a{
text-decoration:none;
}
#footer{
height:50px;
background:#921f00;
clear:both;
}
#footer p{
font-size:18px;
padding-top:10px;
line-height:25px;
}