body {
	font-size: 62.5%;
	background: url(/images/body.gif);
}

#wraper1 {
	background: url(/images/bg.jpg) no-repeat center top;
	width: 100%;
	padding: 35px 0;
}

#wraper2 {
	background: url(/images/cont_bg.png);
	width: 940px;
	margin: 0 auto;
}

.like-border {
	height: 19px;
	width: 940px;
	margin: 0 auto;
	background: url(/images/cont_hr.png)  no-repeat;
}

#footer {
	background: url(/images/footer_bg.gif) no-repeat top center;
	height: 90px;
	width: 940px;
	margin: 10px auto 0 auto;
}

#logo img {
	margin-left: 40px;
}

#logo {
	width: 201px;
	float: left;
}

#menu {
	width: 178px;
	float: left;
	background: url(/images/menu.jpg) no-repeat;
}

#content {
	float: left;
	width: 490px;
	padding: 20px 30px 60px 30px;
	color: white;
}

#content p, #content ol, #content ul {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content ul li {
	margin-bottom: 1em;
	list-style: square;
	margin-left: 2em;
}


#content ol li {
	margin-bottom: 1em;
	list-style: decimal;
	margin-left: 2em;
}

.logos {
	padding: 20px 21px 0 0;
}

.logos img{
	display: block;
	float: left;
}

.copyright {
	padding: 20px 0 0 32px;
	color: #358385;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	color: white;	
	margin-bottom: 1em;
}

h2 {
	font-size: 1.8em;
	color: white;	
	margin-bottom: 1em;
	margin-top: 1em;
}

h3 {
	font-size: 1.4em;
	color: white;	
	margin-bottom: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #f8f8f8;
	margin-top: 2em;
}

#menu ul {
	text-align: right;
	color: white;
	font-size: 1.2em;
}

#menu ul li {
	padding: 20px 0;
	font-weight: bold;
}

#menu ul li a {
	margin: 0 20px;
}

#lang-switch {
	text-align: right;
	padding: 20px;
	background: url(/images/menu_bg.png)  no-repeat;
	width: 138px;
}

.passive {
	background: url(/images/menu_bg.png)  no-repeat;
}

.act a, .l_on {
	color: white;
	text-decoration: none;
}

.passive a, .l_off {
	color: white;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

.passive a:hover, .l_off:hover {
	border-bottom: 1px dashed #000;
}

#lang-switch a {
	color: white;
}

#helix {
	text-align: right;
	width: 940px;
	margin: 0 auto;
}