* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #010504;
	font-size: 62.5%;
	text-align: center;
}

#page {
	position: relative;
	width: 900px;
	height: 146px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER STARTS */
#logo {
	position: relative;
	float: left;
	width: 164px;
	height: 146px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header_content {
	position: relative;
	float: left;
	width: 736px;
	height: 146px;
}

#header_top {
	position: relative;
	clear: both;
	width: 736px;
	height: 52px;
	background-image: url(images/header_top_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: right;
}

#header_top img {
	display: block;
	float: right;
}

#header a.menu-current {
	color: #bcd338;
}

#header a.menu-parent {
	color: #bcd338;
}

/* Naviation1 starts */
#nav1 {
	position: relative;
	width: 736px;
	height: 26px;
	background-image: url(images/header_nav1_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: right;
}

#nav1 ul {
	list-style-type: none;
}

#nav1 li {
	float: right;
	padding: 6px 16px 0 0;
}

#nav1 a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	color: #ffffff;
}

#nav1 a:hover {
	color: #bcd338;
}
/* Navigation1 ends */

/* Navigation2 starts */
#nav2 {
	position: relative;
	width: 736px;
	height: 26px;
	background-image: url(images/header_nav2_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#nav2 ul {
	list-style-type: none;
}

#nav2 li {
	float: right;
	padding: 6px 16px 0 0;
}

#nav2 a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	color: #ffffff;
}

#nav2 a:hover {
	color: #bcd338;
}
/* Navigation2 ends */

#header_bottom {
	position: relative;
	width: 736px;
	height: 42px;
	background-image: url(images/header_bottom_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
/* HEADER ENDS */

/* CONTENT STARTS */
#content {
	position: relative;
	overflow: auto;
	clear: both;
	width: 900px;
	background-color: #ffffff;
}

#content_left {
	position: relative;
	float: left;
	overflow: auto;
	display: inline;
	width: 400px;
	margin: 10px 30px 0 22px;
	padding-bottom: 33px;
}

#content_right {
	position: relative;
	float: left;
	overflow: auto;
	width: 420px;
	margin: 10px 0;
	padding-bottom: 33px;
}

#content_bottom {
	position: relative;
	clear: both;
	overflow: auto;
	width: 870px;
	margin: 0 15px 15px;
	background-color: #f1f1f1;
}

#content_bottom div.section {
	position: relative;
	float: left;
	overflow: auto;
	display: inline;
	width: 276px;
	margin: 7px 7px 0;
	padding-bottom: 14px;
}

#content a {
	color: #666600;
}
/* CONTENT ENDS */

/* FOOTER STARTS */
#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 32px;
	background-color: #646900;
}

#footer div {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #ffffff;
	text-align: right;
	padding: 10px 22px 0 0;
}
/* FOOTER ENDS */

/* TEXT STYLE STARTS */
h1 {
	font-size: 2.2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.8em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
}

p.paateksti {
	line-height: 1.8em;
}
/* TEXT STYLE ENDS */
