body { margin:0px; padding:0px; background-color:#bdd3d3; }
a { color:#255153; }
a:hover { color:#000000; }

.menu { 
 position:relative;
 top:205px; left:275px; width:470px; height:30px; 
}
.menu td { font-family:arial; font-size:20px; font-weight:bold; text-align:center; }
.menu a { text-decoration:none; color:#444444; }
.menu a:hover { text-decoration:none; color:#000000; }


.container {
 position:absolute; width:950px; height:100%; left:50%; margin-left:-475px;
 background:url(backg.png) top left repeat-y;
}

.body {
 position:absolute; top:45%; width:950px; height:499px; margin-top:-250px; 
}

.header {
 position:absolute; top:-100px; width:950px; height:100px; 
 background:url(header.png) top left no-repeat;
}

.top {
 position:relative; width:950px; height:275px; 
 background:url(top.png) top left no-repeat;
}
.top a.email {
display:block; position:relative; 
left:430px; top:148px; height:30px; width:360px;
}

.content { 
 position:relative; width:950px; height:224px; 
 background:url(content.png) top left no-repeat;
}

.content iframe { margin-left:60px; }

.bottom {
 position:absolute; bottom:10px; width:950px; height:68px; padding-top:10px;
 background:url(bottom.png) top left no-repeat;
}
.bottom td { text-align:center; }

