/* CSS Document */

@import url("./reset.css");


/* commented backslash hack v2 \*/ 
html, body{height:100%;min-width:650px;} 
/* end hack */ 

body {
    /*background:#F1F1F1;*/
    color: #000000;
    margin:0 auto;
    max-width:1024px;
}

#outer {
    margin-left:190px;
    margin-right:190px;
    background: #FFFFFF;
    /*border-left:1px solid #000;
    border-right:1px solid #000;*/
    margin-bottom:-52px;
    min-height:100%;
    min-width: 150px;
}
#header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;
/*    background: #DDDDDD;*/
    /*border-top:1px solid #000;
    border-bottom:1px solid #000;*/
    overflow:hidden;
}
#left {
    position:relative;/*ie needs this to show float */
    width:190px;
    float:left;
    margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
    z-index:100;
    left:-1px;
}
#right {
    position:relative;/*ie needs this to show float */
    width:190px;
    float:right;
    margin-right:-189px;/*must be 1px less than width otherwise won't push footer down */
    left:1px;
/*    color: #000;   inherit from body*/
}
#footer {
    width:auto;
    clear:both;
    height:50px;
    /*border-top:1px solid #000;
    border-bottom:1px solid #000;
    background-color: #EEEEFF;*/
    text-align:center;
    position:relative;
}
#clearheader{height:72px;}/*needed to make room for header    is not encountered in the html!*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
    width:100%;
    float:left;
    position:relative;
    z-index:1;
    margin:0 -1px;/* moz fix*/
/*    color: #000;   inherit from body*/
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


div#head{
	/*background: #EEEEFF;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	position:relative;
	margin:0 -190px 0px;
	/*padding:15px ;*/
	width:auto;
	min-height:0;
}
/* mac hide \*/
* html #head{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/