@charset "UTF-8";

html { 
    min-width: 800px;
    height: 100%;
    background: url(../images/body.gif) repeat;
    overflow: auto;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: Verdana, sans-serif;
    font-size:    x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
    color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

#wrapper {
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 3em;
}

body {
    color: #333;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body #whitestripe { background: black; height: 120px; position: absolute; width: 100%; left: 0; } 

#logo {
    position: relative;
    margin-left: -180px;
}

/*\*/
* html #logo { height: 1%; }
/**/

a { color: #993300; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
    font-family: trebuchet ms;
    font-weight: bold;
    color: #333;
}

h1 {
    font-size: 180%;
    margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
    font-size: 140%;
    padding-bottom: 2px;
    border-bottom: 1px dashed #FFD700;
    margin: 0;
}

#contents .box {
    border: 1px solid #666;
    width: 268px;
    float: left;
    display: inline;
    min-height: 120px;
    height: auto !important;
    height: 120px;
    padding-top: 30px;
    margin: 20px 5px 0 4px;
}

#contents .box .title {
    position: relative;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #FFD700;
    font-weight: bold;
    padding-left: 1em;
}

#contents .box img {
    display: block;
}