body {
	background: #dcdcdc;
	margin: 0 auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 0.9em;
}

body a, a:visited {
	margin: 0;
	color: #005aaa;
	text-decoration:none;
}

body a:hover {
	color:#039;
}

body img {
	border: 0px;
}

#header_container {
	width: 800px;
	height: 50px;
	background: url(../images/header_bg.jpg) repeat-x;
	margin: 0 auto;
	text-align: left;
	color: #007bc2;
	font-size: 0.9em;
}

#header_right {
	width: 550px;
	height: 50px;
	background: url(../images/header_right.jpg);
	float: right;
	border: 0px solid #000;
	text-align: center;
}

#top_menu {
	width: 500px;
	height: 30px;
	float: right;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #000;
}

#top_menu li {
	display: inline;
	float: left;
	margin: 0px;
}

#top_menu li a {
	display: block;
	width: 100px;
	height: 30px;
	padding-top: 0px;
	text-decoration: none;
	color: #005aaa;
	border: 0px solid #000;
	z-index: 999;
}

#top_menu li a.selected {
	border-bottom: 5px solid #F60;
}

#top_menu li a:hover {
	border-bottom: 5px solid #005aaa;
}

#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/stripe_003.png);
}

#page {
	width: 800px;
	margin:0 auto;
	background: #eee;
	color: #222;
	overflow: hidden;
	text-align: justify;
	font-size: 0.9em;
}

#container b {
	color: #005aaa;
}

#merila {
	width: 800px;
	height: 200px;
	background: url(../images/merila.jpg);
	overflow: hidden;
	border-top: 1px #CCC solid;
}

#info {
	width: 790px;
	height: 70px;
	margin-top: 125px;
	text-align: right;
	font-size: 0.8em;
	border: 0px solid;
	color: #fff;
}

#content_wide {
	width: 760px;
	padding: 0px 20px 0px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	border: 0px solid;
	background: #f6f6f6;
}

#content_half_left {
	width: 380px;
	float:left;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	border: 0px solid;
}

#content_half_right {
	width: 380px;
	float:right;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	border: 0px solid;
}

#column_container {
	width: 799px;
	padding: 0px 0px 0px 0px;
	background: url(../images/column_bg.gif) repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
}

#column_left {
	width: 180px;
	float:left;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	border: 0px solid;
}

#column_right {
	width: 540px;
	float:right;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	border: 0px solid;
	background: #fff;
}

h1 {
	margin-top: 10px;
	padding: 2px 10px 2px 0px;
	color: #005aaa;
	font-style:italic;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px solid #ccc;
	background: none;
}

h2 {
	display:block;
	width: 550px;
	background: #dcdcdc;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	clear:both;
	color: #005aaa;
	border: 0px dotted;
}

h3 {
	display:block;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	clear:both;
	font-size: 0.9em;	
	color: #005aaa;
	border: 0px dotted;
}

.gallery {
	margin: 5px 0px 0px 0px;
	padding: 0;
	width: 550px;
	overflow: hidden;
	border: 0px dotted;
}

.gallery a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.galpic {
	float: left;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	padding 0px;
	border: 0px;
}

#footer {
	width: 100%;
	height: 80px;
	background: #dcdcdc;
	border-top: 2px solid #f0f0f0;
}

#footer_container {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	font-size: 0.8em;
	color:#333;
	background: #dcdcdc url(../images/header_bg.jpg) repeat-x;
	border-bottom: 3px solid #ccc;
}

#footer_left {
	width: 630px;
	float: left;
	margin-left: 10px;
	text-align: left;
	padding-top: 20px;
	border: 0px solid;
}

#footer_left a {
	text-decoration: none;
}

#footer_right {
	width: 150px;
	height: 30px;
	margin-right: 10px;
	padding-top: 50px;
	float: right;
	text-align: right;
	background: url(../images/merila_logo_small.jpg) no-repeat;
}

#spliter {
	width: 800px;
	height: 16px;
	cler: both;
	background: url(../images/spliter.gif) no-repeat center;
}
	
