@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-color:#000;
	background-image:url(../images/mainBack.jpg);
	background-position:238px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed; 
}

ul, ol {
	list-style:none;
	padding:0;
	margin:0;
	}
#navBtns li{
	width:187px;
	height:37px;
	background-image:url(../images/nav/navBtn.jpg);
	background-repeat:no-repeat;
	margin-left:12px;
	margin-bottom:2px;
	}	
	
#container{
	width:1000px; 
	padding:0;
	margin:0;
	}

#sidebar1 {
	float: left; 
	width: 238px;
	height:100%;
	margin:0;
	padding:0; 
	background:#EBEBEB;
	background-image:url(../images/navTile.jpg);
	background-repeat:repeat-y;
	}

#nav{
	padding-top:280px;
	}

#brand{
	width: 238px;
	height:755px;
	background-image:url(../images/navBack.jpg);
	background-repeat:no-repeat;
	}
#mainContent { 
	margin-left:240px; 
	margin-top:0px;
	padding:20px;
	padding-right:50px;
	width:634px;
	} 
ul#gallery li{
	display:inline;
	padding:2px;
	text-decoration:none;
	border:none;
	}
img{
	border:0;
	}	
.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;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
}
.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;
}