html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background:#6E6A12;

}

div#container {
    height: 100%;
    height: auto !important;
	width: 775px;
	margin:auto;
	background: #FFFFFF;	
}

div#header {
    height: 300px;
    background: #ba6f19 url(../images/everest-basecamp-trekking.jpg) repeat-x;
    border-bottom: 1px solid #ddd;
	width: 775px;
	margin:auto;
	margin-top: 10px;	
}

div#body {
    overflow: hidden;
    height: 100%;
}

div#content {
    margin: 0px 0px 0px 230px;
    padding: 15px 20px 10px 10px;
	font: 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;

}

div#left-sidebar {
    width: 200px;
    float: left;
    padding: 10px;
}

div#footer-push {
    height: 100px;
}

div#footer {
    height: 20px;
    background: #DDDDDD;
    border-top: 4px solid #ddd;
	width: 775px;
	margin:auto;
	margin-bottom: 10px;
	font: 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	
}
