HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

IMG {	border: 0px;
	display: block;
}

HR {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ccc;
	color: #ccc;
}

.table {
    width: 100%;
    border: 0px;
	border-collapse: collapse;
}

.td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* page */

#page
{
    width: 100%;
	position: relative;
	min-height: 100%;
}

* html #page
{
	height: 100%;
}

/* header */

#header_top {
    float: left;
    width: 100%;    height: 25px;
    background-color: #ddd;
    background-image: url('img/header_top_bg.gif');
    text-align: center;
}

#min_width {	width: 1000px;
	height: 1px;
	line-height: 1px;
	margin: auto;
}

#header_first {
    float: left;
    width: 100%;    height: 125px;
    background:  #fff url('img/header_first_bg.gif') repeat-x;
}

#logo {
    float: left;
    width: 500px;
    text-align: center;
    padding-top: 45px;
}

#logo IMG {
	margin: auto;
}

#search {
    float: right;
    width: 500px;
    text-align: center;
    padding-top: 33px;
}

/* header_second */

#header_second {
    float: left;
    width: 100%;	height: 150px;
	background-color: #4a4a4a;
	background-image: url('img/header_second_bg.gif');
}

#header_second_left {
    float: left;    width: 400px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

#header_second_right {    float: right;
    width: 575px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
}

#slogan {    margin: auto;
}

#buttons {
    width: 350px;
    height: 15px;    margin: auto;
    margin-top: 10px;
    padding-left: 30px;
}

#buttons #button_1 {
    float: left;
    width: 80px;
    margin-left: 10px;
}

#buttons #button_2 {
    float: left;
    width: 90px;
    margin-left: 10px;
}

#buttons #button_3 {
    float: left;
    width: 110px;
    margin-left: 10px;
}

#buttons .button_img {    float: left;
    width: 15px;
}

#buttons .button_txt {    float: left;
    margin-left: 5px;
}

#buttons .spacer {	float: left;
	width: 20px;
}

/* main_cont */

#announ {	float: left;    width: 100%;
    height: 40px;
    background-color: #EEE;
}

#announ_cont {
    float: left;
    padding: 10px;
}

#announ_buttons {	float: right;
	width: 45px;
	height: 20px;
	padding: 10px;
}

#announ_buttons_left {	float: left;	width: 20px;
	height: 20px;
}

#announ_buttons_right {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

#main_cont {
    float: left;
    height: auto;
    padding: 20px;
}

#leftblock_cont {	width: 250px;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content_cont {
    width: 100%;
    height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content_left {	height: auto;
	margin: 0px;
	padding: 0px;
    padding-top: 10px;
	vertical-align: top;
}

#content_right {	height: auto;
	margin: 0px;
	padding: 0px;
    padding-top: 10px;
	vertical-align: top;
}

.content_txt {	float: left;
	width: 100%;
	height: auto;
	padding-top: 10px;
}

/* menu */

#menu {
    float: left;	width: 250px;
	height: auto;
}

#menu_first {
    float: left;	width: 230px;
	height: auto;
	padding: 10px;
	background-color: #eee;
}

#menu_second {
    float: left;
	width: 230px;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #eee;
}

#menu_third {
    float: left;
	width: 230px;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #eee;
}

.menulink {
    float: left;	width: 100%;
    height: auto;
}

.menulink_img {    float: left;
    margin-right: 5px;
}

/* spaces */

.ver_space {	width: 20px;
	margin: 0px;
	padding: 0px;
}

.ver_space DIV {	width: 20px;
}

.ver_line {
    width: 1px;
    margin: 0px;
	padding: 0px;
    background-image: url('img/ver_line_bg.gif');
}

.ver_line DIV {
	width: 1px;
}

.hor_space {	height: 20px;
	margin: 0px;
	padding: 0px;
}

.hor_space DIV {	height: 20px;
}

.hor_line {
	height: 2px;
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	line-height: 0px;
}

/* text_header */

.header {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

.header_txt {
    float: left;
	äheight: 22px;
	line-height: 22px;
}

.header_img {
    float: right;
    width: 15px;
    height: 15px;
}

.header_line {	float: left;
	width: 100%;
	height: 5px;
	margin-top: 3px;
	background-image: url('img/header_line_bg.gif');
}

.header_line IMG {	float: right;
}

/* news */

.news_header {	float: left;
}

.news_date {	float: right;
}

.news_txt {	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

/* footer */

#footer {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

#footer_top {
    float: left;    width: 100%;
    height: 30px;
    padding-top: 7px;
	background: #777 url('img/footer_top_bg.gif') repeat-x;
	text-align: center;
}

#footer_bottom {
    float: left;
    width: 100%;
    height: auto;    background-color: #ddd;
}

#footer_left {    float: left;
    width: 330px;
    height: auto;
    padding: 20px;
}

#footer_middle {	float: left;
	width: 470px;
	height: auto;
	padding: 10px;
}

#footer_right {	float: right;
	width: 100px;
	height: auto;
	padding: 20px;
	padding-top: 10px;
}


