@charset "UTF-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight: normal;
	background:#000;
	margin: 0;
	padding: 0;
	border: 0;
}

.header{
	height: 166px;
	background-color: #000;
	background-position:center;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

.container{
	background-color:#272727;
	margin: 0 auto 20px auto;
	position:relative;
	width: 788px;
	padding: 30px;
	height: auto;
}

.leftBlock{
	float: left;
	width: 323px;
	height: 510px;
	xpadding: 10px;
	margin-bottom: 100px;
}

.rightBlock{
	float: left;
	width: 394px;
	height: 247px;
	margin-left: 30px;
	padding: 0 20px 20px;
	background-image:url(../images/rightBlock.gif);
}

.rightBlock2{
	float: left;
	width: 394px;
	height: 212px;
	margin-left: 30px;
	margin-top: 30px;
	padding: 0 20px 20px;
	background-image:url(../images/rightBlock2.gif);
}

.footer{
	background-color:#272727;
	width: 100%;
	height: 30px;
	clear: both;
}

/* Splash ------------------------------------
*/

.spContainer{
	margin: 100px auto;
	position: relative;
	width: 602px;
	height: 300px;
}

.spHeader{
	background-image:url(../images/logo.gif);
	height: 103px;
	width: 602px;
}

.spNL{
	width: 101px;
	height: 50px;
	float:left;
	text-align: center;
	margin: 20px 0 0 200px;
}

.spEng{
	width:101px;
	height: 50px;
	float:right;
	text-align: center;
	margin: 20px 200px 0 0;
}
