body {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	background-color: #D9D5D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:link { color: #722323; text-decoration: none; }
a:visited { color: #722323; text-decoration: none; }
a:active { color: #722323; text-decoration: none; }
a:hover { color: #722323; text-decoration: underline; }
img { border: 0px; }

#main_c { width: 736px; }
#main_menu {
	background-image: url('../images/gui/bg_main_menu.gif');
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
	padding-left: 2px;
	text-align: left;
}
#main_menu a {
	padding-left: 10px;
	margin-right: 30px;
	line-height: 18px;
	color: #722323;
	background-image: url('../images/gui/bg_main_menu_link.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-weight: bold;
}
#main_menu a:hover { text-decoration: underline; }
#main_menu a.current { text-decoration: underline; }

#main_body {
	background-image: url('../images/gui/bg_body.gif');
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 13px;
}
#holder { margin-bottom: 0px; margin-left: 1px; margin-right: 1px; }

#left_menu {
	background-image: url('../images/gui/bg_left_menu.gif');
	background-repeat: repeat-y;
	border-left: 1px solid #D62116;
	border-right: 1px solid #D62116;
	border-top: 1px solid #D62116; width: 140px;
}
#right_data {
	background-image: url('../images/gui/bg_right_data.gif');
	background-repeat: repeat-y;
	/*\*/
	background-position: -1px 0px !important; /* For competent browsers*/
	background-position: 0px 0px; /* For IE */
}

#data {
	background-image: url('../images/gui/bg_data.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #000000;
	background-color: #D9D5D2;
	padding: 5px;
	width: 500px;
	margin-left: 20px;
}

#left_footer {
	background-image: url('../images/gui/bg_left_menu.gif');
	background-repeat: repeat-y;
	border-left: 1px solid #D62116;
	border-right: 1px solid #D62116;
	border-bottom: 1px solid #D62116;
}
#left_footer div { border-top: 1px solid #752322; padding-left: 3px; line-height: 17px; margin-top: 13px; }

#right_footer div { border-top: 1px solid #752322; margin-top: 13px; margin-right: 7px; text-align: right; padding-right: 10px; line-height: 17px; }
#right_footer a { color: #000000; }
#right_footer a:hover { text-decoration: underline; }

.button {
	background-image: url('../images/gui/bg_left_menu_link.gif');
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
}
.button a {
	padding-left: 6px;
	margin-top: 1px;
	margin-left: 2px;
/* 	margin-right: 30px; */
	line-height: 18px;
	color: #722323;
	background-image: url('../images/gui/bg_left_menu_bullet.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 18px;
}
.button a:hover { text-decoration: underline; }
.button a.current { text-decoration: underline; }

.button_s {
	background-image: url('../images/gui/bg_left_menu_link.gif');
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
}
.button_s a {
	padding-left: 12px;
	margin-top: 1px;
	margin-left: 2px;
/* 	margin-right: 30px; */
	line-height: 18px;
	color: #D62116;
	background-image: url('../images/gui/bg_left_menu_bullet_s.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 18px;
}
.button_s a:hover { text-decoration: underline; }
.button_s a:visited { color: #D62116; }
.button_s a.current { text-decoration: underline; }


.page_title {
	font-weight: bold;
	font-size: 11px; margin-bottom: 5px;
}

a.thumb {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	display: block;
}
a.thumb:hover { border: 1px solid #722323; }

.break { font-size: 0px; height: 1px; border-top: 1px solid #000000; margin-top: 5px; margin-bottom: 5px; clear: both; }

#end { background-image: url('../images/gui/bg_end.gif'); background-repeat: no-repeat; height: 5px; font-size: 0px; line-height: 1px; }
.lang {
	padding: 0px;
	position: relative;
		top: -35px;
	clear: both;
}
.langa {
	display: block;
	float: right;
	height: 16px;
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	margin: 3px 0px 0px 5px;
	color: #D9D5D2;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border: 2px outset #732324;
	background-color: #732324;
	cursor: pointer;
}
a:hover.langa {
	color: #D62116;
	text-decoration: none;
	border: 2px inset #732324;
}
#langbg img, #langen img {
	margin: 5px;
}