body {

	background-color:#DFF3D7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}


#container {
	width:700px;
	padding:5px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#stats_bar {
	padding:5px;
	border: 1px solid #cccccc;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-top:50px;
}

#header {
	width:700px;
	background-color:#3F4A3E;
	height:130px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:60px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	background-image:none;
}

#mainmenu {
	width:630px;
	height:41px;
	float:left;
	background:#f0f0f0 url(images/menubg.jpg);
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right:1px solid #b0b0b0;
	color:#606060;
	display:block;
	font-size:0.7em;
	padding:11px 10px 10px;
	text-transform:uppercase;
	background:#f0f0f0 url(images/menubg.jpg);
}

#mainmenu a:hover {
	background:#f0f0f0 url(images/menuhover-green.jpg) top left;
	color:#505050;
	text-decoration:none;
}

#mainmenu a.current {
	background:#f0f0f0 url(images/menuhover-green.jpg) top left;
	color:#505050;
	text-decoration:none;
}

#lang  {
	width:70px;
	height:30px;
	float:right;
	background:#f0f0f0 url(images/menubg.jpg);
	padding-top:11px;
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

.sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.sidebar_title {
	width:148px;
	border:2px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	text-transform:uppercase;
	text-align: center;
	margin-bottom:1px;
}

.article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-align: justify;
}

.article:hover {
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article p {
	margin:10px;
}

.article table {
	margin:10px;
}

.article_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}


h1,h2,h3 {	
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.bottom {
	font-size:smaller;
	margin-left:170px;
	padding:5px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
	height:20px;
}

.sponsor {
	font-size:smaller;
	margin-left:170px;
	padding:5px;
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:5px;
}


a {
	color:#9ACC53;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #000000;
}

