/* CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555;
	background-color:#cde3f6;
	text-align:left;
}

a {
	color:#003f75;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#7098bb;
}

ol,ul {

}

li {
	list-style-image:url(images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#header {
	width:600px;
	margin-bottom:40px;
}

#content {
	background-color:#eee;
	width:580px;
	text-align:left;
	border-right: 20px solid #7098bb;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(images/backgrounds/desc.jpg);
	background-position:bottom left;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;
	
}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:2em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#003f75;
	text-align:right;
	padding: 0 10px 0 10px;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(images/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {

}
#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:2.2em;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom:1px solid #eeeeee;
	color:#7098bb;
	padding: 0 10px 0 10px;
	margin: 3px;
}

#mainbar p {
	padding: 5px 5px 5px 15px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
#mainbar .articleimg2 {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	text-align: center;
}
#footer a {
	color:#cccccc;
}
#footer a:hover {
	color:#000000;
}

