/*--HEADER--*/
#header{
padding:0;
margin:0;
min-height:90px;
width:100%;
background:#75102D url(rcs_header_back.gif)
			repeat-x top left;
}

#header h1{
padding:0;
margin:0;
width:238px;
height:90px;
display:block;
float:left;
background:#75102D url(rcs_header_logo.gif) 
			no-repeat top left;
}

#header #contact{
padding:0;
margin:1em 1em 0 0;
font-size:1em;
font-weight:bold;
text-align:right;
color:#F1E9D3;
float: right;
}

#header #contact a{
color:#F1E9D3;
}
#header #contact a:hover{
color:#FFFFFF;
}
