html, a, object {
	outline: none;
}

body {
	background-image: url(images/bkg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-color: #000000;
	font-family: arial, helvetica, sans serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}
a {
	color: #737373;
}
a:visited {
	color: #737373;
}
a:hover {
	color: #b3b3b3;
}
h1 {
	font-size: 11px;
	color: #b3b3b3;
	margin: 0px 0px 14px 0px;
	letter-spacing: 5px;
}

h2 {
	font-size: 11px;
	color: #b3b3b3;
	margin: 0px 0px 12dpx 0px;
	letter-spacing: 5px;
}

#home_image{
	background-image: url(images/img_home.png);
	width: 213px;
	height: 467px;
	background-repeat:no-repeat;
    padding: 33px 392px 0 20px;
	margin: 0;
	float: right;
}

.home_text{
	font-size:14px;
	line-height:36px;
}

#partners{
	width: 21px;
	height: 467px;
	margin: 0;
	float: right;
}

a.partners{
	color: #FFFfff;
	text-decoration: none;
}

a.partners:hover{
	color: #b3b3b3;
	text-decoration: none;
}



.outer_wrapper {
	width: 854px;
	margin: 0 auto;
}

.wrapper {
	width: 854px;
	margin: 0 auto;
}
.left_col {
	float: left;
	width: 227px;
}
.logo {
	width: 229px;
	height: 362px;
}
.main {
	float: right;
	width: 625px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.main_left {
	float: left;
	width: 365px;
}
.main_right {
	float: right;
	width: 260px;
}
.main_right_text {
	background-image:url(images/bkg_text_home.gif);
	color:#E0E0E0;
	font-size:10px;
	height:141px;
	letter-spacing:1px;
	line-height:18px;
	padding:10px 12px 12px 11px;
	width:237px;
}
.pic_top {
	border: 1px solid #ffffff;
	margin-bottom: 18px;
}
.border {
	border: 1px solid #ffffff;
}
.col_left {
	float: left;
	width: 297px;
	margin-right: 30px;
	/*margin-bottom: 20px;*/
	font-size:11px;
	letter-spacing:1px;
}

.col_left2 {
	float:left;
	font-size:11px;
	letter-spacing:1px;
	/*margin-bottom:20px;*/
	margin-left:22px;
	/*margin-right:5px;*/
	/*width:297px;*/
}

.col_right {
	float: right;
	width: 298px;
	/*margin-bottom: 20px;*/
	font-size:11px;
	letter-spacing:1px;
}
.box {
	width: 210px;
	font-size: 10px;
	background-color: #cccccc;
	border: 1px solid #ffffff;
	color: #000000;
}
.box2 {
	width: 219px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #cccccc;
	border: 1px solid #ffffff;
}
input {
	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	/*color: #cccccc;*/
	background-color: #666666;
	border: 1px solid #999999;
	padding: 1px 8px 1px 1px;
	color: #000000;
}

.navigation {
	clear: left;
	float: left;
	width: 229px;
	height: 138px;
	line-height: 18px;
}
.navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}
.navigation ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
.navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.navigation ul li {	
	margin: 0px;
	padding: 4px 0px 0px 0px;
	float: right;
}
.navigation ul li a {
	display: block;
}
.navigation ul li a:visited {
	text-decoration: none;
}
.navigation ul li a:hover{
	text-decoration: none;
}

.footer {
	clear: both;
	float: left;
	height: 64px;
	width: 854px;
	margin-top: 12px;
	text-align: right;
	color: #484848;
}