/* begin reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
        text-align: left;
        font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
        background: White;
        border: 0px;
        background:url(/bg.png);
        background-repeat:repeat-x;
        background-color:#fff;
        color:#555;
        margin: 0px;
        padding: 0px;
        width: 100%;
        border-top: 3px solid #000;
        padding-top: 10px;
}

h2 {
    font-size: 25px;
    letter-spacing: -1px;
}
img {
        border: 0px;
        padding: 10px;
}

#wrap{
  margin:0 auto;
  width:60em;
}
h1 {
    font-size: 35px;
    margin-top: 10px;
    letter-spacing: -2px;
}
#main h1 {
	font-size: 60px;
    color: #9be;
    font-size: 40px;
}
a {
    color: inherit;
}
#main {
	font-size: 30px;
	letter-spacing: -4px;
	padding: 20px;
	margin: 20px;
    -moz-border-radius: 15px 0 15px 0;
    font-weight: bold;
	background-color: #fff;
	border: 1px solid #ccc;
}
#header {
    margin-bottom: 7px;
}
#logo {
    width: 200px;
    margin-left: 3px;
    float: left;
}
#content {
    margin-left: 7px;
}
#search {
    float: right;
}
.line {
    border-top: 1px solid #999;
    margin-top: 10px;
}
#header #searchform {
  background:transparent url(/searchbox.png) no-repeat scroll 0 0;
  float:right;
  height:26px;
  position:relative;
  top: -3px;
  width:191px;
  border:0 none;
  margin:0;
  outline-style:none;
  outline-width:0;
  padding:0;
  vertical-align:baseline
}
#header #go {
  background-color:transparent;
  border:0 none;
  cursor:pointer;
  float:right;
  height:26px;
  width:30px;
}
#header #s {
  font-family:Tahoma;
  font-size: 13px;
  background:transparent none repeat scroll 0 0;
  border:0 none;
  color:#777;
  float:left;
  margin:4px 0 0 4px;
  width:154px;
}
