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

body{
	background: #2b0412;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}
a img{
	border:none;
	text-decoration:none;
}
#wrapper{
	width:845px;
	margin: 0 auto;
	font-size:14px;
	line-height:20px;
}
#breadcrumbs{
	font-size:12px;
	margin: 10px 0 30px 0;
}
h1{
	display:block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
a{
	color: #009999;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
.clear{
	clear:both;
}
