#leftbox{
	float: left;
 margin-top: 10px;
 width: 550px;
 height: auto;
 border: solid 0px;
 border-color: red;

}

#rightbox{
	float: right;
 margin-top: 51px;
 width: 235px;
 height: 340px;
 border: solid 0px;
 border-color: red;
}

#title{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 545px;
	height: 20px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
}
#title2{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 800px;
	height: 50px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
}
#text{
	float: left;
	margin-top: 8px;
	width: 545px;
	height: auto;
	border: solid 0px;
	 border-color: red;
	 color:black;
	 font-size: 12px;
	text-align: justify;
}
#commentbox{
	float: left;
 margin-top: 15px;
 margin-bottom: 5px;
 width:545px;
 height: auto;
 border: solid 0px;
 border-color:blue;
color: black;
font-size: 12px;
text-align: center;
padding-top: 5px;

}
#parners{
	margin-top: 20px;
	margin-right: 30px;
	float: right;
	
	width: 168px;
	height: 162px;
	border: solid 0px;
	border-color: gray;
	background: url(images/parners.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
#excellent{
	margin-top: -15px;
	margin-right: 30px;
	float: right;
	
	width: 168px;
	height: 162px;
	border: solid 0px;
	border-color: gray;
	background: url(images/excellent.jpg);
	background-position: center;
	background-repeat: no-repeat;

}




.award a{
	margin-top: 10px;
	margin-right: 30px;
	float: right;
	
	width: 168px;
	height: 121px;
	border: solid 1px;
	border-color: gray;
	background: url(images/pride.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
.award a:hover {
	margin-top: 10px;
	margin-left: 30px;
	float: right;
	width: 168px;
	height: 121px;

	border: solid 1px;
	border-color: black;
	background: url(images/pride.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#titlesmall{
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	width: 230px;
	height: 40px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 17px;
}
#quote{
	
	position: absolute;
	margin-top: 225px;
	margin-left: 5px;
	width: 545px;
	height: 30px;
	border: solid 0px;
	 border-color: red;
	 color:#696969;
	 font-size: 15px;
	 text-align: center;
	 padding-top: 10px;
}
