/* LAYOUT
based on template 1 */


/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 

.bg {
	margin:0 0 0 0;
	background: #211206 url(images/bgBricks.jpg) repeat-x scroll left top;
}
#outerWrapper2 {
	margin: 0 auto 0 auto;
	min-height: 100%;
	background:  url(images/bgRepeatingVertical.gif) repeat-y scroll center top;
}
* html #outerWrapper2 { height:100% }
#outerWrapper {
		margin: 0 auto 0 auto;
		min-height: 100%;
		height: 100%;
		/*background:  url(images/wrapperBg.gif) no-repeat scroll center top;*/
		width: 900px;
}
* html #outerWrapper { height:100% }
#wrapper {
		position: relative;
		clear: both;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 870px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/ 
#header {
		width: 870px;
		height: 340px;
		margin:0 0 0px 0;
		padding:0px;
		color:#000;
}
#flash {
		width: 870px;
		height: 290px;
		margin: 0;
		padding: 0;

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

}

#sidebar {
		float: left;
		width: 250px;
		padding:0;
		margin: 0;
		display:inline;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/

#bannerSmall {
		width: auto;
		margin: 0;
		padding: 0;
		height: auto;
}
#bannerSmallLeft {
width: 118px;
height: auto;
margin-right:10px;
float:left;
}
#bannerSmallRight {
width: 118px;
height: auto;
margin: 0px;
float:left;
}


#main {
		float:left;
		min-height: 400px;
		height: 400px;
		width: 570px;
		padding: 5px 0px 20px 0px;
		margin: 0px 30px 0px 15px;
		display:inline;
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/
#footer {
		clear: both;
		width: auto;
		height: 35px;
		padding: 10px 0px 5px 0px;
		margin: 0px auto 0px 15px;
}
#footerInner {
		font: normal 10px/13px Arial, Helvetica, sans-serif;
		text-align: center;
		float: left;
		width: 575px;
		margin: 0;
		padding: 5px 0 0 0;
		border-top:1px dotted #AE871E;
}

.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 */
