body {
 margin: 0px;
 padding: 10px;
 font-family: Georgia, Sans-Serif;
 color: #444444;
 background-color: #ffffff;
 margin: 0px auto;
 width: 750px;
 font-size:16px;
}

h1 {
 font-size:30px;
 margin:20px 20px 40px 20px;
 text-align:center;
}

h2 {
 font-size:16px;
}


a {
 text-decoration: none;
 color: black;
}

img {
 border: 0;
}

.header{
 display:none;
}

.top_menu {
 display:none;
}

.footer_left {
 margin: 10px;
 float: left;
}

.footer_right {
 display:none;
 margin: 10px;
 float: right;
}

.footer{
 float: left;
 width: 750px;
 height: 33px;
 text-align: center;
 margin-bottom: 5px;
 font-size: 11px;
}

.nbody{
 float: left;
 width: 708px;
 padding: 5px 20px 10px 20px;
 min-height: 340px;
 background: #FFFFFF;
 background-position: bottom;
 background-repeat:repeat-x;
 margin-bottom: 5px;
 border:1px solid #e2e2e2;
}

