* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, Serif;
}

img {
	border: 0;
}

a {
	color: #f5102b;
	text-decoration: none;
}

a:hover {
	color: #706f6f;
	text-decoration: none;
}

h1 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 18px 0;
}

h3 {
	color: #ccc;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
}

.container {
	width: 800px;
	margin: 0 auto 0 auto;
}

.header {
	float: left;
	width: 100%;
	height: 60px;
	margin: 20px 0 20px 20px;
}

.logo {
	display: block;
	float: left;
	width: 500px;
	height: 60px;
}

.language {
	display: block;
	float: right;
	width: 200px;
	height: 60px;
	color: #999;
	font-size: 12px;
	line-height: 60px;
}

.language ul {
	list-style: none;
}

.language li {
	float: left;
	margin: 0 10px 0 0;
}

.lcolumn {
	clear: both;
	float: left;
	display: block;
	height: 100%;
}

.lcolumn #item1{
	width: 250px;
	height: 286px;
	background: url(../images/lcolumn.gif) no-repeat;
	padding: 10px;
}

.testbutton {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

.testbutton span {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 71px;
}

.testbutton a {
	display: block;
	width: 244px;
	height: 71px;
	text-decoration: none;
	background: url(../images/testbutton-on.gif) no-repeat;
}

.testbutton a:hover {
	display: block;
	width: 244px;
	height: 71px;
	text-decoration: none;
	background: url(../images/testbutton-off.gif) no-repeat;
}

.line2 {
	margin: 16px 0 0 0;
}

.line2 p {
	font-size: 11px;
}

.lcolumn #item2 {
	width: 250px;
	height: 395px;
	background: url(../images/lcolumn2.gif) no-repeat;
	padding: 10px;
}

.rcolumn {
	float: left;
	width: 498px;
	border: 1px dotted #c2c2c2;
	padding: 10px;
	margin: 0 0 0 10px;
}

.partners {
	margin: 54px 0 0 0;
	text-align: center;
}

.partners p {
	font-size: 10px;
	margin: 0 0 8px 0;
}

.footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 2px 0 0 0;
}



















