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

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

/* DIVS */
#container {
position: absolute;
left: 50%;
margin-left: -500px;
text-align: left;
padding: 0;
width: 1000px;
min-height: 100%;
_height: 100%;
background: url(../backs/container.jpg) repeat-y;
}

#topmenu {
position: absolute;
right: 5px;
top: 15px;
text-align: right;
z-index: 2;
color: #fff;
}

#header_bg {
position: absolute;
top: 0px;
left: 20px;
width: 960px;                                  
height: 556px;
background: url(../backs/header.jpg) no-repeat;
}

#header {
position: absolute;
top: 40px;                                     
left: 0px;
width: 960px;
height: 175px;
background: url(../pics/header1.jpg) no-repeat;
}

#menu {
position: absolute;
top: 275px;
left: 20px;
width: 150px;
text-align: right;
line-height: 24px;
z-index: 2;
}

#content {
position: relative;
float: left;
padding: 250px 0 0 230px;
width: 480px;
}

#sidebar {
position: relative;
float: left;
margin: 250px 0 0 40px;
width: 190px;
border: 1px solid #161e69;
padding: 10px;
}

#banner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -275px;
margin-left: -444px;
}

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

img.border {
border: 1px solid #161e69;
}

/* TABLES */
td {
font-family: verdana;
font-size: 11px;
line-height: 17px;
}             

/* FORMS */
input, textarea {
font-family: verdana;
font-size: 11px;
border: 1px solid #161e69;
}

.cfield {
visibility: hidden;
}

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

a:hover {
color: #000000;
}

#menu a {
font-size: 13px;
text-decoration: none;
color: #161e69;
}

#menu a:hover {
color: #000;
font-weight: bold;
}

#topmenu a {
color: #fff;
text-decoration: none;
margin: 0 10px 0 10px;
}

#topmenu a:hover {
color: #fdeb61;
}