@import url("reset.css");

#page {width:995px;position:relative;}
#page_header {background:#272727;color:silver;padding:10px 15px 10px 13px;}
#page_navigation {width:200px; float:left;}
#page_view {width:795px;position;float:right;}
#page_content {margin-right:5px;margin-bottom:5px;margin-left:5px;margin-top:5px;}
#page_footer {clear:both;background:#272727;color:silver;padding:10px 15px 10px 13px;}

#page_content table caption {xbackground-color:#808080;xborder:1px solid black; xborder-top:2px solid black; xborder-bottom:2px solid black;font-weight:bold;font-variant:small-caps;color:blue;}
#page_content table thd {border-right:1px solid olive;}
#page_content table thead * {border-left: 1px solid olive; border-right: 1px solid olive; border-bottom:1px solid olive;background-color:#909090;}
#page_content table tbody * {border-left: 1px solid olive; border-right: 1px solid olive; border-bottom:1px solid olive;}


#page_content tr:hover {background-color:cyan;}
#page_navigation li:hover {font-weight:bold;color:white;background-color:black;}

#menu ul li {display:inline;color:blue;font-weight:bold;border:2px solid gray;list-style:none;margin-left:5px;margin-right:5px;padding-right:3px;padding-left:3px;}
#menu {text-align:right;}