body{ 
	padding: 0 5px;
	font: arial, verdana, sans-serif;
	color: #FFF;
	background-image:url(images/bkg_image.jpg);
	background-repeat:no-repeat;
	background-color: #AE2D21;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

a:link {
	color: #ff9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #999999;
}
a:active {
	color: #ff9900;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
	height: 150px;
	width: 800px;
	top: 0px;
	}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	position: absolute;
	top: 635px;
	text-align: center;
	width: 800px;
	}
