body {
background-color: #fdfdfd;
color: #333333;
text-align: center;
}

table {
margin-top: 25px;
}

th {
width: 100px;
}

td, th {
font-family: garamond, geneva, tahoma;
vertical-align:top;
border: 1px solid #e0e0e0;
color: #666;
padding: 5px;
}

#containerPage {
position:relative;
margin: 0 auto;
width:800px;
height:500px;
z-index:1;	
}

#containerHeader, #containerBody {
text-align:left;
}

#navImg {
margin: 0 0 0 50px;
}

div.clearer {
clear: both;
display: block;
margin: 0; 
padding: 0;
height: 0;
line-height: 1px;
font-size: 1px;
}