body p{
	font-size: 1.1em;
	margin-bottom: 1em;
}

#wrapper {
	display: block;
	width: 950px;
	border: 4px solid black;
	background-image: url(../images/PageBackground.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}

#header {
	display: block;
	width: 950px;
	height: 130px;
	background-image: url(../images/HeaderImage.jpg);
	margin-bottom: 10px;
}

#left {
	display: block;
	width: 150px;
	height: 509px;
	background-image: url(../images/LeftBackground.png);
}

#titlebar {
	display: block;
	width: 790px;
	height: 46px;
	background-image: url(../images/TitleBarBackground.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#titlebar p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	padding-top: 3px;
	padding-left: 15px;
}

#right {
	display: block;
	width: 270px;
	height: 453px;
	background-image: url(../images/RightBackground.png);
}

#top_picture {
	padding-top: 14px;
	padding-left: 13px;
}

#bottom_picture {
	padding-top: 10px;
	padding-left: 13px;
}

#top_picture img, #bottom_picture img {
	border: 2px solid black;
}

#footer {
	display: block;
	width: 950px;
	height: 40px;
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	padding-top: 7px;
}

#disclaimer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#home_box {
	display: block;
	width: 505px;
	height: 325px;
	background-image: url(../images/HomeBox.png);
	background-repeat: no-repeat;
}

#left ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
	z-index: 1;
}

#left ul.menu li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	z-index: 1;
}

#left ul.menu li a {
	color: black;
	text-decoration: none;
	z-index: 1;
}

#left ul.menu li:hover a {
	color: white;
}

#left ul.menu, #left ul.menu li {
	position: relative;
	list-style: none;
	z-index: 1;
}

#left ul.menu li a {
	display: block;
	color: black;
	text-decoration: none;
	z-index: 1;
}

#left ul.menu li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
}

#left ul.menu li:hover ul {
	top: 0;
	left: 8em;
	width: 10em;
	z-index: 99;
	background-color: white;
	border: 2px solid black;
	list-style: none;
	z-index: 99;
}

#left ul.menu li:hover ul li {
	z-index: 10;
	width: 10em;
	font-size: 0.9em;
	background-color: white;
	z-index: 99;
}

#left ul.menu li:hover ul li a {
	color: black;
	z-index: 99;
}

#left ul.menu li:hover ul li:hover {
	background-color: #847F8A;
	z-index: 99;
}

#left ul.menu li:hover ul li:hover a {
	color: white;
	z-index: 99;
}

ul.page_listing {
	list-style: none;
}

ul.subpage_listing {
	list-style: none;
}

.message {
	width: 350px;
	height: 75px;
}

.name {
	width: 250px;
}

.email {
	width: 300px;
}

.phone {
	width: 150px;
}