﻿* html #outer{
  height:1%; /* So IE plays nice */
}
body {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:0;
}
#outer {
    width: 950px;
    margin: 0 auto;
    padding: 0px;
    border: 1px  solid #90A238;
/*    background-image:url('../images/background_tile.gif');*/
    background-repeat:repeat-y;
}
#header {
	position: absolute;
	top: 0;
    padding: 0px;
    margin: 0px;
	width: 950px;
    height:120px;
    text-align: center;
    border-bottom:1px solid #90A238;
}
#menu_wrapper {
	margin:0 0 0 0px; 
	position:absolute; 
	top: 121px; 
	width :950px; 
	height:56px; 
	z-index:100; 
	background-color:#90A238;
	border-top: 0px;
	border-right:0px solid #000; 
	border-bottom:0px solid #fff; 
	border-left:0px solid #000; 
}
/*#menu {
    width: 950px;
    padding: 0px;
    margin: 0px 0px;
    position:absolute;
    top: 90px;
    display: block;
}*/
#inner {
	margin:145px 0 0 0;
	padding:20px 0 0 0;
	/*background-image: url('../images/cont_bg.gif');*/
	background-repeat: repeat-x;
}
#content {
    margin: 10px 0 0 0px;
	padding: 0px 20px 0 55px;
/*    min-height: 720px; /* this sets minimum height so the footer doesn't come up short 
}
/** html #content { /* this is needed for IE6 compatibility to push down the footer 
	height:720px;*/
}
#footer {
    padding: 0 15px;
    margin: 0 auto;
    border-top: 10px solid #90A238;
    text-align:center;
}