body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #497bc7;
 margin: 20px;
 }

#wrapper { 
 margin: auto;
 background: #f9f9f9;
 border: 2px solid #00007f;
 width: 900px;
 }

#header {
 height: 175px;
 width: 900px;
 font-size: 0px;
 border: 0px;
 color: #333;
 }

#menu {
 height: 40px;
 width: 900px;
 padding: 0px;
 color: #333;
 background-image: url(files/menu.jpg);
 background-repeat: repeat-x;
 }

#menu a {
 color: #f9f9f9;
 text-decoration: none;
 } 

#menu a:hover {
 color: #fcfc00;
 font-size: 12px;
 } 

#menu td.menu {
 height: 38px;
 width: 80px;
 border: 0px;
 padding: 0px;
 color: #f9f9f9;
 /*background-image: url(files/menu.jpg);*/
 background-repeat: repeat-x;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 }

#menu td.menusplit {
 height: 38px;
 width: 2px;
 border: 0px;
 padding: 0px;
 background-image: url(files/menu-split.jpg);
 background-repeat: repeat-x;
 }

#contentblock {
 color: #030303;
 position: relative;
 width: 900px;
 padding: 0px;
 background: #f9f9f9;
 }

#contentblock a {
 color: #505050;
 text-decoration: none;
 border-bottom: 1px #505050 solid;
 }

#contentblock a:visited {
 color: #505050;
 text-decoration: none;
 border-bottom: 1px #505050 dotted;
 }

#contentblock a:hover {
 color: #505050;
 text-decoration: none;
 border-bottom: 1px #505050 dashed;
 }

#column { 
 width: 230px;
 padding: 10px;
 color: #030303;
 min-height: 200px;
 background-image: url(files/column.jpg);
 background-repeat: repeat-x;
 float: right;
 }

#column-full { 
 width: 230px;
 padding: 10px;
 color: #030303;
 min-height: 400px;
 background-image: url(files/column-full.jpg);
 background-repeat: repeat-x;
 float: right;
 }

#content { 
 width: 620px;
 padding: 15px;
 color: #030303;
 background:#f9f9f9;
 float: left;
 }

#footer {
 text-align: center;
 height: 100px;
 width: 900px;
 padding: 0px;
 clear: both;
 color: #030303;
 background-image: url(files/footer.jpg);
 background-repeat: repeat-x;
 }

#footermenu{
 color: #fcfc00;
 text-align: center;
 position: relative;
 bottom: -16px;
 }

#footermenu a {
 color: #fcfc00;
 text-decoration: none;
 border-bottom: 1px #fcfc00 solid;
 }

#footermenu a:visited {
 color: #fcfc00;
 text-decoration: none;
 border-bottom: 1px #fcfc00 dotted;
 }

#footermenu a:hover {
 color: #fcfc00;
 text-decoration: none;
 border-bottom: 1px #fcfc00 dashed;
 }

a.button {
 border-bottom: 0px;
 }

img.button {
 border: 0px;
 }

tr.odd {
 background-color: #eeeeee;
 }

tr.even {
 background-color: #dddddd;
 }

tr.hilite {
 background-color: #66ccff;
 }

