body{
	background:url(../images/greybackground.gif) repeat-x fixed #4e4e4e;
	color:#ddd;
	font-family:"Trebuchet MS";
}
a{
	color:#ccccdf;
}
a:visited{
	color:#aaaadf;
}
a:hover{
	color:#bbbbff;
}
div#maincontainer{
	margin:2.5em;
	width:895px;
	left:50%;
	position:relative;
	margin-left:-447px;
}

div#header{
	width:895px;
	height:99px;
	background:url(../images/header.gif);
}
div#footer{
	background:url(../images/footer.gif);
	width:895px;
	height:29px;
}
div#content{
	background:url(../images/contentbackground.gif) repeat-y;
	margin:0px;
	padding:0px;
	border:none;
}
div#content img{
	border:none;
	margin:0px;
	padding:0px;
	margin-bottom:-5px;
}
div.contentcontainer{
	padding:1px;
}
div.contentcontainer h1{
	text-align:right;
	font-size:22pt;
	padding:0.28em;
	padding-right:2em;
	margin:none;
	margin-top:20px;
	color:#777;
	background:#222;
}
table.list th{
	background:#252525;
}
div.panel{
	background:url(../images/greybackground.gif) repeat-x #262626;
	border:1px solid #555;
	margin:3em;
	margin-bottom:4em;
	width:700px;
	left:50%;
	margin-left:-365px;
	position:relative;
	padding:1em;

}
div.panel h3{
	color:#aac;
	
	
}