div#container { 
	width:95%;
	min-width:968px;
	margin:10px auto;
	}
	
div#header {
	margin:10px 0;
	height:50px;
	}

div#wrapper {
	float: left;
	width: 100%;
	}
div#wrapper div#content {
	margin-right: 215px;
    position: relative;
	}
	
div#right {
	float:left;
	width:200px;
	margin-left:-200px;
	}

div#footer {
	clear:left;
	width:100%
	}

