/* CSS Document */

body{
	background-color: #B87E3E;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/testimonial_page_background.jpg);
}

#logo{
	margin-left: 55px;
}

a {
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #0E03F9;
}

#bodyContainer{
	margin: 0px;
	width: 1024px;
	height: 690px;
}
#topContactInfo{
	width: 300px;
	position: absolute;
	font-size: 10px;
	line-height: 16px;
	top: 25px;
	left: 666px;
	text-align: justify;
	z-index: 2;
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
   padding: 5px;
   font-weight:bold;
}
#topNavigation{
	margin-left: 60px;
	width: 987px;
	margin-top: 20px;
	height: 26px;	
}

#navItem{
	float: left;
	margin-right: 40px;
}
#footer{
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	margin-top: 30px;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
}
#normalBody{
	margin-left: 0px;
	margint-top: 50px;
	width: 987px;
	height: 675px;
	background-image: url(../images/testimonial_body.jpg);
	background-repeat: no-repeat; 
}
#leftTestimonial{
	position: absolute;
	left: 30px;
	top: 480px;
	font-family: Courier;
	width:250px;
}

#centerTestimonial{
	position: absolute;
	left: 280px;
	top: 230px;
	font-family: Courier;
	width:300px;
	font-size: 14px;
}

#hiddenPrint{
	display:none;
	visiblity:true;
}