/* CSS Document */

body {
	margin: 0px;
	font-family:arial;
	color:#B6B6B6;
	font-size:small;
	background-color:#000000;
	background-image:url(img/bg_glob.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

h1 { font-family: arial; font-size: large; font-weight:bold; text-decoration: none; color: #95C53F; }

h2 { font-family: arial; font-size: medium; font-weight: bold; text-decoration: none; color: #FFFFFF; }

hr { color:#212121; }

a, a:visited { color:#FFFFFF; text-decoration:none; }
a:hover { color:#E8E8E8; text-decoration:none; }

/*div { border:1px solid red; }*/

div#header {
	width:950px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

div#top_menu {
	color: #2D7C04;
	float:right;
	margin-bottom:15px;
}

.top_menu_link a:link {
	color: E8E8E8;
	text-decoration:none;
}

.top_menu_link a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

div#lang_menu {
	color: #FFFFFF;
	float:right;
	margin-left:20px;
}

div#menu {
	color:#FFFFFF;
	border-top:1px solid #95C43F;
	border-bottom:1px solid #95C43F;
	margin-top:10px;
	margin-bottom:10px;
	height:43px;
	letter-spacing:2px;
}

div#main {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

div#content {
	width:665px;
	float:left;
}

div#right_column {
	width:220px;
	float:left;
	margin-left:35px;
	padding:15px;
	background-color:#0B0B0B;
}

#nav {
	text-align:center;
	margin-left:0px;
	padding-left:0px;
}

#nav li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-size:14px;
	width:158px;
	height:30px;
}

#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	width:158px;
	height:30px;
}

#nav li a:hover {
	color: #fff;
	background-image:url(img/bg_menu.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#nav li a.active {
	color: #fff;
	background-image:url(img/bg_menu.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.post-title {
	margin-top:35px;
	margin-bottom:0px;
}

small { margin-bottom:15px; }