body { 
	padding: 0; 
	margin: 0 auto; 
	font: .74em Arial, sans-serif; 
	line-height: 1.5em; 
	background-color: #333333;
        background: url('img/tausta300.png') repeat-x top right;}
	
a { color: #3dc2d7; background: inherit; }
a:hover { color: #3dc2d7; background: inherit; text-decoration: underline}
p { margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; color: #333333; }
h3 { padding: 4px 0; margin:  0; font-color: white; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style:3dc2d7 none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }

.content { margin: 0 auto; width: 920px;background: white; padding-bottom: 10px;}
#branding { height: 300px; margin:0px auto; padding: 0; overflow: hidden; margin-bottom: 15px }
#wrapper{ margin: 0px auto; width: 880px; background: white;}   

#contact { background: #FFF url(img/download.jpg) no-repeat top left; padding-left: 95px; min-height: 80px; margin-bottom: 15px;}
#contact2 { background: #FFF url(img/download2.jpg) no-repeat top left; padding-left: 95px; min-height: 80px; margin-bottom: 15px;}
#contact a, #left_side a { background: #FFF; text-decoration: none }
#contact a:hover, #left_side a:hover { text-decoration: underline }
		

#main {}
	#right_side { float: right; width: 240px; background: #333333; padding: 5px 10px 5px 10px; margin-bottom: 10px }
		#right_side ul { padding: 3px 0 8px 0 } 
		#right_side li { line-height: 26px; background: #333333; list-style: none; padding-left: 20px; }
		#right_side a { padding-left: 25px; font:  1em Arial, Sans-Serif; text-decoration: none; background: #333333 url(img/rasti.png) no-repeat left;  }/*{ background: #F6F6F6; text-decoration:  none }*/
		#right_side p { color: #fff; }
                #right_side h3 { color: #fff; font:  bold 1.2em Arial, Sans-Serif; }
	
	#left_side { background: #FFF; margin-bottom: 10px; width: 560px;  }
		#left_side h3 { background: #fff; height:30px; padding: 5px 0 0 0px; margin: 0; font:  bold 1.2em Arial, Sans-Serif; }
		#left_side h3 span { color: #333333; padding: 1px 10px 0 6px;  line-height: 22px; margin: 0}
		#left_side p { color: #333333; padding: 0 5px 0 5px; }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #3dc2d7; margin: 10px 0 10px 25px; }
		.more { border-top: 1px dotted #515151; padding: 5px 0px; margin: 0px 0 25px 0; text-align: right }		
		#left_side .rs { float: left; margin: 0 0px; border: 1px solid #c3c5b8; padding: 10px; background: #c3c5b8; }
		#left_side ul { list-style-position: inside; margin-left: 2px }
		#left_side ul li { line-height: 26px; list-style-type: circle; margin-left: 15px;  }
		#left_side ul ul li { list-style: none; margin-left: 0px; list-style-type: lower-alpha; list-style-position: inside }
	
/* The footer */
#footer { clear: both; border-top: 1px dotted #515151; margin: 0 0 3em 0; color: #515151;  background: #fff }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }
/* Form */
fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
background:#f8f8f8;
}
legend{
font-weight:bold;
}
textarea{
widht: 300px;
height: 100px;
}
input:focus, testarea:focus {
bacground: #ffc;
}
