/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: century gothic, verdana;
font-size: 12px;
color: #fff;
height: 100%;
width: 100%;
text-align: center;
line-height: 14px;
background-color: #000;
}

/* FONTS */
h1 {
font-family: century gothic, verdana;
font-size: 17px;
font-weight: bold;
color: #e8c6b2;
margin-bottom: 10px;
}

.leader {
font-weight: bold;
}

/* DIVS */
#container {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 100%;
height: 100%;
}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 357px;
background: url(../backs/header.jpg) repeat-x;
}

#header_pic {
position: absolute;
top: 0px;
left: 50%;
margin-left: -300px;
z-index: 2;
background: url(../backs/header.png) no-repeat;
width: 700px;
height: 400px;
}

#content {
position: absolute;
top: 347px;
left: 0px;
width: 100%;
height: 350px;
background-color: #5b5b5b;
}

#content_inner {
position: absolute;
top: 60px;
left: 50%;
margin-left: -500px;
width: 1000px;
}

#menu {
position: absolute;
top: 0px;
left: 0px;
width: 175px;
}

#text {
position: absolute;
top: 0px;
left: 200px;
width: 680px;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 20px;
left: 20px;
z-index: 3;
}

img.header {
position: absolute;
top: 0px;
left: 2px;
}

img.banner {
position: absolute;
top: 240px;
left: 330px;
}

img.banner2 {
position: absolute;
top: 180px;
left: 500px;
border: 3px solid #ffffff;
}

#menu img {
margin: 0 0 5px 0;
}

/* TABLES */
td {
font-family: century gothic, verdana;
font-size: 12px;
}

/* FORMS */
.submit {
font-family: verdana;
font-size: 11px;
}

/* LINKS */
a {
color: #fff;
}

a:hover {
color: #e8c6b2;
}
