#leftbox{
 float: left;
 margin-top: 10px;
 margin-bottom: 0px;
 width: 550px;
 height: auto;
 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;
}
#text{
	float: left;
	margin-top: 8px;
	width: 545px;
	height: auto;
	border: solid 0px;
	 border-color: red;
	 color:black;
	 font-size: 12px;
	text-align: justify;
}
#rightbox{
	float: right;
 margin-top: 51px;
 width: 235px;
 height: 230px;
 border: solid 0px;
 border-color: red;
 font-size: 12px;
 text-align: justify;
}
#titleright{
float: left;
 margin-top: 16px;
 margin-bottom: 5px;
 width: 230px;
 height: 20px;
 border: solid 0px;
 border-color: red;
 color:#7B3F00;
	 font-size: 18px;

}
#sign{
	margin-top: 43px;
	margin-right: 27px;
	float: right;
	
	width: 168px;
	height: 108px;
	border: solid 1px;
	border-color: gray;
	background: url(images/sign.jpg);
	background-position: center;
	background-repeat: no-repeat;

}