body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

a { color: #333; }
a:hover { color: #DC0000; }

img { border: none; }
#container {
	padding-top: 30px;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	height: 57px;
	color: #FFF;
	border: 1px solid #7A7A7A;
	border-bottom: 4px solid #DC0000;
	vertical-align: bottom;
}
#logo {
	padding-right: 25px;
	float: left;
}
.tab_off, .tab_on {
	font-size: 110%;
	font-weight: bolder;
	width: 143px;
	padding: 5px;
	background-color: #E4E4E4;
	text-align: center;
	margin-right: 6px;
	float: left;
}
.tab_on {
	color: #FFF;
	background-color: #DC0000;
}
.tab_off a { color: #000; text-decoration: none; }
.tab_off a:hover { color: #DC0000; text-decoration: none; }
.tab_on a { color: #FFF; text-decoration: none; }


.lang_off, .lang_on {
	color: #000;
	font-size: 110%;
	font-weight: bolder;
	width: 10px;
	padding: 5px;
	text-align: center;
	margin-left: 6px;
	float: left;
}
.lang_on {
	color: #DC0000;
}
.lang_off a { color: #000; text-decoration: none; }
.lang_off a:hover { color: #DC0000; text-decoration: none; }
.lang_on a { color: #FFF; text-decoration: none; }

.br { clear: both; }


.content {
	padding: 42px 16px 16px 16px;
	background: #FFFFFF;
	border: 1px solid #7A7A7A;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/content_top.jpg) top no-repeat;
}
h1 {
	color: #DC0000;
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.list_itm {
	background: url(images/bull1.gif) 6px 9px no-repeat;
	padding: 5px 0px 5px 18px;
}
.gallery_itm {
	padding: 7px 14px 7px 0px;
	float: left;
}

.footer {
	color: #999;
	padding: 12px 16px 12px 16px;
	font-size: 90%;
	background: url(images/footer_bg.gif) top repeat-x;
}
.footer a {
	color: #999;
	text-decoration: underline;
}
.footer a:hover {
	color: #DC0000;
}
