/* CSS Document */

/* page positioning */
#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 

.bg {
	background-color: #140d0c;
	margin:0 0 0 0;
	background-attachment: scroll;
	
}
#outerWrapper2 {
	margin: 0 auto 0 auto;
	min-height: 100%;
	background: url(images/bgrepeating.jpg) repeat-y scroll left top;
}
* html #outerWrapper2 { height:100% }
#outerWrapper {
		margin: 0 auto 0 auto;
		min-height: 100%;
		height: 100%;
		min-height: 100%;
	background: url(images/bg.jpg) no-repeat left top;
		/*random images in this style in the html*/
}
* html #outerWrapper { height:100% }
#wrapper {
	position: relative;
	clear: both;
	min-height: 741px; /*Mozilla - CSS2*/
	height: auto;
	width: 800px;
	padding-bottom: 0px;
	margin: 0 auto 0 0;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/

#nav {
		width: 770px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index:3;
}

#main {
float: left;
	min-height: 700px;
	height: auto;
	width: 800px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}

#sidebarLeft {
	float: right;
	width: 120px;
height: 600px;
	display: inline;
	margin-top: 0px;
	margin-right: 635px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2;
	padding-left: 2px;
position: absolute;
}
#sidebarRight {
	float: right;
	width: 170px;
height: auto;
	display:inline;
	margin-top: -570px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/



#content {
	float: left;
	min-height: 200px;
	height: auto;
	width: 430px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 157px;
	display:inline;
	background-attachment: scroll;
	background-image: url(images/bgContent.gif);
	background-repeat: no-repeat;
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/
#footer {
	clear: both;
	width: auto;
	height: 19px;
	margin: 0px auto 0px auto;
	color: #8E8C87;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 280px;
	background: url(images/footer.jpg) no-repeat left bottom;
}

.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*CHUMP Navigation */
#vNavBox{
	width: 450px;
	text-align: center;
	letter-spacing:0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 150px;
	padding-top: 95px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
