html {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background-repeat:repeat-x; 
}

body {
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

#contenter {
	background-repeat:repeat-y;
	min-height:100%;
	height:auto;
	margin:0px;
	width:100%;
	position:absolute;
}

* html #contenter {
	height:100%;
}

#header {
	margin:0;
	width:100%;
	height:221px;
	background-repeat:no-repeat;
}

#header #title {
	position:absolute;
	left:400px;
	top:101px;
	width:380px;
	font-weight:bold;
	font-size:24px;
	padding:0px;
}
	
#navigation {
	float:left;
	padding:0px;
	width:200px;
	background:none;
}

#navigation #menu {
	background-repeat:no-repeat;
	width:200px;
	min-height:320px;
	height: auto;
	z-index:10;
	padding-top:20px;
}

* html #navigation #menu {
	height:320px;
}

#content {
	float:left;
	line-height:1.4;
	font-size:14px;
	padding:-2px 0px 0px 0px;
	color:#3d3d3d;
	width:580px;
	overflow:hidden;
}


#footer {
	margin-left:190px;
	padding:0;
	clear:both;
	margin-bottom:80px;
}
