* {
	margin: 0;
	padding: 0;
}

body {
	background: #dadada url("../images/background.jpg") no-repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main_container {
	width: 700px;
	margin: 0 auto;
}

#top h1 {
	margin-top: 76px;
	display: block;
	width: 100%;
	height: 61px;
	background: url("../images/logo.png") no-repeat 10px 0%;
}

#top h1 span,
#right_box_header h3 span,
#right_box_footer a span,
ul#static_menu li a span {
	display: none;
}

#content_top {
	width: 100%;
	height: 15px;
	background: url("../images/content_top.png") no-repeat 50% 0%;
}

#content_middle {
	width: 100%;
	height: 279px;
	clear: both;
}

#content_left {
	float: left;
	width: 15px;
	height: 279px;
	background: url("../images/content_left.png") no-repeat 0% 0%;
}

#content_center {
	float: left;
	width: 670px;
	height: 279px;
	background: #fff;
}

#content_right {
	float: right;
	width: 15px;
	height: 279px;
	background: url("../images/content_right.png") no-repeat 100% 0%;
}

#content_bottom {
	width: 100%;
	height: 15px;
	background: url("../images/content_bottom.png") no-repeat 50% 0%;
}

#flash_container {
	float: left;
	width: 420px;
	height: 279px;
}

#right_box {
	padding: 30px 24px 18px 24px;
	width: 193px;
	height: 231px;
	background: url("../images/right_box.png") no-repeat 0% 0%;
	float: right;
}

#right_box_header {
	width: 100%;
	height: 23px;
	background: url("../images/line_dot.gif") repeat-x 0% 100%;
}

#right_box_header h3 {
	display: block;
	font-size: 1px;
	width: 100%;
	height: 12px;
	background: url("../images/heading_ajankohtaista.png") no-repeat 0% 0%;
}

#right_box_content {
	width: 100%;
	height: 193px;
	overflow: auto;
}

#right_box_content h4 {
	font-size: 12px;
	color: #dbdcf5;
	margin-top: 10px;
}

#right_box_content p {
	font-size: 11px;
	color: #fff;
	margin-top: 4px;
	line-height: 12px;
}

#right_box_content div.read_more {
	margin-top: 3px;
	padding-bottom: 4px;
}

#right_box_content a {
	color: #7acfff;
	text-decoration: none;
	font-size: 11px;
}

#right_box_content a:hover {
	text-decoration: underline;
}

#right_box_footer {
	width: 100%;
	height: 15px;
	background: url("../images/line_dot.gif") repeat-x 0% 7px;
}

#right_box_footer a {
	display: block;
	margin: 0 0 0 auto;
	width: 126px;
	height: 15px;
	background: url("../images/read_more.png") no-repeat 0% 0%;
}

#copyright {
	width: auto;
	color: #2d308d;
	font-size: 11px;
	margin: 9px 12px 11px 0;
	text-align: right;
}

ul#static_menu {
	display: block;
	width: 420px;
	height: 279px;
	background: url("../images/static_menu.jpg") no-repeat 0% 0%;
	list-style: none;
}

ul#static_menu li {
	float: left;
}

ul#static_menu li#myymalat,
ul#static_menu li#yritysinfo {
	margin-left: 10px;
}

ul#static_menu li#seuroille,
ul#static_menu li#yritysinfo {
	margin-top: 11px;
}

ul#static_menu li a {
	display: block;
	width: 205px;
	height: 134px;
}

.clearer {
	clear: both;
}