@charset "UTF-8";
/* CSS Document */

body{
	margin:0; padding:0;
	background:#080174 url(/images/stripe_bg.png);
	font-family:"Times New Roman", Times, serif;
}
#container{
	overflow:hidden;
	margin:0 auto;
	width:800px;
	background:#23178d url(/images/tomb_bg.jpg)  bottom right no-repeat;
}
#header{
	height:178px;
	background:#8846a6 url(/images/header.jpg) no-repeat;
}
#sidebar{
	margin:20px 0 20px 10px; padding:0 5px;
	width:180px;
	float:left;
	background-color:#8846a6;
}
#sidebar a{
	color:#33FFFF;
}
#sidebar ul{
	margin:0; padding:0;
	line-height:1.5em;
	font-weight:bold;
}
#sidebar li{
	list-style-type:none;
	padding-left:5px;
}
#sidebar h3,#sidebar p{
	color:#f7f7f7;
}
#content{
	margin:20px 10px; padding:10px 5px;
	width:570px;
	float:right;
	background-color:#f7f7f7;
}
#footer{
	height:120px;
	clear:both;
}
#splash{
	background-color:#fff;
	margin:10px 20px; padding:5px;
}
#splash h2{
	color:#006;
	margin-top:0;
}