body	{
	width:800px;
	padding-left:50%;
	}

#frame	{
	width:800px;
	margin-left:-400px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	}

#header {
	width:800px;
	font-size: 36px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background: white;
	}

#bar	{
	width:800px;
	height:5px;
	background: red;
	}

#main	{
	width:740px;
	text-align: justify;
	font-size: 14px;
	margin-left: 15px;
	padding-right: 15px;
	background: white;
	border-left: 1px solid #6A6A6A;
	padding-left: 10px;
	margin-bottom: 10px;
	}

#navbar	{
	/* Grey background here */
	background: #808080;
	height:40px;
	text-align: center;
	font-weight: bold
	}

#navbar a {
	text-decoration:none;
	color: white;
	margin-right: 40px;
	line-height: 40px
	}


#navbar a:hover {
	color: red;
	}

#bottombar {
	background: #808080;
	width:800px;
	height:30px;
	float:left;
	padding:0;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	}

#bottombar a {
	text-decoration:none;
	color: white;
	}


#bottombar a:hover {
	color: red;
	}

#map {
	width:1200px;
	margin-left:-600px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	}

h1	{
	border-bottom: 1px solid #808080;
	}

h2	{
	border-bottom: 4px solid red;
	font-size: 22px;
	}

h3	{
	font-size: 18px;
	border-bottom: 1px solid #808080;
	}

h4	{
	font-size: 18px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}

h5	{
	font-size: 14px;
	border-bottom: 1px solid #808080;
	}

h6	{
	font-size: 16px;
	text-align: center;
	font-style: italic; 
	}

