/* LAYOUT
based on template 1 */


#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%;position:relative;
} 

.bg {
		background-color: #989a4d;
		margin:0 0 0 0;
		background-attachment: scroll;
		background-image:  url(../images/bgRepeating.jpg);
		background-repeat: repeat-x;
		background-position: left top;
}
#outerWrapper {
		margin: 0 auto 0 auto;
}
/* * html #outerWrapper { height:100% }*/
#wrapper {
		position: relative;
		clear: both;
		min-height: 650px; /*Mozilla - CSS2*/
		height: 650px;
		width: 900px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
/*  div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/  
#header {
		width: 480px;
		height: 141px;
		margin:0 0 0px 0;
		padding:0px;
		color:#000;
}
#nav {
		width: 770px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		z-index:3;
}

#sidebar {
		float: left;
		width: 230px;
		padding: 0 0 0 0;
		margin: 0px;
		display:inline;
}
/*  div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/
#main {
		float:left;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 487px;
		padding: 0px 0px 10px 0px;
		margin: 0px 20px 0px 160px;
		display:inline;

}
/* div[id=main]#main { height: auto;}/*For IE to set auto height*/
#roundedContent {
		background-color: #211106;
		padding: 15px 15px 50px 15px;
		margin: 0;
		width: auto;
		height: auto;
        border: 0px solid #ed8957;
        border: 3px solid #ed8957;
	    opacity: .82;
		min-height: 500px; /*Mozilla - CSS2*/
		height: 500px;
}
div[id=roundedContent]#roundedContent { height: auto;}/*For IE to set auto height*/
#modulesOuter {
		background-color: #211106;
		width: auto;
		padding: 0px;
		margin: 20px 0 0 0;
		border: 0px solid #ed8957;
		border: 3px solid #ed8957;
	    opacity: .82;
}
#modulesInner {
		width: auto;
		padding: 0;
		margin: 0;
		text-align:center;
}
#footer {
		display:block;
		clear: both;
		width: 350px;
		height: 20px;
		padding: 10px 5px 5px 5px;
		margin: 10px auto 0px auto;
		font: normal 10px/13px Arial, Helvetica, sans-serif;
		color: #fff;
		text-align: right;

}
#footer a {	
		color: #fff;
}
#footer a:hover {
		color: #202618;
}
.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 */
