﻿body 
{

}

.toolbar
{
 width: 1024px;
 height: 50px;
 background-color: White;	
 border-top: 1 5px black;
 }

.middle
{
 width: 1024px;
 background-color: #580416;
 }

.footer
{
 width: 1024px;
 height: 100px;
 background-color: Black;
 color: #ffffff;
 text-align: center;
}

.titlebar
{
 width: 765px;
 height: 62px;
 background-color: #b7a591;
 text-align: center;
 font-family: Algerian;
 font-size: 50px;
 font-weight:bold;
 }
 
 .defaulttext1
{
 width:500px;
 text-align: left;
 font-family: Times New Roman;
 font-size: 25px;
 color: #ffffff;
 }
