body {
	width: 850px;
	color: black; 
	font-family: verdana; font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

h1	{color: black; font-family: arial; 
	font-size: 14pt;}
h2	{color: black; font-family: arial; 
	font-size: 12pt;}

#uber {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 850px;
    border: 1px black solid;
	border-width: 0px 1px 0px 1px;
}

#header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 850px;
	background: url('images/banner_yellow.gif') no-repeat;
	min-height: 125px;
	max-height: 125px;
}

* html #header {
	height: 125px;
}

#mainContent {
    width: 850px;
}

