body {
	background-image: url('gfx/bg.jpg');
	padding-top: 1cm;
	background-attachment: fixed;
}

a:link {color: #f6984b; font-family: Tahoma; font-size: 12px; text-decoration: underline;}
a:visited {color: #f6984b; font-family: Tahoma; font-size: 12px; text-decoration: underline;}
a:hover {color: #f6984b; font-family: Tahoma; font-size: 12px; text-decoration: none;}
a:active {color: #f6984b; font-family: Tahoma; font-size: 12px; text-decoration: none;}

img {
	border: 0px;
}

#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 1.6;
	color: #f6984b;
}
#top {
	background-image: url('gfx/bg_t_b.jpg');
	min-width: 713px;
	min-height: 105px;
	width: 713px;
	height: 105px;
	max-width: 713px;
	max-height: 105px;
	border-bottom: 1px solid #8c8c8c;
}

#left {
	background-image: url('gfx/bg_l_b.jpg');
	min-width: 170px;
	width: 170px;
	max-width: 170px;
}

#right {
	background-image: url('gfx/bg_r_b.jpg');
	min-width: 543px;
	width: 543px;
	max-width: 543px;
}

.menu_block {
	width: 170px;
}
.menu_title {
	text-align: center;
	height: 15px;
	background-image: url('gfx/bg_left.jpg');
	padding: 2px;
	line-height: 1;
}
.menu_body {
	padding: 10px 20px 20px 20px;
}

.content_block {
	width: 543px;
}
.content_title {
	text-align: center;
	height: 15px;
	background-image: url('gfx/bg_right.jpg');
	padding: 2px;
	line-height: 1;
}
.content_body {
	padding: 10px 20px 20px 36px;
}
#disclaimer_top {
	text-align: center;
	height: 16px;
	background-image: url('gfx/bg_left.jpg');
	padding: 2px;
	line-height: 1;
	color: #cecece;
	border-bottom: 1px solid #cecece;
}
#disclaimer_body {
	background-image: url('gfx/bg_bottom.jpg');
	text-align: center;
	min-height: 105px;
	height: 105px;
	max-height: 105px;
}

input, textarea {
	border: 1px solid #f6984b;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	/*line-height: 1.6;
	padding: 2px;*/
	color: #f6984b;
	background-color: #686868;
}