/* CSS Document */

.background_pattern_left{
	position:absolute;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	width:50%;
	height:100%;
	left:0px;
	z-index: -1;
}

.background_pattern_right{
	position:absolute;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	width:50%;
	height:100%;
	right:0px;
	z-index: -1;
}

.main_container{
	position: relative;
	z-index: 1000;
}

.border_left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

tagbar {
	overflow: hidden;
	color: #000000;
}

#tagbar a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	__text-transform: uppercase;
	border: 0;
	padding: 5px 9px;
	text-decoration: none;
}

ul#tagbar li a {
	_display: block;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #111;
	font-weight: bold;
	__text-transform: uppercase;
	border: 0;
	padding: 10px 9px;
	text-decoration: none;
}

#tagbar a:hover {
	____line-height: 20px;
	____background-color: #C58144;
	text-decoration: underline;
}

ul#tagbar, ul#tagbar li a {
	background-color: transparent;
}