﻿#wrapper {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url('../Images/header.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
	position: relative;
	height: 175px;
	margin-bottom: 30px;
	width: 1000px;
}
#title {
	position: absolute;
	top: 30px;
	left: 23px;
}
#location {
}
#main {
}
#content {
	width: 35%;
}
#sidebar {
	border: 1px solid #3399FF;
	width: 60%;
}
#menu {
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.title1 {
	font-size: 72px;
	text-transform: uppercase;
	display: block;
	font-style: italic;
	color: #666666;
	font-family: "Perpetua Titling MT";
}
.title2 {
	text-transform: uppercase;
	font-size: 45px;
	color: #666666;
	font-family: "Perpetua Titling MT";
	font-weight: bold;
}
.location {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 1.3em;
	font-weight: bold;
}
.location1 {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 1.3em;
	font-weight: bold;
}
.phone {
	position: absolute;
	right: 20px;
	top: 50px;
	font-weight: bold;
	font-size: 1.2em;
}
.email {
	position: absolute;
	right: 20px;
	top: 70px;
	font-weight: bold;
	font-size: 1.2em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#before {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#after {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
h3 {
	font-family: "Bell MT";
	font-size: 1.2em;
	text-transform: uppercase;
	border-style: solid;
	border-width: thin;
	text-align: center;
	color: #333333;
}
#menu ul li {
	padding: 7px 15px 7px 15px;
	float: left;
	display: block;
	width: 166px;
	background-color: #99CCFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	text-align: center;
	color: #666666;
}
body {
	background-color: #EAEAFF;
}
#menu ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 1.2em;
}
#menu ul li a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
h4 {
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #3399FF;
	color: #333333;
	text-transform: uppercase;
}
.aligncenter {
	text-align: center;
}
