/* CSS Document */
#media-left {
	width: 285px; height: 10px;
	float: left;
}
#media-right {
	width: 485px;
	margin: 0;
	padding: 0 0 40px 0;
	float: left;
}
a {
	color: #d5d0b9;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#000000;
	background-color: #CCCCCC;
}
.left {
	padding: 0;
	margin: 0;
	float: left;
}
.positioning {
	left: 280px;
	bottom: 0;
	float: left;
}
.positioning2 {
	left: 419px;
	bottom: 0;
	float: left;
}
.middle {
	width: 165px;
	padding: 0 0 0 10px;
	float: left;
}
.right {
	width: 165px;
	padding: 0 0 0 12px;
	float: left;
}
#pagecontent img {
	margin: 0 0 0 32px;
}
.clear {
	padding: 20px 0 0 0;
	clear: both;
}