@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(img/body_bg_viiva.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto 0 112px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image:url(img/focusing.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 710px;
	height:115px;
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

h4.header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility:hidden;
	color:#FFFFFF;
}
 #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}



#mainContent {
	background-image:url(img/Circus-Ruska.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: none;
	padding: 240px 20px 0 0;
}

p {
	font-size:12px;
	color:#000000;
	padding-left: 20px;
}

h1 {
	font-size:18px;
	color:#d2232a;
	padding-left: 20px;
}

h2 {
	font-size:16px;
	color:#7c173e;
	padding-left: 20px;
}

h3 {
	font-size:13px;
	color:#23408f;
	padding-left: 20px;
}

ul.lista {
	font-size:12px;
	color:#000000;
	padding-left: 20px;
	list-style-position: inside;
}

.links {
	padding-right: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:14px;
	color:#d2232a;
	padding-left:20px;
}

a.links:link {
	font-size:14px;
	color:#7c173e;
}

a.links:visited {
	font-size:14px;
	color:#7c173e;
}

a.links:hover {
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

a.links:active {
	font-size:14px;
	color:#7c173e;
}

#footer {
	background-image:url(img/region.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	border-top: none;
}

p.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 60px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:16px;
	color:#020000;
}

.vakanen {
	list-style-image: url(img/lista.jpg);
	list-style-position:outside;
	text-indent:-3px;
	}