﻿body
{
    font-family: verdana;
    font-size: 10pt;
}


DIV.header
{
	background-image: url(Images/NewREAAAlogo.jpg);
	background-position: center center;
	height: 144px;
	width: 600px;
	float: left;
	background-repeat: no-repeat;
}

DIV.browse
{
	background-color: #ffff33;
	width: 150px;
	float: left;
	font-family: Verdana;
	text-align: center;
	height: 100%;
}

DIV.content
{
	background-color: white;
	width: 450px;
	float: right;
	height: 100%;
}

div.advert
{
    height: 3cm;
    width: 5cm;
    clear: both;
}

h1
{
    text-align: center;
    font-family: verdana;
    color: #383480;
}
