/* HTML BODY */
html, body {
margin: 0;
padding: 0;        
width: 100%;
height: 100%;
font-family: verdana;
font-size: 11px;
color: #000000;
text-align: center;
line-height: 17px;
background-color: #eeeeee;
}

/* FONTS */
h1 {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #636466;
margin-bottom: 10px;
}

/* DIVS */
#wrapper {
position: absolute;
left: 50%;
margin-left: -500px;
width: 1000px;
height: 100%;
}

#container {
position: relative;
float: left;
text-align: left;
margin: -68px auto 0 auto;
padding: 0;
width: 1000px;
min-height: 100%;
_height: 100%;
background: url(../backs/all.jpg);
background-repeat: repeat-y;
}

#header {
position: absolute;
top: 68px;
left: 150px;
}

#menu {
position: absolute;
top: 208px;
left: 150px;
z-index: 10;
}

#left_menu {
position: absolute;
top: 240px;
left: 0px;
width: 150px;
z-index: 10;
}           

#content_col1 {
position: relative;
float: left;
margin: 0;
padding: 240px 0 0 185px;
width: 400px;
min-height: 410px;
color: #636466;
}

#content_col2 {
position: relative;
float: left;            
padding: 270px 0 0 50px;
color: #ffffff;
width: 245px;
}

#sidebar {
position: relative;
float: left;
padding: 100px 0 0 40px;
}

#footer {
position: relative;
float: left;
margin: 0 auto 0 auto;
width: 1000px;
height: 68px;
background: url(../backs/footer.jpg);
background-repeat: no-repeat;
}

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

img.logo {
position: absolute;
top: 108px;
left: 0px;
z-index: 2;
}

#menu img {
margin: 0 -4px 0 0;
}

#left_menu img {
margin: -3px 0 0 0;
}

/* TABLES */
td {
font-family: verdana;
font-size: 12px;
line-height: 20px;
padding: 0 30px 20px 0;
text-align: center;
}

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

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

a:hover {
color: #000000;
}
