body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}

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

#inner_container {
	width:710px;
	margin-left:34px;
	margin-right:56px;
	background-image:url(images/graphics_stroke.png);
	background-repeat:no-repeat;
	background-position: 88% 100%;
}

#content_block {
	width:100%;
	background:url(images/logo.png) no-repeat top right;
}

#slogan_block {
	width:100%;
	height:82px;
	background:url(images/slogan_black.png) no-repeat center left;
}

#menu_block {
	width:27px;
	margin-left:18px;
	float:left;
	position:relative;
	top:25px;
}

#content{
	width:536px;
	margin-left:45px;
}

#copyright_block{
	width:514px;
	margin-left:45px;
	margin-top:5px;
}

h2 {
	font-family:Tahoma;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

h3 {
	font-family:Tahoma;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
}

.black {
	color:#ed1b24;
}

.content_white {
	color:#ffffff;
}

.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:9px;
	text-decoration:none;
}

.copyright a{
	color:#000;
	text-decoration:none;
}

.copyright a:hover{
	color: #F90;
	text-decoration:none;
}