body {
	background-color: white;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:19px;
	}
	
* {
	outline:none;
	padding:0px;
	margin:0px;
	list-style-type: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size:27px;
	line-height:27px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: normal;
	}
	
h2 {
	font-size:25px;
	line-height:25px;
	}
	
h3 {
	font-size:23px;
	line-height:23px;
	}
	
h4 {
	font-size:21px;
	line-height:21px;
	}

h5 {
	font-size:19px;
	line-height:19px;
	margin-bottom: 10px;
	}

h6 {
	font-size:17px;
	line-height:17px;
	}
	
div.mainbox ul li {
	list-style-type:disc;
	margin-left:15px;
	}

hr {
	background-image: url(../i/hr.gif);
	background-repeat: repeat-x;
	height:2px;
	border: none;
	width:100%;
	clear:both;
	font-size:1px;
	margin-top:10px;
	margin-bottom:10px;
}
		
div.line {
	background-image: url(../i/hr.gif);
	background-repeat: repeat-x;
	height:2px;
	width:100%;
	clear:both;
	font-size:1px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
p {
	padding-bottom:10px;
	padding-top:10px;
	}
	
div.empty {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	}
	
div#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center 120px;
	}

div#header {
	width:890px;
	padding:0px 5px 0px 5px;
	height:120px;
	position:relative;
	}
	
div#header a#logo {
	background-image: url(../i/logo-en.gif);
	background-repeat: no-repeat;
	background-position:left top;
	height:120px;
	width:226px;
	display:block;
	float:left;
	margin-right:20px;
	}
	
div#header a#logo:hover {
	background-position:left -119px;
	}
	
div#header a#logo.bg {
	background-image: url(../i/logo-bg.gif);
	}
	
div#header a#hat {
	width:64px;
	height:78px;
	display:block;
	position:absolute;
	background:transparent url(../i/hat.png) no-repeat left top;
	top:41px;
	left:-12px;
}	

div#header ul li {
	float:left;
	background-image: url(../i/separator.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height:32px;
	line-height:32px;
	padding:0 10px 0 10px;
	}
	
div#header ul li a:hover, div#header ul li a.active {
	color:#CC0000;
	}
	
div#header ul li.last {
	background-image: none;
	}
	
div#header ul#navigation {
	float:left;
	margin-top:80px;
	}
	
div#header ul#lang {
	font-size:11px;
	margin-top:80px;
	float:right;
	}

div#header ul li a {
	text-decoration: none;
	}
	
a {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
div#content {
	width:860px;
	margin:0 auto;
	}
	
div#left {
	margin-top:150px;
	float:left;
	width:634px;
	}
	
div#left h1, div#left h2, div#left h3, div#left h4, div#left h5, div#left h6 {
	color:#cc0000;
	}

div#left a {
	color:#0048ff;
	}
	
div.mainbox {
	width:634px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
div.mainbox div#top {
	background-image: url(../i/bbtop.png);
	font-size:1px;
	height:12px;
	width:634px;
	}
	
div.mainbox div#rep {
	background-image: url(../i/bbrepeat.png);
	background-repeat: repeat-y;
	width:594px;
	padding:0px 20px 0px 20px;
	}
	
div.mainbox div#bot {
	background-image: url(../i/bbbot.png);
	font-size:1px;
	height:12px;
	width:634px;
	}
	
div#advbox {
	width:403px;
	height:176px;
	padding:7px 10px 7px 10px;
	background-image: url(../i/leftbox.png);
	background-repeat: no-repeat;
	}
	
div#advbox ul {}	

div#advbox ul li {
	background-image: url(../i/advbullet.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:25px;
	line-height:19px;
	margin-top:10px;
	padding-left:35px;
	height:45px;
	}
	
div#advbox ul span {
	font-size:11px;
	}

div#advbox a {
	text-decoration: none;
	color:#000;
	}
	
div#advbox a:hover {
	color:#cc0000;
	}

div#right {
	float:right;
	margin-top:120px;
	width:207px;
	}
	
div#right h1 {
	text-align:center;
	margin-bottom:3px;
	padding:0px;
	text-shadow:1px 1px 0 #FFFFFF;
	}
	
div#right h2, div#right h3, div#right h4, div#right h5, div#right h6 {
	text-align:center;
	padding-top:0px;
	padding-bottom:5px;
	}
	
div.rightbox {
	width:207px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
div.rightbox div#top {
	background-image: url(../i/btop.png);
	height:15px;
	width:207px;
	}
	
div.rightbox div#rep {
	background-image: url(../i/brepeat.png);
	background-repeat: repeat-y;
	width:167px;
	padding:0px 20px 0px 20px;
	}

input {
	height:18px;
	border:1px solid #b0b0b0;
	padding-top:4px;
	}

div.rightbox div#rep input {
	height:18px;
	border:1px solid #b0b0b0;
	padding-top:4px;
	width:100%;
	margin-bottom:8px;
	}

div.rightbox div#rep select {
	height:18px;
	width:100%;
	margin-bottom:8px;
	}
		
div.rightbox div#rep input.clear {
	background-image: url(../i/clear.gif);
	height:20px;
	width:68px;
	float:left;
	border:none;
	margin-right:1px;
	}
	
div.rightbox div#rep input.continue {
	background-image: url(../i/continue.gif);
	height:20px;
	width:98px;
	float:left;
	border:none;
	}
	
div.rightbox div#bot {
	background-image: url(../i/bbot.png);
	height:15px;
	width:207px;
	}
	
div#footer {
	background-image:url(../i/footer.png);
	background-repeat:no-repeat;
	clear:both;
	height:36px;
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:18px;
	width:604px;
	color:#818181;
	font-size:11px;
	}
	
div#footer a {
	color:#818181;
	}

div#footer div.left {
	float:left;
	}
	
div#footer div.created {
	float:right;
}

h6#calendar_nav {
	font: bold 14px Arial;
}

h6#calendar_nav a {
	text-decoration: none;
}

h6#calendar_nav a:hover {
	background-color: #c00;
	color: #fff;
}
	
ul#calendar {
	display:block;
	list-style-type:none;
	margin:0 0 0 -9px;
	padding:0;
	width:185px;
	}
	
ul#calendar li {
	background-color:#d3d3d3;
	display:block;
	float:left;
	height:24px;
	margin:1px 0 0 1px;
	padding:0;
	width:25px;
	font-size:12px;
	}
	
ul#calendar li.nodate {
	float:left;
	height:21px;
	padding-top:3px;
	}
	
ul#calendar li.wnodate {
	background-color: #b5a8a0;
	float:left;
	height:21px;
	padding-top:3px;
	}
	
ul#calendar li span {
	display:block;
	text-align:center;
	}
	
ul#calendar li a {
	display:block;
	line-height:24px;
	color:#FFF;
	text-decoration: none;
	}

ul#calendar li a.today {
	background-color:#eaeaea;
	color:#000;
	}
	
ul#calendar li a.active {
	background-color:#ca0300;
	}
	
ul#calendar li a.active:hover {
	background-color:#f00;
	}
		
table.basic_table {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
}

table.basic_table th {
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #ddd;
}

table.basic_table td {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

div#photo_gallery {
	margin-top: 20px;
}


div#photo_gallery a {
	
}

div#photo_gallery img {
	border: 1px solid #888;
	padding: 1px;
	background-color: #fff;
	margin-left: 15px;
	margin-bottom: 15px;
}