* { margin: 0px; padding: 0px; }

body { background: #ffffff; color: #35383d; font-family: arial, helvetica, sans-serif; font-size: 90%; }

/* headers */
h1, h2, h3 { color: #666666; font-weight: normal; margin-top: 15px; }
h1 { font-size: 220%; }
h2 { font-size: 190%; }
h3 { font-size: 120%; }

/* hyperlinks */
a { color: #ff3399; text-decoration: none; }
  a:hover { color: #ff0066; text-decoration: underline; }

/* paragraphs */
p { padding: 5px 0px 5px 0px; }

/* misc */
.error { color: #ff0000; font-weight: bold; }

/* forms */
input.text { background: #ffffff !important; border: 1px solid #cccccc; }
textarea { background: #ffffff !important; border: 1px solid #cccccc; }

/* header */
#header_container { background: url('images/header_bg.png') repeat-x; width: 100%; }
  #header { background: url('images/header.png') no-repeat top right; height: 142px; margin: 0px auto 0px auto; padding-left: 16px; width: 900px; }

/* search */
#search { background: url('images/search.png') no-repeat left top; height: 34px; position: absolute; right: 0px; top: 10px; width: 195px; }
  #search form { margin: 0px; padding: 2px 0px 0px 0px; }
    #search input.keyword { background: none; border: none; color: #ffffff; padding: 2px 0px 2px 8px; width: 165px; } 
    #search .button { padding: 0px; margin: 0px 0px 0px 165px; top: 2px; background: none; position: absolute; right: 11px; }
      #search .button input.search_button { background: url('images/search_button.png') no-repeat; height: 18px; width: 19px; }

/* logo */
#logo { }
  #logo h1 { background: url('images/logo.png') no-repeat 0px 60px; color: #112682; font-weight: bold; margin: 0px; padding-top: 60px; padding-left: 40px; }
  #logo h2 { color: #333333; font-size: 100%; margin: 0px; padding-left: 40px; }

/* menu */
#menu { background: url('images/menu_right.png') no-repeat right top #f3e4eb; margin: 0px auto 0px auto; width: 900px; padding: 0px; position: relative; height: 41px; }
  #menu ul { list-style: none; padding-top: 12px; }
    #menu li { border-right: solid 1px #b092a2; display: inline; padding: 0px 5px 0px 5px; }
      #menu .line { }
      #menu .noline { border-right: 0px; }
  #menu a { color: #660033; }
  #menu a:hover { color: #660033; }

/* body */
#body_container { float: left; width: 100%; }
  #body { margin: 0px auto 0px auto; width: 900px; }
    #content { color: #63565f; float: left; padding: 0px 5px 10px 10px; width: 640px; }
    #content .adframe { margin-top: 10px; overflow: hidden; }
      #content .adframe .adleft { float: left; }
      #content .adframe .adright { float: right; }

/* sidebar */
#sidebar { float: right; padding: 0px 10px 10px 5px; width: 230px; }
  .sidebox { overflow: hidden; padding: 5px; }
  .sidebox h2 { background: url('images/sidebar_title.png') no-repeat left center; border-bottom: 1px dotted #efe4e4; color: #666666; padding-left: 15px; }
  .sidebox ul { list-style: none; }
    .sidebox ul li { line-height: 150%; }

/* footer */
#footer_container { background: url('images/footer.png') repeat; border-top: solid 1px #ecdce3; clear: both; height: 150px; }
  #footer { padding-top: 15px; text-align: center; }