body {
	background: url('../images/background.jpg') repeat-y; 
	text-align: center; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#top {
	background: url('../images/top.jpg') no-repeat -2px;
	width: 962px;
	height: 264px;
	margin: 0px auto;
	text-align: center;
}

#top_menu {
	background: url('../images/top_menu.jpg') no-repeat;
	width: 920px;
	height: 42px;
	margin: auto;
	text-align: left;
	z-index: 2;
	position: relative;
}

#top_menu ul {
	list-style-type: none;
	margin-top: 0px;
}

#top_menu li {
	list-style-type: none;
	display: inline;
}

#lang {
	float: right;
	margin-top: -35px;
	margin-right: 35px;
}

#wrapper {
	padding-top: 10px;
	width: 917px;
	margin: auto;
	margin-top: 0px;
	background-color: #FDF39A;
	font-size: 11px;
	text-align: left;
	z-index: 1;
}	

#sidebox {
	background-color: #FFEB65;
	width: 182px;
	float: left;
	margin-left: 7px;
	text-align: left;
}

.sidebox_header {
	background: url('../images/sidebox_header.jpg') no-repeat;
	width: 182px;
	height: 49px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: -15px;
	padding-top: 12px;
	text-align: center;
	color: #FEE800;
}

#sidebox ul li {
	list-style-type: none;
	margin: 2px;
	margin-left: -38px;
}

#sidebox a {
	background-color: #F6E049;
	width: 159px;
	height: 22px;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	color: #045BAD;
	display: block;
}

#sidebox a:hover {
	background-color: #B5A51B;
	color: #FFFFFF;
	display: block;
}

#sidebox2 {
	background-color: #FFEB65;
	width: 182px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#sidebox2 ul li {
	list-style-type: none;
	margin: 2px;
	margin-left: -38px;
	vertical-align: bottom;
}

#sidebox2 a {
	background-color: #F6E049;
	width: 179px;
	height: 175px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	color: #51514D;
	display: block;
}

#sidebox2 img {
	border: 4px solid #EAD336;
	width: 140px;
	height: 140px;
	margin-left: -4px;
}

#sidebox2 a:hover {
	background-color: #B5A51B;
	color: #FFFFFF;
	display: block;
}

#main {
	width: 527px;
	font-size: 11px;
	float: left;
	text-align: justify;
	margin-left: 6px;
	color: #003C65;
}

#main a {
	text-decoration: none;
	color: #003C65;
}

#main a:hover {
	text-decoration: underline;
}

#main p {
	margin-top: -10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#main img {
	margin-right: 20px;
	
	margin-bottom: 10px;
	/*margin-left: -10px;*/
}

#main_header {
	background: url('../images/main_header.jpg') no-repeat;
	width: 507px;
	height: 77px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 17px;
	padding-top: 12px;
	padding-left: 20px;
	color: #FEE800;
}

#bottom {
	background: url('../images/bottom.jpg') no-repeat;
	width: 897px;
	height: 153px;
	padding-top: 15px;
	padding-left: 20px;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: left;
	color: #C4AD0C;
}

#bottom a {
	text-decoration: none;
	color: #C4AD0C;
}

#bottom a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.image {
	float: left; 
	margin-left: 15px; 
	margin-bottom: 10px; 
	width: 140px; 
	text-align: left; 
	padding-right: 10px;
}

#gal {
	float: left; margin: 0px 0px 0px 0px; width: 140px;
}

.clear {
	clear: both;
}