#header
{
	display:block;
	height:60px;
	border:0;
	margin:0;
	padding:0;
}

.header_body
{
	background-image:url("../../images/header.bg.png");
	background-repeat:repeat-x;
	height:60px;
	float:left;
	line-height:60px;
}

.header_body img
{
	margin-top:5px;
}

#header_left
{
	background-image:url("../../images/header.left.png");
	background-repeat:no-repeat;
	width:10px;
	height:60px;
	float:left;
}

#header_right
{
	background-image:url("../../images/header.right.png");
	background-repeat:no-repeat;
	width:10px;
	height:60px;
	float:left;
}

#language_bar
{
	border:0px;
	display:block;
	height:20px;
	margin-left:20px;
	margin-right:60px;
	text-align:left;
	margin-bottom:10px;
}
