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

body {
        overflow:auto;
        background: url('bg.png');
        margin: 0 auto;
        text-align: center;

        scrollbar-face-color: #000000;
        scrollbar-highlight-color: #000000;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-arrow-color: #000000;
        scrollbar-track-color: #ffffff;
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #2b2b2b;
}

b {
        font-family: arial;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
}

i {
        font-family: arial narrow;
        font-size: 10px;
        color: #b7b6a7;
        background-color: #272928;
        border-left: 3px solid #272928;
        border-right: 5px solid #272928;
        border-top: 1px solid #272928;
        border-bottom: 1px solid #272928;
}

u {
        font-family: century gothic;
        font-size: 10px;
        color: #232323;
        background-color: #a6a6a6;
        text-decoration: underline;
        border-bottom: 1px #000000 dotted;
}

s {
        font-family: arial;
        font-size: 9px;
        color: #8B8B8B;
}

a:link, a:visited, a:active {
        color: #626262;
        text-decoration:none;
        letter-spacing:2px;
}

a:hover {
        color: #292929;
        letter-spacing:2px;
}

.head {
        text-transform: uppercase;
        font-family: SNOW, palatino linotype;
        font-size: 26px;
        background: url('h1.png');
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
        letter-spacing: 3px;
        margin-top: 10px;
        margin-left: 5px;
        line-height: 30px;
        width: 540px;
}

.head2 {
        text-transform: uppercase;
        font-family: SNOW, palatino linotype;
        font-size: 26px;
        color: #a3a3a3;
        font-weight: bold;
        text-align: left;
        letter-spacing: 3px;
        margin-top: -27px;
        margin-left: 11px;
        line-height: 30px;
}

.head3 {
        text-transform: uppercase;
        font-family: SNOW, palatino linotype;
        font-size: 26px;
        color: #272727;
        font-weight: bold;
        text-align: left;
        letter-spacing: 3px;
        margin-top: -31px;
        margin-left: 10px;
        margin-bottom: 15px;
        line-height: 30px;
}

.head4 {
        text-transform: uppercase;
        font-family: palatino linotype;
        font-size: 30px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
        letter-spacing: 5px;
        margin-top: 0px;
        margin-left: 112px;
        margin-bottom: 0px;
        line-height: 20px;
        width: 500px;
}

.head5 {
        text-transform: uppercase;
        font-family: palatino linotype;
        font-size: 30px;
        color: #373737;
        font-weight: bold;
        text-align: left;
        letter-spacing: 5px;
        margin-top: -35px;
        margin-left: 111px;
        margin-bottom: 0px;
        line-height: 20px;
        width: 500px;
}

.head6 {
        text-transform: lowercase;
        font-family: arial black;
        font-size: 10px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
        letter-spacing: 2px;
        margin-top: -10px;
        margin-left: 90px;
        margin-bottom: 5px;
        line-height: 12px;
        width: 400px;
        background-color: #c2c2c2;
}

.content {
        background: url('content.png');
        width: 600px;
        float: center;
        text-align: justify;
        padding: 0 0 0 0;
        margin-left: 200px;
        cursor: crosshair;
}

.box {
        font-family: arial;
        font-size: 10px;
        font-weight: bold;
        width: 340px;
        background: #D7D7D7;
        text-align:left;
        border: 1px solid #C8C8C8;
        margin: 5px 5px 5px 150px;
        cursor: crosshair;
}

input, select, textarea {
        border: solid #AEAEAE 1px;
        background-color: #E5E5E5;
        font-family: arial;
        font-size: 10px;
        color: #585858;
        cursor: crosshair;
}

#header {
        background-color: #000000;
        clear: both;
        width: 600px;
        height: 500px;
        margin-left: 200px;
        cursor: crosshair;
}



#footer {
        background-color: #000000;
        width: 600px;
        height: 72px;
        color: #FFFFFF;
        letter-spacing: 3px;
        font-size: 10px;
        font-family: arial;
        clear: both;
        margin-left: 200px;
        cursor: crosshair;
        background: url('footer.png');
}