body {
	margin: 0px;
	background-color: #6e7c84;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}
a {
	color: #CFC5AE;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Padding {
	padding: 10px;
}
h1, h2 {
	margin: 0;
}
h2 {
	font-size: 12px;
	color: #777;
}
h3 {
	margin-left: 3px;
	color: #CFCFCF;
}
.Position {
	width: 737px;
	margin: 10px auto 10px auto;
}
.Header {
	height: 64px;
	background-image: url(images/header-background.jpg);
	color: #fff;
}
	.Header h1 {
		float: left;
		font-size: 26px;
		color: #fff;
		line-height: 60px;
		margin-left: 10px;
	}
	.Header div {
		float: right;
		width: 170px;
		margin: 10px 10px 0 0;
		font-size: 12px;
	}
.Content {
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
}
	.ContentLeft {
		float: left;
		width: 149px;
	}
		.ContentLeft ul {
			list-style: none;
			margin-left: 0;
			padding-left: 1em;
			text-indent: -1em;
			font-size: 12px;
			font-weight: bold;
		}
		.ContentLeft ul li a {
			padding-left: 5px;;
			font-size: 11px;
			color: #777;
			font-weight: normal;
		}
	.ContentRight {
		float: left;
		width: 588px;
	}
