﻿html, body { background: #333; font: 11px Arial, Helvetica, sans-serif; }

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/

#container { background: url(bg.gif) repeat-y; position: relative; width: 850px !important; margin: 0 auto; }
#header { height: 190px; width: 850px; border-bottom: 15px solid #c00;}
#contents { float: right; padding-left: 5px; width: 640px;}

#sidebar { float:left; width: 199px; }
#sidebar .title { background: url(main_menu.gif) no-repeat; height: 21px; margin: 0; text-indent: -9999px; }
#sidebar ul { list-style: none none outside; margin: 10px 0 0 0; padding: 0; }
#sidebar ul li { display: block; margin: 2px 0; }
#sidebar ul li a { background: #ff9 url(bullets.gif) no-repeat 0 50%; color: #C24E00; display: block; font: bold 12px Verdana, Helvetica, sans-serif; padding: 5px 0 5px 13px; text-decoration: none; }
#sidebar ul li a:hover { background-color: #fc6; color: #ffffeb; }

#footer { clear: both; background: url(bg.gif) repeat-y; width: 651px; text-align: center; padding-left: 199px;
    padding-bottom: 15px;
    color: #000;
    margin-top: -40px;
    height: 60px;
    padding-top: 20px;
}
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #C24E00; }
#footer p a:hover { background: #fc6; color: #C24E00; }

#edit-contents { background-color: #ff9; height: 100%; }
