body {
	background-color: #000;
	background-image: url('../img/main_bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
}
img {
	border: 0;
}
a {
	color: #0069b5;
}
a:hover {
	color: #6f0051;
}
#center_wrapper {
	display: block;
	margin: 0 auto;
	padding-top: 60px;
	width: 990px;
}
#left_column, #right_column  {
	float: left;
	padding: 42px 4px;
	width: 92px;
}
#center_column {
	float: left;
	width: 780px;
}
	
#menu {
	margin: 0 auto;
	height: 77px;
	width: 720px;
}
#main {
	background-color: #e7e5dd;
	background-image: url('../img/content_bg.jpg');
	background-repeat: repeat-x;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	height: 393px;
	width: 776px;
}
#illustration {
	background-repeat: no-repeat;
	float: left;
	height: 336px;
	margin-left: 25px;
	width: 265px;
	padding: 57px 0 0 8px;
}
#content {
	height: 393px;
	overflow: hidden;
	padding-right: 20px;
	width: 457px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 45px;
	padding-top: 58px;
}
#content p {
	text-align: justify;
	line-height: 1.2;
	margin-bottom: 6px;
}
#content .small {
	padding: 20px;
}

#content .small p {
	margin: 8px 0 0 0;
}

#content ul {
	list-style-type: none;
	margin-left: 10px;
}
#content ul li {
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
}
#content ul.rss{
	margin-left: 0;
}
#content ul.rss li {
	padding: 2px;
	font-weight: normal;
}
#content ul.rss li a {
	font-weight: bold;
}
#content ul.rss li div.rssdate {
	font-size: 10px;
	text-align: right;
}
#content img.logo {
	margin-left: 10px;
}
#content img.lang {
	margin-top: 65px;
}
#content img.tnl {
	float: left;
	margin: 10px 0 0 32px;
	border: 1px solid
}
#content .wp_tnl {
	float: left;
	margin: 16px 0 0 32px;
	text-align: center;
	font-size: 9px;
}
#footer {
	background-color: #e7e5dd;
	background-image: url('../img/footer.jpg');
	height: 28px;
}
#footer p{
	font-size: 10px;
	padding: 5px 0 0 30px;
}
#reflection {
	width: 780px;
	height: 218px;
	background-image: url('../img/reflection.jpg');
	background-repeat: no-repeat;
}
