body {
	margin: 0;
	padding: 0;
	background: #8acddc url(/images/bg.jpg) no-repeat center top;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #69AE6D;
}
a:hover {
	text-decoration: none;
	color: #cb212a;
}


.png {
   behavior: url(/images/png.htc);
}

#bar {
	background: url(/images/bar_bg.gif) repeat-x top;
	padding-top: 7px;
	text-align: center;
}

#logo {
	padding-top: 34px;
}

.menu {
	vertical-align: top;
	text-align: left;
	padding-top: 57px;
}

#rightcol {
	background: url(/images/right_bg.gif);
}
#rightcolbg hr {
	text-align: left;
	width: 178px;
	border-color: #ddddd8;
}

#rightcolbg {
	background: url(/images/right_top.gif) no-repeat top;
	padding: 40px 0 20px 0;
	text-align: left;
}
#main, #main td {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: top;
	padding-right: 10px;
}

.submenu {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/submenu.gif);
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #F9F9F4;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.submenu a:link, .submenu a:visited, .submenu a:active {
	display: block;
	background-color: #eeeee8;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #888888;
}
.submenu a:hover {
	display: block;
	background-color: #fffff8;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #888888;
}

.subsubmenu {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/subsubmenu.gif);
	padding-left: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #F9F9F4;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.subsubmenu a:link, .subsubmenu a:visited, .subsubmenu a:active {
	display: block;
	background-color: #FFFFF8;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #888888;
}
.subsubmenu a:hover {
	display: block;
	background-color: #eeeee8;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #888888;
}


#gallery {
	width: 100%;
	text-align: center;
}
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#gallery ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#gallery ul img {
	border: 5px solid #F5F5F5;
	margin: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #E7F3F9;
	color: #E7F3F9;
}
#gallery ul a:hover {
	color: #E7F3F9;
}

.news td {
	padding-bottom: 20px;
}
.newsdate {
	background: url(/images/date_bg.gif) no-repeat;
	text-align: center;
	line-height: 27px;
}
.newsdate div {
	color: #9dacaf;
	font-size: 34px;
	letter-spacing: none;
}
.newsdate span {
	color: #9dacaf;
	font-size: 14px;
	text-transform: uppercase;
}

.newscontent {
	padding-left: 10px;
}
.newscontent b {
	color: #EEEEE8;
}

#bottom {
	background: url(/images/bottom.gif) no-repeat;
}
#bottom td {
	color: #9dacaf;
	vertical-align: top;
	padding: 10px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
}
#bottom div {
	font-size: 12px;
	margin-top: 5px;
}

#lang {
	position: aboslute;
	top: 10px;
	right: 20px;
	z-index: 10;
}
