@charset "utf-8";
/* CSS Document */

#cont {
	margin-bottom: 20px;
}

.box {
	background-image: url(../img/layout/dot.gif);
	background-repeat: repeat-x;
	background-position: -3px bottom;
	padding-bottom: 8px; 
	font-variant: small-caps; 
	font-size: 14px; 
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#box {
	width: 175px;
}

#r_sponsor {
	width: 380px; 
	padding-left: 20px;
	background:url(../img/layout/dot.gif) left repeat-y;
}

p.head_sponsor {
	font-weight: bold;
	margin-bottom: 0 !important;
}

p.end_sponsor {
	border-bottom: 1px solid #6d4627; 
	padding-bottom: 5px;
	padding-top: 0px !important;
}

.last_sponsor {
	margin-bottom: 0 !important;
}

.threecol {
	float: left;
}
	.threecol ul li {
		list-style: none outside !important;
		line-height: 1.1em;
		margin-bottom: 8px;
	}
	
	.threecol1 {
		width: 171px;
		padding: 0 15px 0 0;
	}
	.threecol2 {
		width: 171px;
		padding: 0 15px 0 15px;
		border-left: 1px solid #89593a;
		border-right: 1px solid #89593a;
	}
	.threecol3 {
		width: 172px;
		padding: 0 0 0 15px;
	}