#leftbox {
	float: left;
	width: 202px;
}

#rightbox {
	float: right;
	width: 202px;
}

#centerbox {
	width: 313px;
	margin: 0 auto 0 auto;
}

.full {
	width: 100%;
	background: #3C3C3C;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
}

.smallnews {
	background:  url(../images/boozeheadernews202.jpg);
	height: 33px;
}

.smallshows {
	background:  url(../images/boozeheadershows202.jpg);
	height: 33px;
}

.fokus313 {
	background:  url(../images/boozeheaderfokus313.jpg);
	height: 33px;
}

.smalltext {
	background:  url(../images/textbg202.jpg);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.text313 {
	background:  url(../images/textbg313.jpg);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.smallfoot {
	background:  url(../images/footbg202.jpg);
	height: 24px;
}

.foot313 {
	background:  url(../images/footbg313.jpg);
	height: 24px;
}

dl {
	list-style-type: none;
	font-size: 10px;
}

dt {
	font-weight: bold;
	margin-top: 5px;
}

dd {
	margin-left: 5px;
}



