html, body {
    background-color: #000000;
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

img {
    border: 0;
}

ul {
    padding: 0;
    margin-left: 35px;
}

li {
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
	color: #0034a1;
}

input {
	border: 1px solid #000;
}

a:hover {
	color: #ec902f;
}

a:visited {
	color: #0034a1;
}

a:hover:visited {
	color: #ec902f;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
}

#main {
    background-color: #fff;
    width: 974px;
    margin: 0 auto 0 auto;
    padding: 0;
}

#header {
    width: 974px;
    height: 80px;
    padding: 10px 10px 0px 10px;
}

#hleft {
    width: 465px;
    float: left;
}

#hright {
    width: 372px;
    float: right;
    padding: 10px 50px 0 0;
    clear: right;
}

#hb_text {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #e66f00;
    padding: 5px 0 10px 65px;
}

#nav {
    background-image: url('backgr-links.gif');
    height: 46px;
    width: 974px; 
    display: table;
}

.nav_text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-family: arial, tahoma, sans-serif;
    padding-left: 0px;
}

.nav_text a {
    color: #fff;
    text-decoration: underline;
}

.nav_text a:visited {
    color: #fff;
    text-decoration: underline;
}

.nav_text a:hover {
    color: #fff;
    text-decoration: none;
}

.mlink {
    margin-left: 30px;
}

.mlinkb {
    margin-left: 30px;
    font-weight: bold;
}

#image {
	height: 266px;
	width: 974px;
	clear: both;
}

#content {
    width: 974px;
    height: 100%;
    display: block;
    background-color: #fff;
    overflow: hidden;

}

#sidebar {
    float: left;
    width: 180px;
	height: 100%;
    background-color: #FFF3BE;
    padding: 20px 20px 20px 20px;
    line-height: 1.5;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#text {
    float: right; 
    width: 714px;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 1.5;
}

#form {
	width: 330px;
}

.form_c {
	padding: 12px;
	margin: 0;
} 

.form_cl {
	float: left;
	padding-top: 4px;
}

.form_cr {
	float: right;
	clear: right;
}


#footer {
	height: 40px;
    background-color: #c9c9c9;
    padding: 40px 15px 15px 15px;
    clear: both;
}

#counters {
	float: right;
}
