body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10px;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #fff6ca;
}
a {
	color: #000000;
}
a img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1023px;
}
	
#top {
	letter-spacing: 4px;
	padding-top: 2px;
}

#topbanners {
	float: right;
}

#banner {
	text-align: center;
	background-color: #000;
	padding: 1px 0px;
	margin-top: 2px;
	border-bottom: 1px solid #7b7b7b;
	margin-bottom: 5px;
}

#middle {
	padding-left: 1px;
	padding-right: 1px;
}

.box {
	padding: 2px;
	border: 1px solid black;
	background-color: #fff;
	margin-bottom: 3px;
}
.box h2, .box h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	font-family: Myriad Pro, Verdana;
	font-size: 14px;
}

.column {
	float: left;
	margin-right: 1px;
}

.column.left {
	width: 236px;
}

.column.left .ad {
	border: 1px solid black;
	line-height: 0px;
	margin-bottom: 3px;
}

.column.right .ad {
	border: 1px solid black;
	line-height: 0px;
	margin-bottom: 3px;
}

.column.middle, .column.middle-wide {
	margin: 0px 4px;
}
.column.middle {
	width: 474px;
}

.column.middle-wide {
	width: 777px;
	margin-right: 0px;
}

.column.right {
	margin-right: 0px;
	width: 302px;
}

#footer {
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

.box ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.box ul li a {
	color: #000;
	text-decoration: none;
	padding: 2px 0px;
	display: block;
}
.box ul li a:hover {
	text-decoration: underline;
}

.clr {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.categoryItem {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
}
.categoryItem.last {
	border-bottom: 0;
}

.categoryItem .box {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 305px;
	margin-left: 5px;
	border: 0;
	padding: 0;
}
.categoryItem .box a {
	width: auto;
}

.categoryItem a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 150px;
	overflow: hidden;
}
