body{
	background-color:#000000;
	margin:20px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#FFFFFF;
}

a, a:visited{
	color:#5e5d5d;
	text-decoration:none;
}

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

h1, h2, p, form{
	margin:0px;
}

h1{
}

p{
	padding:5px 0px;
	line-height:1.5em;
}

img{
	border:0px;
}

form{
	display:inline;
	padding:0px;
}

.clear{
	clear:both;
	font-size:1px;
}

/*  ------------------------------------------------- */

#wraper{
	width:800px;
	padding:7px;
	margin:auto;
	background-color:#101010;
}

#SecondWrapper{
	width:773px;
	background-color:#1e1716;
	padding:30px 13px 13px 13px;
}
.headerBlock{
	border-top:2px solid #4f4b49;
	width:100%;
}

.conetentBlock{
	background-color:#080808;
	width:98%;
	padding:7px;
}

.menuBlock{
	background-image:url(images/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin-bottom:10px;
	width:758px;
}

.imgFloatLeft{
	margin-right:5px;
	float:left;
}

.FirstFooter{
	border-botom:2px solid #4f4b49;
	width:100%;
	font-size:120%;
	font-style:oblique;
	margin:5px 0px 5px 0px;
}

.FirstFooter .floatLeft{
	float:left;
	width:630px;
}
.FirstFooter .floatRight{
	float:right;
	font-weight:bold;
	font-size:110%;
	width:105px;
}

.secondFooter{
	color:#5e5d5d;
	font-size:85%;
	width:100%;
}

.secondFooter .floatLeft{
	width:330px;
	float:left;
}
.secondFooter .floatRight{
	width:330px;
	float:right;
	text-align:right;
}

.darkFooter{
	width:766px;
	padding:10px;
	margin:auto;
	font-size:100%;
	color:#FFFFFF;
}