﻿div#headerFrame
{
	background: #fff;
	width: 100%;
	height: 70px;
	padding-bottom: 4px;
}

div#header
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

div#header div#title
{
	width: 512px;
	background: #fff url('logo.jpg') no-repeat top left;
	float: left;
}

body
{
    background: #fff;
    font-size: .75em;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}



div#header div#title h1
{
	line-height: 70px;
	xtext-indent: -9999px;
}




