/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color:#B40101;
}

a:hover{
	font-weight: bold;
}
	
a:visited{}

#container{
	width: 900px;
}

#header{
	background: url(images/header.jpg);
	height: 147px;
}

#menubar{
	background: url(images/topbar.jpg);
	height: 34px;
	width: 700px;

}

#content{}

#content p{
	padding: 10px 10px 0px 30px;
}

#content h3{
	padding-top: 20px;
}

#footer{
	background: url(images/footer.jpg);
	height: 64px;
	padding: 200px 0 0 75px;
	text-align: center;
	font-size: 12px;
	line-height: 125%;
}
#footer2{
	height: 64px;
	padding: 20px 0 0 75px;
	text-align: center;
	
}

.floatRight{
	float:right;
	padding: 0 0 10px 10px;
}

#testimonial{
	text-align: justify;
}