html, body {
height: 100%;
}

body {
padding: 0px;
margin: 0px;
background-color: white;
/*background-color: #F2F2F2;*/
color: black;
}

body a {
color: black;
}

body a:visited {
color: #999999;
}

* html #navigationarea {display: inline;} /* fix IE6 margin bug */

#container {
height: auto;
position: relative;
/*min-height: 100%;*/
padding: 10px;
padding-top: 0;
margin: 0px;
background-color: #F2F2F2;
background-color: #FFFFFF;
/*left: 50%;
width: 800px;
margin-left: -400px;*/
border-left: 1px solid black;
border-right: 1px solid black;
float: left;
}

#wrap {
height: auto;
width: 800px;
float: left;
color: black;
/*background: #F2F2F2 url(img/links.gif) top left repeat-y;*/
border-bottom: 1px solid black;

}

#wrap a {
/*color: #6A8F94;*/
}

#content {
font: 12px Verdana, Helvetica, sans-serif;
float: left;
width: 598px;
/*background-color: #A9CFD5;*/
text-align: justify;
margin-left: 10px;
padding: 15px 0px 5em 15px;
min-height: 340px;
height:auto !important;
height: 340px;
}

/*
* html .content {
height: 270px;
}*/

#footer {
width: 800px;
/*position: absolute;
bottom: 0;*/
padding-top: 1em;
padding-bottom: 1em;
/*height: 51px;*/
clear: both;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

#footer a {
	text-align: center;
}

/*#footer a {
   position: absolute;
   width: 800px;
   height: 48px;
   background: #F2F2F2 url(img/back.gif) top left no-repeat;
   } */
#footer a span {
   display: none;
}