/* CSS Document */

body {
	background-image: url(../images/gr016.jpg);
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
#wrapper{
	width: 757px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	height: 140px;
	background-image: url(../images/homepage_02.jpg);
}
#bar1 {
	height: 27px;
	background-image: url(../images/homepage_04.jpg);

}
#bar2 {
	height: 27px;
	background-image: url(../images/homepage_05.jpg);
	padding-left: 2em;
	color: White;
}
#bar2 a {
	color: White;
}
#content {
	padding: 20px;
	background-image: url(../images/homepage_07.jpg);
	background-position: 520px 0px;
	background-repeat: no-repeat;
	background-color: #339999;
}
#footer {
	padding: 3px;
	text-align: center;
	background-color: #006666;
	color: white;
}
#footer a {
	color: white;
}
#sidebar {
	float: right;
	width: 150px;
	background-color: Gray;
	border: Black solid 1px;
	margin-top: 125px;
	margin-bottom: 2em;
	margin-right: 30px;
	margin-left: 20px;
	padding: .5em;
}
.quote {	
	font-family: "Lucida Calligraphy", "Lucida Handwriting", Papyrus, fantasy, cursive;
	text-align: center;
	clear: both;
	margin: 0 15% 0 15%;
	border: Black 1px solid;
	padding: .3em;
	}
	
.testimonial {
	margin: 0 2em 0 2em;
	font-family: courier, "Courier New";
}	
#sidebar .testimonial {
	margin:0;
	font-family: courier, "Courier New";
}

