html, body { margin: 0px; padding: 0px; }
body { background: #cdcdcd; font-size: 12px; text-align: center; }
img { border: none; margin: 0px; padding: 0px; display: block; }
#container { margin: 0px auto 0px auto; padding: 0px; text-align: left; width: 780px; }
#header { height: 210px; width: 780px; }
#menu { height: 26px; background: #666666; }
*html #menu { /*margin-top: -3px;*/ }
#menu td a { color: #ffffff; text-decoration: none; }
#menu td a:hover { color: Red; }
#wrapper { margin: 8px auto; overflow: hidden; width: 780px; }
#mainbg { background: url(images/wrapper_bg.gif) repeat-y; float: left; width: 780px; }
#navigation { display: inline; float: left; margin: -5px 0px 8px 8px; text-align: left; width: 200px; }
#content { float: right; margin: 8px 8px 8px 0px; overflow: hidden; width: 564px; }
#content_ { background: #fff; width: 524px; padding: 10px 20px 0px 20px; min-height: 600px; _height: 600px; line-height: 200%; }
/*#Media { position: absolute; padding-bottom: 5px; }*/
#footer { background: #454340; color: #fff; padding: 10px 16px; width: 748px; }
#footer a:link, #footer a:visited { text-decoration: none; color: #fff; }
#footer a:hover { color: red; }

