html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}
#Wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 830px;
}
#Wrapper #header {
	padding: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
}
#Wrapper #contentWrapper #leftColumn {
	float: left;
	padding: 50px 10px 10px 10px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #contentWrapper #content {
	width: 820px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
}

#Wrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#Wrapper #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-top-style: none;
	font-style: normal;
	color: #999;
	font-weight: bold;
	padding-top: 5px;
}
.rot {
	color: #900;
}
.imageleft {
	margin-top: 10px;
}

