/* HTML BODY */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 14px;
color: #000000;
text-align: center;
line-height: 20px;
/*
background: url(../backs/html2.jpg) no-repeat top left;
background-attachment: fixed;
background-size: 100%;
*/
}

/* FONTS */
h1 {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 14px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

/* DIVS */
#container {
position: absolute;
left: 50%;
margin-left: -475px;
padding: 0;
width: 950px;
min-height: 100%;
text-align: left;
background: #fff;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}

#menu {
position: absolute;
top: 230px;
left: 50%;
margin-left: -475px;
width: 950px;
height: 27px;
background: url(../backs/menu.png) no-repeat;
z-index: 200;
}

#content {
position: relative;
padding: 280px 0 0 0;
}

#column_left {
position: relative;
float: left;
width: 680px;
margin-right: 22px;
}

#column_right {
position: absolute;
top: 280px;
right: 0px;
margin: 0;
padding: 0;
}

.column_left_left {
position: relative;
float: left;
width: 220px;
min-height: 80px;
background: #9b8876;
padding: 10px 10px 10px 10px;
margin: 0 45px 25px 0;
}

.column_left_right {
position: relative;
float: left;
width: 370px;
margin: 0 0 25px 0;
}

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

img.html_background {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -100;
}

img.header {
position: absolute;
top: 0px;
left: 50%;
margin-left: -475px;
z-index: 100;
}

/* TABLES */
td {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 12px;
line-height: 20px;
}

/* FORMS */
.submit {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 11px;
}

/* LINKS */
a {
color: #6ba53a;
text-decoration: none;
}

a:hover {
color: #9b8876;
}

#menu a {
color: #fff;
}

#menu a:hover {
color: #c4ce35;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
}

/* LISTS */

/* LISTS MENU */
#menu ul {
margin: 3px 0 0 50px;
padding: 0;
list-style: none;
}

#menu ul li {
float: left;  
margin-right: 45px;
}