body {
	margin-left: 0;
	margin-right: 0;
}
#contentWrapper {
	height: 800px;
	min-width: 800px;
	width: 100%;
	padding-top: 70px;
}
#headerImage {
	background-image: url('../assets/images/logo.png');
	width: 300px;
	height: 59px;
	margin-left: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
}
#mainNav {
	background-image: url('../assets/images/nav.png');
	background-repeat: repeat-x;
	min-width: 850px;
	width: 100%;
	height: 40px;
	margin-bottom: 0px;
}
#mainNav ul {
	padding-top: 5px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#mainNav ul li {
	width: 50px;
	height: 50px;
	margin-right: -5px;
	display: inline;
}
#mainNav ul li:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.link {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 17px 5px 17px;
}
.link:hover {
	color: #000000;
	background-color: #b3b3b3;
}
#bioPhoto {
	width: 333px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#photo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#welcome {
	width: 70%;
	min-width: 645px;
	max-width: 780px;
	height: 200px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#bio {
	width: 70%;
	min-width: 585px;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#bioText p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
	color:  rgb(153, 153, 153);
}
#welcome p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
	color:  rgb(153, 153, 153);
}
#footer {
	background-color: #808080;
	min-height: 30px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0px;
	opacity: 0.97;
	text-align: left;
	z-index: 1000;
}
#footerp {
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
}
.copyright {
	float: left;
	width: 330px;
	padding-left: 15px;
}
.contact {
	float: right;
	padding-right: 15px;
}
#testimonials {
	width: 65%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#testimonials h2 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}
#testimonials a, #testimonials p {
	color: #000000;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
}
#testimonials a:hover {
	color: #7B8672;
}
#testimonials p {
	margin-bottom: 25px;
}
.t {
	padding-bottom: 20px;
}
.t_last {
	padding-bottom: 50px;
}


/*Menu*/
#menucontentWrapper {
	background-image: url('../assets/images/nav.png');
	width: 100%;
	height: 30px;
	padding: 0px 0 3px 0;
}
#menuWrapper {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	padding-left: 30px;
	width: 100%;
	float: left;
	padding-top: 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 6.2em;
	float: left;
}
.sub, #menu h2 {
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 5px;
}
#menu h2, #menu li h2 a {
	color: #FFFFFF;
	text-transform: lowercase;
}
#menu ul li h2:hover {
	background-color: #2E37C1;
}
.sub {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
	padding: 5px;
	width: 130px;
}
.sub:hover {
	color: #FFFFFF;
	background-color: #2E37C1;
}
#menu li {
	position: relative;
}
#menu li a {
	display: block;
}
#menu li h2 {
	text-align: center;
}
#menu li h2, #menu li h2 a{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li h2:hover, #menu li h2 a:hover {
	color: #FFFFFF;
}
#menu ul ul ul {
	postiion: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}