body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #222;
}
#bw_customstyle_background_effect {
	padding: 20px 0;
}
.bw_customstyle_navigation_active_background_color a {
}
#header {
	position: relative;
}
#effect {
	background: url('images/effect.png') bottom left repeat-x;
	width: 100%;
	height: 21px;
	bottom: 0px;
	position: absolute;
	z-index: 99;
}
* html #effect {
	display: none;
}
ul {
	margin-left: 15px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrap {
	margin: 0 auto 10px auto;
	background: #000;
	padding: 5px;
	width: 920px;
}
#wrap_inner {
	width: 900px;
	background: #fff;
	padding: 10px;
}
#header h1 { 
	font-size: 24px;
	padding: 11px 0 10px 10px;
	color: #333333;
	float: left;
	font-weight: normal;
}
#header h2 {
	padding: 12px 10px 0 0;
	color: #333333;
	float: right;
	font-weight: normal;
}
h2 {
/*	color: #333333;*/
	font-size: 14px;
}
#menu {
	height: 27px;
	line-height: 27px;
	background: #000;
}
#content {
	padding: 0 0 20px 0;
/*	overflow: auto;*/
}
.right {
	float: right;
	width: 670px;
	padding: 10px 10px 0 0;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
}
.right h2 a {
	text-decoration: none;
}
.navigation {
	float: left;
	width: 190px;
	padding: 10px 0 0 10px;
	color: inherit;
}
.navigation h2 {
	font: normal 16px Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
	border-bottom: 1px solid black;
}
.navigation h3 {
	margin: 1em 0 5px;
}
.navigation ul {
	padding: 0 0 10px;
	list-style: none;
	margin: 0px;
}
.navigation li {border-bottom: 1px dotted #b1b1b1;}
.navigation li a {
	font-size: 13px;
	display: block;
	padding: 6px 0 6px 11px;
	text-decoration: none;
	width: 95%;
}
#footer {
	text-align: center;
	font-size: 13px;
	color: #000;
}
