/********* global stuff *********/

body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; background: url(../siteimgs/mainbg.jpg) repeat left top; }
img { border: none; text-decoration: none; }
form { margin: 0; padding: 0; }
td { text-align: left; vertical-align: top; font-size: 11px; color: black; font-family: Verdana, Helvetica, sans-serif; }
th { font-weight: bold; text-align: center; }

/********* site layout *********/

#wrapper { clear: both; margin: auto; padding: 0px; width: 900px; background-color: #FFFFFF; }
/*for some reason the header is 202px wide*/
#header { position: relative; padding: 0 20px 0 20px; height: 138px; text-align: center; background: url(../siteimgs/header.jpg) no-repeat -1px top; }
#header2 { background: url(../siteimgs/topbg.jpg) repeat-x left top; }
#mainmenu { height: auto; padding: 0px 30px 0 30px; text-align: center; font-size: 12px; background: url(../siteimgs/menuarea.jpg) repeat; }
#mainmenu a { color: #BBBBBB; text-decoration: none;  }
#mainmenu a:hover { color: #F6B6D2; text-decoration: underline; }
/*for some reason the content and footer are both 201px wide*/
#content { clear: both; margin: 0px; padding: 20px; padding-top:50px; background: url(../siteimgs/contentarea.jpg) no-repeat -1px 0; }
#footer { clear: both; margin: 0px; padding-top: 15px; height: 42px; font-size: 10px; line-height: 1.5em; color:#fff; text-align: center; background: url(../siteimgs/footer.jpg) no-repeat -1px top; }
#footer a { color: #BBBBBB; text-decoration: none;  }
#footer a:hover { color: #F6B6D2; text-decoration: underline; }

#header_ad { position: absolute; left: 420px; top: 16px; }
#header_logo { position: absolute; left: 20px; top: 5px; }
#header_search { position: absolute; left: 380px; top: 92px; width: 550px; font-size: 11px; text-align: center; }
#header_search input.text { width: 257px; font-size: 9px; border: 1px solid #a49dbc; }
#header_search input.btn { width: 100px; font-size: 9px; background-color: #FCFDF8; border: 1px solid #999999; }