@charset "utf-8";
/* CSS Document */

#bannerleft
{
	PADDING-LEFT: 5px;
	FLOAT: left;
	WIDTH: 256px;
	COLOR: #000000;
	HEIGHT: 285px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	background-image: url(../../images/banner_left.jpg);
}

#strips {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
	#strips li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	#content #strips li {list-style-image: none;}
	#strips a {
	display:block;
	background-color: #E8E8E8;
	color: #09F;
}
	#strips a:hover { background-color: #fff;}
