/* -- General Layout Formatting -- */

body {
	margin:0pt 0pt 20px;
	padding:0px;
}

#container {
	margin:0 auto;
	padding:0;
}

/* Header Area -- */

#header {
	height: 140px;
}

/* Main Navigation Area -- */

#mainNav {
	height: 25px;
}

/* Main Content Area -- */

#mainContent {
	float: left;
	width: 642px;
}

/* Sidebar Area -- */

#sidebar {
	float: right;
}

/* Footer Area -- */

#footer {
	clear: both;
}


/* -- General Classes -- */

.left {
	display:block;
	float: left;
}

.right {
	display:block;
	float: right;
}

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

