/* CSS Document */

body {
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-align:center;
	margin:0;
	background-color:#363636;
}


.wrapper{
	width:770px;
	background-color:#803C6B;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	border-left-style:solid;
	border-left-width: 8px;
	border-left-color: #1D0204;
	border-right-style:solid;
	border-right-width:8px;
	border-right-color:#1D0204;
	border-top-style:solid;
	border-top-width:8px;
	border-top-color:#1D0204;
	border-bottom-style:solid;
	border-bottom-width:8px;
	border-bottom-color:#1D0204;
}

#nameHeader {
	width:770px;
	height:350px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#highlights{
	background-color:#36041E;
	border-bottom-style:solid;
	border-bottom-width:8px;
	border-bottom-color:#1D0204;
	height:200px;
	padding:10px;
	color:#6FB70B;
	font-size:small;
	text-align:center;
	font-weight:bold;
}

#highlights img{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

#testimonials{
	float:right;
	padding:10px;
}
#content {
	float:left;
	width:500px;
	height:100%;
	padding:8px;
	min-height:400px;
	padding-bottom:8px;
	padding-left:20px;
	background-color:#803C6B;
	color:#CCCCCC;
}

#content td{
	padding:0px;
}
#content p{
	padding:20px;
}

#content a{
	text-decoration:none;
}

#content a:link{
	color:#6FB70B;
}

#content a:visited{
	color:#6FB70B;
}

#content a:link:hover, #content a:visited:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


#testimonials{
	float:right;
	width:200px;
	height:100%;
	padding:10px;
	background-color:#803C6B;
	font-size:small;
}

#testimonials tr{
	background-image:url(images/testimonial.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#testimonials td{
	color:#CCCCCC;
	padding:15px;
	vertical-align:text-top;
}
#testimonials a{
	text-decoration:none;
}

#testimonials a:link{
	color:#6FB70B;
}

#testimonials a:visited{
	color:#6FB70B;
}

#testimonials a:link:hover, #testimonials a:visited:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#footer {
	width:770px;
	height:200px;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	border-top-style:solid;
	border-top-width:8px;
	border-top-color:#1D0204;
}

#footer a{
	padding: 20px 8px 8px 8px;
	text-decoration:none;
}

#footer a:link{
	color:#000000;
}

#footer a:visited{
	color:#000000;
}

#footer a:link:hover, #footer a:visited:hover{
	color:#FFFFFF;
}

