#header
{
	height: 120px;
	width: 100%;
	background-color: #1f1f1f;
}

#header_inside
{
	width: 770px;
	height: 120px;
	border-right: 1px solid #a1a1a1;
}

#header_inside p
{
	height: 20px;
	text-align: right;
	margin: 0;
	padding: 10px 10px 0 0;
}

#logo
{
	height: 40px;
	width: 200px;
	float: left;
}

#logo h1
{
	margin: 0;
	padding: 10px 0 0 20px;
	float: left;
}

#logo a
{
	color: #f1f1f1;
}

#logo a span
{
	color: #af0000;
}

#logo a:hover
{
	text-decoration: none;
}

#language
{
	height: 20px;
	width: 300px;
	float: right;
}

#language a
{
	color: #f1f1f1;
}

#language a:hover
{
	text-decoration: underline;
}

#menu
{
	display: block;
	clear: both;
	width: 100%;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	width: 75px;
	float: left;
	border-left: solid 1px #515151;
}


#menu ul li a
{
	color: #f1f1f1;
	display: block;
	width: 75px;
	line-height: 40px;
	height: 40px;
	padding: 40px 0 0 0;
	text-align: center;
	text-decoration: none;
}

#menu a.current, #menu a:hover
{
	background: #fafafa;
	color: #000000;
	font-weight: bold;
}

#footer
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 100%;
	background: #1f1f1f;
}

#footer_inside
{
	clear: both;
	height: 40px;
	width: 770px;
	background: #1f1f1f;
	border-right: 1px solid #a1a1a1;
}

#footer_inside p
{
	float: left;
	color: #f1f1f1;
	padding: 10px 0 0 20px;
}

