/* MAIN FRAME */

#container {
	position: relative;
	width: 1002px;
	margin: 0 auto;
}

#layout {
	width: 729px;
	position: absolute;
	top: 0;
	left: 136px;
}

table.frame {
	width: 729px;
	margin-bottom: 33px;
}

table.frame td.frame_spacer1,
table.frame td.frame_spacer2 {
	height: 14px;
}

table.frame td.frame_header {
	width: 721px;
	height: 379px;
	padding: 0 4px 0 4px;
	background-image: url("../images/header_panel.gif");
	background-repeat: no-repeat;
	background-position: 4px 65px;
}

table.frame td.frame_middle {
	/*height: 482px;*/
	background-image: url("../images/frame_middle_bottom_shadow.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 6px;
}

table.frame td.frame_footer {
	height: 78px;
	padding: 0 5px;
}

/* HEADER */

table.header td.header_left {
	width: 281px;
	height: 379px;
}

table.header td.header_right {
	width: 440px;
}

table.header_left {
	width: 100%;
}

table.header_left td.header_left_logo {
	height: 153px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: 36px 0;
}

table.header_left td.header_left_text {
	height: 196px;
	padding-left: 31px;
}

table.header_left td.header_left_text p {
	color: #ecb87f;
	font-size: 11px;
	line-height: 14px;	
}

div.header_title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

table.header_left td.header_left_language {
	height: 30px;
	padding-left: 30px;
}

table.header_left td.header_left_language a {
	margin-right: 6px;
	line-height: 0;
	font-size: 0;
}

table.header_right {
	width: 100%;
}

table.header_right td.header_right_menu {
	height: 65px;
}

table.header_right td.header_right_picture {
	padding: 12px 15px 0 43px;
}

div.header_picture_container {
	background-image: url("../images/header_img_bg.jpg");
	background-repeat: no-repeat;
	padding: 7px 7px 6px 7px;
	margin-bottom: 10px;
}

div.headerimg {
	width: 368px;
	height: 244px;
	background-repeat: no-repeat;
}

/* MIDDLE */

table.middle {
	height: 332px;
}

table.middle td.middle_left_shadow {
	width: 5px;
	background-image: url("../images/middle_left_shadow.png");
	background-repeat: repeat-y;
}

table.middle td.middle_left {
	width: 207px;
	background-color: #f1eedd;
	background-image: url("../images/middle_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 23px 0 16px 17px;
}

table.middle td.middle_center_shadow {
	width: 8px;
	background-image: url("../images/middle_center_shadow.png");
	background-repeat: repeat-y;
}

table.middle td.middle_right {
	width: 460px;
	background-color: #f1eedd;
	padding: 23px 0 16px 27px;
}

table.middle td.middle_right_shadow {
	width: 5px;
	background-image: url("../images/middle_right_shadow.png");
	background-repeat: repeat-y;
}

div.content {
	padding-right: 15px;
}

/* FOOTER */

table.footer {
	width: 100%;
	background-color: #ecdec1;
}

table.footer td.footer_left {
	width: 255px;
	/*height: 78px;*/
	background-image: url("../images/logo_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 55px 9px;
}

table.footer td.footer_right_top {
	padding: 24px 0 3px 0;
	border-bottom: 1px solid #ae8b75;
}

table.footer td.footer_right_bottom {
	padding: 4px 0 14px 0;
}

table.footer td span {
	color: #25160f;
	padding-right: 24px;
	letter-spacing: 0.2px;
}

table.footer td span.text_brown {
	padding: 0;
	color: #7e5458;
}

table.footer td a {
	color: #25160f;
	text-decoration: none;
	letter-spacing: 0.2px;
}

