@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #5C5C5C;
	background-color: #28313A;
	background-image: url(images/layout/backdrop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 896px;
}


#header {
	background-image: url(images/layout/header.gif);
	height: 150px;
	width: 825px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	width: 980px;
}
