body {
	background-color: #2e0000;
	background-image: url('/img/bg_castle.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}

.header {
	background-image: url('/img/header_top.gif');
	background-repeat: repeat-x;
	display: block;
}

.header_logo {
	width: 800px;
	height: 170px;
	background-image: url('/img/header_logo.jpg');
	position: relative;
}

.language_bar {
	position: absolute;
	text-align: left;
	top: 35px;
	left: 720px;
}

.language_bar a {
	display: block;
	padding: 2px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.language_bar a:hover {
	background-color: #2e0000;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid maroon;
}

.content_frame {
	display: block;
}

.content {
	width: 800px;
	display: block;
}

.content_inside {
	display: block;
	text-align: justify;
	padding: 10px;
	float: right;
	width: 580px;
}

.menu_left {
	text-align: left;
	width: 200px;
	height: 390px;
	float: left;
	background-image: url('/img/menu_bg.gif');
	background-repeat: no-repeat;
}


a.menu {
	display: block;
}

a.menu:hover {
	background-image: url('/img/rose.gif');
	background-repeat: no-repeat;
	background-position: 20 6;
}

a.menu img {
	margin-left: 45px;
	border: 0px;
}



.content h1 {
	font-size: 15px;
	border-bottom: 1px dotted silver;
}

.content h2 {
	font-size: 13px;
}

.content h3 {
	font-size: 12px;
}

.content h4 {
	font-size: 11px;
}

.content hr {
	border: 0px;
	color: maroon;
	background-color: maroon;
	height: 1px;
	width: 80%;
}
