/*--- JC Web Structure --- */

body, html{
	margin: 0 auto;
	text-align: center; /* for IE */
	background-color: #727e8d;
}

img{ border: 0;}

#container{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	position: relative;
}


#header{
	width: 900px;
	height: 377px;
}

.nav{
	width: 900px;
	background: url('../images/bck.jpg') repeat;
}


#content{
	background: url('../images/bck.jpg') repeat;
	position: relative;
	height: 100%;
}

.left-c{
	float: left;
	width: 450px;
	background: url('../images/bck.jpg') repeat;
	height: 480px;
}


.sidebar{
	width: 160px;
	float: left;
	padding: 20px 5px 0 10px;
}


.main{
	float: left;
	width: 725px;
	padding-top: 15px;
}

#divider{
	position: relative;
}

#footer{
	clear: both;
	margin: 0 auto;
	width: 900px;
	background: url('../images/bck.jpg') repeat;
}

.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 */


