	#contentsplit {
		width: 380px;
	}
	
	#box {
		width: 180px;
		margin-left: 10px;
		margin-top: 20px;
		display: block;
		visibility: visible;
		display: block;
	}
	
	#boxheader, #boxbody, #boxfooter {
		width: 190px;
	}
	
	#boxheader {
		height: 106px;
		background: url(../templates/img/box_header.jpg) top left no-repeat;
	}
	
	#boxbody {
		background: url(../templates/img/box_bg.gif) top left repeat-y;
	}
	
	#boxbody a {
		color: #a1c13c;
		text-decoration: underline;
	}
	
	#boxbody a:hover {
		text-decoration: none;
	}
	
	#boxfooter {
		height: 9px;
		background: url(../templates/img/box_footer.gif) top left no-repeat;
	}
	
	#boxbody div {
		color: #a1c13c; font-weight: bold;
	}
