/* CSS Document */

body {
	background-image:url(../images/wlighting_bg.gif);
	background-repeat:repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}

.barleft {
	/*background-color:#8a835b;*/
	height:547px;
	background-image:url(../images/bg_sides.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	opacity: .70;
	filter:alpha(opacity=70);
	/*border: 1px solid #302d1c;
	margin-top: 120px;*/
}

.barright {
	/*background-color:#8a835b;*/
	height:547px;
	background-image:url(../images/bg_sides.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	opacity: .70;
	filter:alpha(opacity=70);
	/*border: 1px solid #302d1c;
	margin-top: 120px;*/
}

.main {
	border-top: 1px solid #302d1c;
	font-size:12px;
	
}

.top {
	height: 0px;
}

.footer {
	background-color:#201d1d;
	opacity: .60;
	filter:alpha(opacity=60);
	border-top: 1px solid #302d1c;
	height: 100%;
}

.footer_copy {
	color:#fff;
	font-size:9px;
	margin-left: 20px;
	margin-top: 15px;
}

.footer_copy a:link { text-decoration: none; color: #fff; font-weight:bold; }
.footer_copy a:visited { text-decoration: none; color: #fff; font-weight:bold; }
.footer_copy a:hover { text-decoration: underline; color: #fff; font-weight:bold; }
.footer_copy a:active { text-decoration: none; color: #fff; font-weight:bold; }