﻿/* CSS layout */
* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url('images/navbg.gif');
	background-repeat: repeat-y;
}
#masthead {
	width: 750px;
	height: 100px;
	background-color: #d9d9a1;
	color: #484830;
}
#logo {
	position: absolute;
	width: 200px;
	height: 100px;
	margin-right: 550px;
}
#pic {
	position: absolute;
	width: 550px;
	height: 100px;
	margin-left: 200px;
}
#title {
	width: 750px;
	height: 100px;
	background-color: #484860;
	color: #d9d9a1;
}
#main {
	width: 750px;
	height:100%;
	
}
#navigation {
	float: left;
	width: 180px;
	text-align: left;
	padding: 10px;
	height: 100%;
	background-color: #829e65;
}
#content {
	float:right;
	width: 528px;
	padding: 10px;
	color: #181830;
	height: 100%;
	background-color: #d9d9a1;
}
#footer {
	clear: both;
}
/* navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: small;
}
#navigation li {
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:10px;
	padding: 0;
}
#navigation a {
	color: #181830;
	text-decoration: none;
	display: block;
	padding: 0px;
}
#navigation a:hover {
	color: #9999cc;
}
/* various text styles */
a {
	color: #181830;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #181830;
	text-decoration: underline;
}
.subhead {
	font-size: large;
	font-weight: bold;
	color: #181830;
}
.testimonial {
	font-size: small;
	font-style: italic;
	color: #181830;
}
.name {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #181830;
}

