/* CSS Document */

/* general page settings */
body {
background: #494844;
color: #C9C1BA;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: 0px;
padding: 0px;
scrollbar-base-color: #5B5854;
scrollbar-track-color: #5B5854;
scrollbar-face-color: #55534F;
scrollbar-highlight-color: #ABA097;
scrollbar-3dlight-color: #A79D95;
scrollbar-darkshadow-color: #0D0C0A;
scrollbar-shadow-color: #2D2924;
scrollbar-arrow-color: #3B3127;
}

div.address {
margin: auto;
width: 760px;
text-align: right;
padding-top: 20px;
}

div.centralband {
text-align: center;
width: 100%;
height: 126px;
background: #242220;
margin: 0px;
margin-top: 20px;
padding: 0px;
}

div.firstpage {
width: 750px;
margin-top: 40px;
}

div.maintext {
width: 610px;
text-align: left;
padding-top: 30px;
padding-bottom: 45px;
}

/* text settings */
h1 {
font-size: 14px;
font-weight: bold;
}

h2 {
font-size: 12px;
font-weight: bold;
}

p.address {
text-align: right;
font-size: 11px;
}

span.name {
font-size: 14px;
font-weight: bold;
}

a, a:visited {
color: #F9A76A;
text-decoration: none;
}

a:hover {
color: #F5BD52;
text-decoration: underline;
}

p.copyright {
font-size: 10px;
padding-top: 25px;
}

p.hosting {
font-size: 9px;
color: #9B948E;
padding-bottom: 10px;
}

a.hosting {
color: #9B948E;
}

p.enter {
text-align: right;
font-weight: bold;
width: 700px;
}

/* other */
img.centralimage {
padding: 0px;
margin: 0px;
}

td {
font-size: 12px;
vertical-align: top;
}