/*testi 2*/

.rside {
	height: 300px;
	width: 200px;
	border: 2px dashed red;
	float:right;
	margin: 50px 0 0 20px;
}

* {
	margin: 0;
	padding: 0;	
}

h1 {
	
	font-size:14px;
	font-weight:bold;
	color: #2d8318;
	margin: 0 0 20px 0;
}
h2 {
	
	margin-bottom:1em;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #2f8218;
}

h3 {
	
	margin-bottom:1em;
	font-family: Times New Roman;
	font-size: 19px;
	font-weight: normal;
	color: #00000;
}



body {
	background: #fff url(images/bgslice.jpg) repeat-x top;
}

p {
	margin:0 0 10px 0;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

	
a {
	
   	text-decoration: underline
	font-style: italic
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #2f8218;
}

/* Wrapper */
#wrapper {width: 833px; margin: 0 auto; text-align: left; }

/* Header */
#header { width: 833px; margin: 0 auto; }

/* Logo */
#logo {
	width: 833px;
	height: 246px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}
/* Menu */
#menu {
	height: 28px;
	width: 833px;
	background: url(images/menu.jpg) no-repeat left top;
}
#menu ul {
	margin-left: 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
	background:none;
}
#menu li {
	float: left;
	padding-left:4px;
	padding-right:4px;
}
#menu a {
	font-family: georgia, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: left;
	padding: 5px 20px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 16px;
}
#menu a:hover {
	color: #000000;
	
}
#menu .current_page_item {
	text-decoration: underline;
}




/* Page */
#page {
	width: 833px;	
	margin: 0 auto;
	background:url(images/repeatkeskiosa.jpg) repeat-y top;	
}

/* Main */
#main {
	width: 833px;	
	margin: 0 auto;
 	background:url(images/middle.jpg) no-repeat top; 
}


/* Content */
#content {
	float: left;
	width: 510px;
	padding: 40px 0px 40px 50px;
	
}

/* Sidebars */
#sidebar {
	float: left;
	width: 180px;
	padding: 50px 0px 0px 40px;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	padding: 10px 0 0 0;
	border-bottom: 2px solid #eee;
	
}
#sidebar ul ul {
	padding-top:10px;
	padding-left: 16px;
}
#sidebar li a {
	color:#ccccccc;	
	border: none;
	margin-left:20px;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
}
#sidebar li a:hover {
	color:#2d8318;	
	border: none;
	margin-left:20px;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	border-bottom: 2px solid #2d8318;
}
#sidebar .current_sidebar_item {
	text-decoration: underline;
	color:#2d8318;
}

/* Footer */
#footer {
	background: url(images/footer_2.jpg) no-repeat top left;
	height: 156px;
	width: 833px;
	margin: auto auto;
}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #333333;
}
#footer a {
	color: #333333;
}



