.generalTb { 
	width: 800px; 
}
.content { 
	width: 600px; background-image: url(content.png); background-color: transparent; color: rgb(153, 153, 51); font-size: medium; font-style: normal; font-weight: normal; text-align: left; background-position: 0% 0%; background-repeat: repeat repeat; 
}
.side { 
	background-image: url(side.png); background-color: transparent; background-position: 0% 0%; background-repeat: repeat repeat; 
}
.general { 
	background-image: url(general.png); background-attachment: scroll; background-color: rgb(255, 153, 102); background-position: 0% 0%; background-repeat: repeat repeat; 
}
.banner { 
	height: 240px; color: rgb(255, 153, 102); font-size: large; font-style: normal; font-weight: bold; text-align: left; vertical-align: middle; background-image: url(banner.png); background-color: rgb(102, 102, 102); background-position: 0% 0%; background-repeat: repeat repeat; 
}
.title { 
	text-align: right; font-size: large; font-style: normal; font-weight: bold; padding-left: 30px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; background-color: transparent; background-position: 0% 0%; background-repeat: repeat repeat; 
}
.title a { 
	color: rgb(153, 102, 51); 
}
.title a:hover { 
	color: rgb(204, 204, 204); 
}
.footer { 
	height: 30px; background-color: rgb(255, 153, 153); color: rgb(102, 102, 102); font-size: xx-small; font-style: normal; font-weight: normal; text-align: center; background-position: 0% 0%; background-repeat: repeat repeat; 
}