﻿#header
{
	font-size: 0.8em;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header a:link
{
    color: #034af3;
    text-decoration: none;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
	position:absolute;
	left:80px;
	top:10px;
}

#header img
{
    border:0;
	position:absolute;
	left:20px;
	top:20px;
}

