@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;
}
a:link {
	color: #f744a5;
	text-decoration: none;
}
a:visited {
	color: #f744a5;
	text-decoration: none;
}
a:hover {
	color: #f744a5;
	text-decoration: underline;
}
a:active {
	color: #f744a5;
	text-decoration: none;
}
#wrap {
	height: 100%;
    min-height:100%;
    position:relative;
}
#title {
	margin-bottom:60px;
}
.twoColFixLt #container {
	width:900px;
	background-image:url(../images/bg_main_content_2.png);
	background-repeat:repeat-y;
	background-position:left;
	float:right;
	text-align: left;
	margin-top:0px;
}
.twoColFixLt #container_studio {
	width:900px;
	background-image:url(../images/bg_main_content_white.png);
	background-repeat:repeat-y;
	background-position:left;
	float:right;
	text-align: left;
	margin-top:0px;
}
.twoColFixLt #mainContent {
	width:720px;
	background-image:url(../images/bg_main_content_fill.png);
	margin: 0 0 0 30px;
	vertical-align:top;
}
.twoColFixLt #mainContent_studio {
	width:800px;
	margin: 0 0 0 30px;
	vertical-align:top;
} 
.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;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
.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:370px;
	height:43px;
	margin-top:25px;
}
#bg_shadow {
	position:fixed;
	width:190px;
	height:100%;
	background-image:url(../images/bg_shadow.png);
	z-index:-1;
}
#bg_logo {
	position:absolute;
	height:153px;
	width:455px;
	background-image:url(../images/logo_overlay.jpg);
	z-index:-2;
	top: 3072px;
}
#divider {
	width:737px;
	left:-9px;
	margin-top:15px;
	position:relative;
}
#divider_footer {
	width:900px;
	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;
	}
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;
	}	
