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

#ad_wrapper {
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
}

#column_wrapper {
	background-image: url(../images/bg_advertise_middle.jpg);
	background-repeat: repeat-y;
	margin-top:30px;
	margin-left:40px;
	margin-bottom:20px;
	position:relative;
}

#column_header {
	margin-top:10px;
	width:850px;
}

#column_header p {
	font-weight:normal;
	color:#000000;
	margin:0;
	line-height:1.4em;
}

#columnPic {
	text-align:center;
	margin-top:20px;
}

#columnButtons {
	width:207px;
	position:absolute;
	bottom:20px;
	text-align:center;
}

#column_top {
	background-image: url(../images/bg_advertise_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#column_bottom {
	background-image: url(../images/bg_advertise_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	margin-top:40px;
}

#center {
	width: 224px;
	float: left;
}

#left {
	width: 224px;
	float: left;
}

#right {
	width: 224px;
	float: left;
}

#farRight {
	width: 224px;
	float: left;
}

#center .content {
	padding: 35px 12px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#left .content {
	padding: 35px 12px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#right .content {
	padding: 35px 12px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#farRight .content {
	padding: 35px 12px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.content p {
	margin: 12px 0;
}

#posTop {
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	width:900px;
	height:23px;
	padding-top:7px;
	font-weight:bold;
	font-size:1em;
}

#posTop a, #posTop a:focus, #posTop a:active, #posTop a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#posTop a:hover {
	color:#F8F361;
	text-decoration:underline;
}

.tableHeader {
	background-color:#000000;

}

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


