@charset "UTF-8";
body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	background-image:url(../images/concrete_bg_offset.jpg);
	padding: 0;
	margin:0px;
	text-align: center;
	color: #000000;
}
#wrap {
	height: 100%;
    min-height:100%;
    position:relative;
}
.twoColFixLt #container {
        position:fixed;
	width:100%;
        height:100%;
	background-image:url(../images/bg_main_content_2.png);
	background-repeat:repeat-y;
	background-position:right;
	text-align: right;
        z-index:-1;
}
.twoColFixLt #mainContent {
	width:720px;
	background-image:url(../images/bg_main_content_fill.png);
	margin: 0 150px 0 30px;
	vertical-align:top;
        float:right;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	position:relative;
	width:100%;
	height:40px;
}
#buttons {
	float:right;
	width:359px;
	height:43px;
	margin-top:25px;
}
#bg_shadow {
	position:fixed;
	width:190px;
	height:100%;
	background-image:url(../images/bg_shadow.png);
	z-index:-1;
}
#divider {
	width:737px;
	left:-9px;
	margin-top:15px;
	position:relative;
}
#slider ul, #slider li{
	margin:0;
	padding-left:11px;
	list-style:none;
	}
#slider, #slider li{
	position:relative;
	left:-4px;
	width:360px;
	height:150px;
	overflow:hidden;
	text-decoration:
	}
span#prevBtn a{
	display:block;
	background: url('../images/prev.png') no-repeat;
	width:50px;
	height:16px;
	float:left;
	}
span#nextBtn a{
	display:block;
	background: url('../images/next.png') no-repeat;
	width:50px;
	height:16px;
	float:right;
	}	
