@CHARSET "ISO-8859-1";

/* Top Section =========================== */
#sidebar {
	width: 157px;
	height: 189px;
	background: url('../images/sidemenu.jpg') top left no-repeat;
	float: left;
	padding-top: 210px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;

}

#sidebar p {
	padding-left: 5px;
}

#sidebar form {
	padding-left: 5px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}


/* Bottom ================================ */
#bottom {
	background: #fff;
}

#bottom-left {
	width: 310px;
	float: left;

}

#bottom-middle {
	width: 348px;
	float: left;
	padding: 15px 20px 10px 0;
	flaot: left;
}

#bottom-middle-wide {
	width: 630px;
	float: left;
	margin-left:20px  !important;
	margin-left:10px;
	padding: 15px 20px 10px 0;
	flaot: left;
}

#bottom-right {
	width: 290px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

/* Footer ================================ */
/*
#footer {
	margin-top: 30px;
}

#footer-left {
	color: #ededed;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 500px;
	float: left;
}

p.links {
	color: #a6c0dc;
}

#footer-left a {
	color: #a6c0dc;
	text-decoration: none;
}

#footer-right {
	width: 250px;
	float: right;
}
*/