@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(grafx/bodybackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 800px;
	background-color: #444A73;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #main #widecontent h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D15B02;
	color: #666666;
	text-align: center;
}
