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

body {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #EEEEEE;
}


#outer_container {
	width: 894px;
	background-color: #FFFFFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto 0 auto;
	min-height: 100%;
	text-align: left;
}
*HTML #outer_container {
	width: 896px;
}
#header_container {
  top: 0;
  z-index:3;	
}

#home_link{
  float: left;
}

#search {
	float: right;
}

#search .tx-dvfsearchbox-pi1 form {
	margin: 5px 8px 0 0;
}

#main_container {
	padding: 0 0 40px 0;
	z-index:2;
}

#subnav {
	float: left;
	width:278px;
  padding: 0 0 120px 0;
}

#content_container {
}  

#content {
	padding: 48px 20px 0 0;
	margin: 0 0 0 300px;
	line-height: 16px;
}

#full_width_content {
	padding: 60px 30px 0 30px;
	margin: 0;
	line-height: 16px;
}

#footer_container {
  position: fixed;
	top:100%;
	width:894px; 
	height:21px;
  margin: -21px 0 0 0;
  z-index:3;
}

#footer{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: 4px 5px 0 5px;
}

#nav_info {
	height: 294px;
	font-size: 11px;
	margin-bottom: 60px;
}


* html #subnav {
	margin-bottom: 40px;
}

* html body {
	text-align: center;
}

* html #footer_container {
    position: static;
}/* CSS Document */

