﻿#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 182px;
}
#tagline {
	position: absolute;
	top: 90px;
	left: 221px;
	width: 650px;
	height: 30px;
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-align: center;
}
#navbar {
	position: absolute;
	top: 150px;
	left: 221px;
	width: 650px;
	height: 35px;
	border-collapse: separate;
	border-spacing: inherit;
	table-layout: fixed;
}
#region {
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 920px;
	height: 900px
	;
}
#content {
	position: absolute;
	top: 190px;
	left: 160px;
	width: 720px;
	height: auto;
}
#title {
	position: absolute;
	top: 20px;
	left: 221px;
	width: 650px;
	height: 50px;
	font-family: Garamond;
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	vertical-align: middle;
	text-align: center;
}
#footer {
	position: absolute;
	top: 650px;
	left: 50px;
	width: 800px;
	height: 35px;
	font-size: x-large;
	font-family: "Calligraph421 BT";
	color: #000080;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.navbara {
	color: #000080;
	font-family: Verdana;
	margin-left: 5px;
	text-align: center;
	text-decoration: underline;
}
.navbara:hover {
	color: #000080;
	font-style: oblique;
}
.h1 {
	border-style: 0;
	border-color: 0;
	font-family: Verdana;
		font-size: large;
		color: #000080;
		text-align: center;
		border-width: 0px;
		padding: 3px;
		margin: 0px;
}
.r1 {
	border-style: 0;
	border-color: 0;
	font-family: Impact;
		font-size: x-large;
		font-weight: normal;
		color: #993366;
		text-align: center;
		border-width: 0px;
		padding: 3px;
		margin: 0px;
}
.g1 {
	border-style: 0;
	border-color: 0;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-family: "Comic Sans MS";
		font-size: x-large;
		color: #008000;
		text-align: center;
}
.x1 {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}
.x2 {
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
}
.x3 {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	text-align: left;
}
