* {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
html { height: 100%; }
body {
	background: #fff;
	color: #a8a9ad;
	height: 100%;
	text-align: center;
}
body, textarea, input {	font: 62.5%/100% Arial, Verdana, Tahoma, sans-serif; }
h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }
ul { list-style: none; }
a { text-decoration: none; }
img, fieldset { border: none; }
/** MAIN ELEMENTS **/
#container {
	background: url(../img/bg_body.jpg) no-repeat 100% 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	width: 835px;
}
#header {
	background: url(../img/bg_header.jpg) no-repeat 50% 100%;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	height: 370px;
	line-height: 120%;
	text-align: left;
	width: 835px;
}
#mainContent {
	color: #555;
	font-size: 1.5em;
	line-height: 120%;
	overflow: hidden;
	padding: 20px 15px 0 0;
	text-align: justify;
	width: 820px;
}
/** MAINCONTENT ELEMENTS **/
#mainContent a { color: #555; }
#mainContent a:hover { text-decoration: none; }
#mainContent h1 {
	color: #000;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#mainContent p {
	margin-bottom: 10px;
}
#imgLeft {
	float: left;
	padding-top: 30px;
	width: 130px;
}
#content {
	float: right;
	width: 680px;
}
#partner {
	color: #fff;
	float: right;
	font-weight: bold;
	margin: 0 0 10px 10px;
	overflow: hidden;
	text-align: left;
	width: 220px;
}
#partner a { color: #fff; }
#partner h1 { color: #fff; }
#partner .top {
	background: url(../img/partner_top.png) no-repeat 0 100%;
	height: 21px;
	width: 220px;
}
#partner .wrap {
	background: url(../img/partner_wrap.png) repeat-y 0 0;
	overflow: hidden;
	padding-left: 15px;
	width: 205px;
}
#partner .bottom {
	background: url(../img/partner_bottom.png) no-repeat 0 0;
	height: 21px;
	width: 220px;
}
#swf {
	float: left;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	width: 820px;
}
/** HEADER ELEMENTS **/
#header a { color: #a8a9ad; }
#header a:hover { color: #000; }
#header a.active { color: #000; }
#header .contact {
	background: #a8a9ad;
	color: #fff;
	float: right;
	font-size: 1.2em;
	margin-top: 40px;
	padding: 2px 10px 10px 0;
}
#header ul li {
	display: inline;
	float: left;
	margin: 30px 8px 0 8px;
	position: relative;
}
/** CLEARFIX ELEMENTS **/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; width: 100%; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }