* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
p {
	font-size:12px;
	line-height:18px;
	margin:0px;
}
h1 {
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#C20C25;
}
h2 {
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#C20C25;
}
h3 {
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#C20C25;
}
#wrapper {
	width: 994px;
	margin: 0px;
	position: relative;
	text-align: left;
}
#header {
	height: 121px;
	width: 994px;
	margin: 0px;
	position: relative;
}
#header #logo {
	height: 121px;
	width: 242px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}
#header #navigation {
	height: 34px;
	width: 750px;
	margin-left: 244px;
	margin-top: 87px;
	position: absolute;
}
#main {
	width: 994px;
	position: relative;
	margin-top: 2px;
	margin-left: 0px;
}
#sidebar {
	width: 242px;
	background-color: #FFFFFF;
	margin-top: 0px;
	float: left;
}
#sidebar #history {
	height: 300px;
	width: 242px;
	margin-top: 0px;
	margin-left: 0px;
}
#sidebar #logo_slogan {
	height: 341px;
	width: 242px;
	margin-top: 2px;
	margin-left: 0px;
}
#content {
	width: 750px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#content #subnavigation {
	height: 178px;
	width: 228px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#content #image {
	height: 178px;
	width: 520px;
	float: right;
	margin: 0px;
}
#content #info {
	width: 710px;
	margin-top: 2px;
	margin-left: 0px;
	background-color: #ECECEC;
	padding: 20px;
	float: left;
}
#footer {
	width: 964px;
	height: 62px;
	position: relative;
	margin-top: 2px;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	background-image: url(../images/design/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 10px;
}
#footer a, a:visited, a:active {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
