body {
	background: url('../img/background.jpg') #d4d4d4 repeat-y;
	background-position: top center;

	font-family: arial, helvetica;
	font-size: 12px;
	color: #343434;

	margin: 0px;
	padding: 0px;
	
	text-align: center;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #343434;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 930px;
	padding-top: 10px;
}

#header {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}

.item {
	width: 205px;
	/*background: url('../img/bg_item.jpg');*/
	background: #ebebeb url(../img/bg_item.jpg) repeat-x;
	padding: 10px;
}

.itemSpace {
	width: 10px;
}

.item img {
	margin: 8px;
	padding: 2px;
	border: 1px solid #999999;
}

#ad {
	float: left;
	position: relative;
	height: 0px;
	width: 0px;
	overflow: visible;
	z-index: 100;
}

#sidebar {
	width: 175px;
	height: 580px;
	background: #cccccc;
	float: left;
	padding: 10px;
}

#mainarea {
	width: 725px;
	float: right;
}

.divider {
	border-top: 1px solid #AAAAAA;
	margin-top: 3px;
	display: block;
	width: 125px;
	font-size: 6px;
}
