/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align:center;
}

#wrapper, #wrapper2{
	width: 100%;
}
#container {
	width:86%;
	width: expression(document.body.clientWidth < 800 ? "768px" : "86%");
	min-width: 768px;
	text-align:left;
	margin:0 auto;
	padding-top:36px;
	position: relative;
}
#main-wrapper {
	width: 100%;
	overflow:auto;
	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 */

#content {
	float:right;
	width: 69%;
	display:inline;
	margin-right: 3.6%;
}
#sidebar {
	float:left;
	width: 19.4%;
	display:inline;
	margin-left: 3.6%;
}

#footer {
	clear:both;
	height:139px;
}
#footer-wrapper, #footer-wrapper2 {
	height:139px;
}
#secondary-menu {
	position: absolute;
	top: 10px;
	list-style:none
}
#secondary-menu li{
	display:inline;
	margin-right: 2em
}