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

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

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

#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:260%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
	}

#lang_menu {
	width:100px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:left;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
	}

#main_menu {
	width:600px;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
	display:inline;
	}

#main_menu a, #lang_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:9px !important;
	margin-left:1px !important;
	margin-left:1px;
	}

#lang_menu a:hover {border-bottom:none;color:white;}

#main_menu a:hover {
	background-color:#3F4A3E;
	border:0;
	color:white;

}

#main_menu .aactive  {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
	color:white;
	}

.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;
	}

.sideBottomBox {margin-top:2em;}

#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
	font-size:x-large;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#sidebar li:first-letter {font-weight:bold;}

#sidebar h1 a {color:black;}

.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;
	margin-top:40px;
	text-align:justify;
	}

* html .article {
	/* 'Star Selector Hack' applies following style rules to IE6 and below */
	margin-top:0;
	}

.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 h1 + p:first-line, .article div + p:first-line, .article h2 + p:first-line, .article h3 + p:first-line {font-weight:bold;}

.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;
	}

h1 { background-image: url("images/backgrounds/headers.jpg"); }

legend {font-weight:bold;}

.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;
	}
	
a {
	color:#006600;
	text-decoration:none;
	}

.article a {font-weight:bold;}

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