body {
	margin: 0px;
	width:1024px;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat;

}

#container {
	width:680px;
}

#header {
	z-index:0;
}


#leftbar {
	margin: 0px;
	float:left;
}
#rightbar {
	margin-left:-3px;
}

#menu {
	top: 90px;
	left: -200px;
	z-index: 1;
	position: absolute;
	display:none;

}

#menu li {
	width: 100px;
	border: medium groove #FF6600;
	list-style-type: none;
	text-align:center;
	padding: 0px;
	margin-bottom: 4px;
	color: #FFFFFF;
	background-color: #FF6600;
}

#menu li:hover {
	color: #FFFF00;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	font-weight: bold;
	color: #000099;
}

#content {
	margin-left: 150px;
}

#content p {
	text-align: justify;

}
#testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #003300;
	background-color: #7DAEF9;
	display: inline;
	float: left;

}

