html, body
{
margin: 0;
padding: 0;
font-size: 12px;
font-family: arial, verdana;
color: #34393a;
background-color: #cccccc;
}

/*CONTAINER*/
#container
{
position: relative;
width: 760px;
margin: 0 auto;
background: url('/img/bar.gif') repeat-y center;
}
/*HEADER*/
#header
{
width: 760px;
height: 100px;
background: url('/img/header.jpg') no-repeat #2a9f0e;
}

#header h1, #header h2
{
display: none;
}

/*MENU*/
#menu
{
position: absolute;
top: 110px;
left: 30px;
width: 235px;
float: left;
}

#menu #ads
{
margin-top: 10px;
margin-left: 10px;
}

#menu ul
{
margin: 0;
padding: 0;
list-style: none;
}

#menu li
{
padding: 0;
margin: 5px 0px;
}

#menu ul a
{
display: block;
width: 202px;
padding-left: 10px;
background: url('/img/list.jpg') no-repeat left center;
border-bottom: 1px solid #b8e1aa;
text-decoration: none;
color: #51585a
}

#menu ul ul a
{
margin-left: 15px;
width: 187px;
}

#menu ul ul ul a
{
margin-left: 30px;
width: 172px;
}

#menu ul a:hover, #menu ul a.active
{
border-bottom: 1px solid #2a9f0e;
}

#menu img
{
margin: 20px 0px 0px 35px;
border: 0;
}

/*IMG*/
#img
{
position: absolute;
top: 50px;
left: 248px;
}

#img img
{
display: block;
}

/*CONTENT*/
#content
{
line-height: 16px;
margin: 180px 10px 0 250px;
min-height: 1100px;
}

#content #head
{
background: #e0fcd8;
padding: 20px 10px 20px 20px;
}

#content #head img
{
float: left;
margin: 0 25px 10px 0;
}

#content #head h1
{
margin: 0 0 0 75px;
padding: 2px 0 2px 10px;
background: #439f0e;
color: #ffffff;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}

#content #text
{
padding: 10px 20px 20px 20px;
}

#content #adsense
{
padding: 0px 0px 0px 20px;
}

/*FOOTER*/
#footer
{
clear: left;
color: #51585a;
background: url('/img/footer.gif') no-repeat;
height: 56px;
}

#footer #left
{
float: left;
line-height: 44px;
margin: 6px 0 6px 12px;
}

#footer #left img
{
vertical-align: middle;
margin: 0px 4px;
}

#footer #right
{
text-align: right;
float: right;
line-height: 44px;
margin: 6px 12px 6px 0;
}

#menu a
{
font-size: 12px;
font-family: arial, verdana;
color: #51585a;
text-decoration: none;
}

a
{
font-size: 12px;
font-family: arial, verdana;
color: #34393a;
}

form, fieldset
{
margin: 0;
padding: 0;
border: 0;
font-size: 11px;
}

fieldset br
{
clear: left;
}

fieldset fieldset
{
border: 1px solid #371D30;
width: 230px;
margin-bottom: 2px;
padding: 2px;
}

label
{
display: block;
float: left;
width: 140px;
padding-right: 5px;
margin-bottom: 2px;
text-align: right;
font-size: 11px;
}

fieldset fieldset label
{
display: inline;
float: none;
width: auto;
font-weight: normal;
}

legend
{
color: #371D30;
}

select
{
border: 1px solid #371D30;
width: 238px;
margin-bottom: 2px;
height: 16px;
float: left;
}

input.text
{
border: 1px solid #371D30;
width: 232px;
margin-bottom: 2px;
height: 16px;
float: left;
}

textarea
{
border: 1px solid #371D30;
width: 232px;
margin-bottom: 2px;
height: 75px;
float: left;
}

input.button, input.smallbutton
{
border: 1px solid #371D30;
background: #ffffff;
font-weight: bold;
color: #371D30;
font-size: 11px;
margin-bottom: 2px;
width: 100px;
height: 20px;
float: left;
}

input.buttonlang
{
border: 1px solid #371D30;
background: #ffffff;
font-weight: bold;
color: #371D30;
font-size: 11px;
margin-bottom: 2px;
width: 190px;
height: 20px;
float: left;
}

input.smallbutton
{
margin-left: 2px;
width: 70px;
}

/*popup*/
#popup
{
padding: 5px;
width: 600px;
height: 450px;
background: #c6f9b7;
}

#popup h1
{
padding: 2px 0 2px 10px;
width: 580px;
background: #439f0e;
color: #ffffff;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}

#popup label
{
width: 230px;
}

.help
{
float: left;
width: 20px;
margin-left: 2px;
text-align: center;
border: 1px solid #371D30;
background: #ffffff;
font-weight: bold;
color: #371D30;
font-size: 11px;
margin-bottom: 2px;
cursor: help;
line-height: 18px;
}

#tooltip
{
display: none;
position: absolute;
width: 140px;
background: #ffffff;
border: 1px solid #371D30;
z-index: 100;
padding: 5px;
font-size: 11px;
}

th
{
text-align: left;
}

.col1
{
width: 20px;
}

.col2
{
width: 200px;
}

h3
{
padding: 2px 0 2px 10px;
background: #439f0e;
color: #ffffff;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
width: 320px;
}

h4
{
float: right;
padding: 2px 2px 2px 2px;
background: #439f0e;
color: #ffffff;
font-weight: bold;
font-size: 11px;
width: 126px;
}

.aright
{
margin-right: 45px;
margin-top: 10px;
float: right;
}

dl
{
margin: 0;
padding: 0;
}

dt
{
float: left;
width: 250px;
font-size: 11px;
text-align: right;
padding-right: 10px;
}

dd
{
font-weight: bold;
margin: 0;
padding: 0;
}

.small
{
font-family: arial, verdana;
color: #34393a;
font-size: 9px;
line-height: 11px;
}

#banner
{
position: absolute;
top: 0px;
left: 500px;
}

object 
{
width: 260px;
height: 278px;
}

span.error
{
color: red;
font-weight: bold;
}
