body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #757679;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
}
a:link, a:active, a:visited {
	color: #c0272d;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#main {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 66px;
	width: 775px;
	margin-top: 88px;
}
#navigation {
	float: right;
	width: 617px;
	padding-top: 12px;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #939598;
	text-decoration: none;
	display: block;
	clear: none;
	float: left;
	margin-right: 18px;
}
#navigation a:hover {
	color: #c0272d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0272d;
}
#navigation a.active:link, #navigation a.active:active, #navigation a.active:visited, #navigation a.active:hover {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #c0272d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0272d;
	text-decoration: none;
	display: block;
	clear: none;
	float: left;
	margin-right: 18px;
}

/* --- CONTENT LEFT --- */
#img_lft {
	float: left;
	width: 199px;
	height: 375px;
	padding: 0;
	margin: 0;
}
#text_lft {
	float: left;
	width: 186px;
	height: 351px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 0.9em;
	background-color: #e6e7e8;
	overflow: hidden;
}
#text_lft p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-size: 1.1em;
}
#text_lft .title {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #c0272d;
	font-weight: bold;
}
#text_lft ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#text_lft ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 5px;
	line-height: 1.6em;
}
#text_lft ul li a:link, #text_lft ul li a:active, #text_lft ul li a:visited {
	text-decoration: none;
}
#text_lft ul li a:hover {
	text-decoration: underline;
}

/* --- CONTENT RIGHT --- */
#flash_rt {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 550px;
}
#text_rt {
	padding-left: 18px;
	padding-right: 18px;
	margin: 0px;
	float: right;
	height: 375px;
	width: 514px;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #e6e7e8;
}
#text_rt p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 1.2em;
}
#text_rt .title {
	padding-top: 16px;
	margin: 0px;
	text-transform: uppercase;
	color: #c0272d;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 4px;
}
.align_rt {
	text-align: right;
}
hr {
	background-color: #C2C5C7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#kinesis {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 15px;
	font-size: .9em;
}