/* Header */
.header
{
	background:url(../../Img/Header_red.png) repeat-x scroll center top transparent;
}

.header_logo
{
	float:left;
	margin-top:22px;
}

.header_logo_right
{
	float: right;
	margin-top: 10px;
	margin-right: 12px;
}

.header_home
{
	float:left;
	padding:3px 10px;
	margin-left:20px;
	background-color:#640000;
	border-radius:4px;
	color:#ffffff;
}

.header_home:hover
{
	color: #b5b5b5;
	background-color: #760000;
}

