* { margin: 0; border: 0 none; padding: 0; } 

html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*min-width: 320px;*/
}

#container {
	overflow: auto;
	width: 100%;
	min-height: 100%;
}

#header {
	overflow: hidden;
	border-bottom: 2px solid #808080;
	padding: 0.75em 4%;
}

#header h1 {
	float: left;
	height: 80px;
	margin-left: 1%;
	padding: 0;
}

#navigation {
	float: right;
	margin-top: 40px;
	margin-right: 1%;
}

#navigation li {
	display: inline;
	position: relative;
	top: -1.25em;
	padding-left: 1em;
}

#content {
	overflow: auto;
	padding: 2em 4% 4em 4%;
}

#footer {
	clear:both;
	margin: -2em 0 0;
	height: 2em;
	position: relative;
}

/*Opera Fix
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
*/
