@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#header {
	text-align: center;
	padding: 0px;
	height: 130px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
}
#content {
	background-image: url(Images/content_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 100%;
}
#navigation {
	text-align: right;
	height: 25px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#image {
	padding: 0px;
	height: 280px;
	width: 864px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	text-align: left;
	height: 150px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	padding: 0px;
	height: 25px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright {
	font-size: 10px;
	color: #333333;
	text-align: left;
	float: left;
	height: 20px;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#karma {
	text-align: right;
	margin: 0px;
	float: right;
	height: 20px;
	width: 200px;
	padding-top: 5px;
	font-size: 10px;
	color: #333333;
}
#wrapper #content #text img {
	float: left;
	margin-right: 25px;
}
#wrapper #content #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #content #navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#wrapper #content #navigation a {
	text-decoration: none;
	color: #333333;
}
#wrapper #content #navigation a:visited {
	color: #333333;
}
#wrapper #content #navigation a:hover {
	color: #8A0000;
}
#wrapper #content #navigation a.current {
	color: #8A0000;
}
#wrapper #content #navigation li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body,td,th {
	font-size: 12px;
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
}
.karma {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #666666;
}
