html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Verdana, sans;
	font-size: 12px;
}
#wrap {
	width: 927px;
	margin-left: auto;
	margin-right: auto;
}

#header, #content, #footer {
}

#header {
	padding-left: 36px;
	padding-right: 36px;
	width: 855px;
	height: 139px;
	background-image: url('../images/header.png');
}

#header a {position: relative;}

#main_menu {
	padding-left: 56px;
	padding-right: 56px;
	width: 815px;
	background-image: url('../images/content.png');
}
#main_menu a {position: relative;}

#main_menu table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#main_menu table td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#main_menu table td.left_side {
	width: 6px;
	height: 31px;
	background-image: url('../images/menu_left_side.png');
}
#main_menu table td.right_side {
	width: 6px;
	height: 31px;
	background-image: url('../images/menu_right_side.png');
}
#main_menu table td.splitter {
	width: 4px;
	height: 31px;
	background-image: url('../images/menu_splitter.png');
}
#main_menu table td.btn_1 {
	width: 21px;
	height: 31px;
	background-image: url('../images/menu_btn_1.png');
}
#main_menu table td.btn_2 {
	padding-bottom: 6px;
	height: 25px;
	background-image: url('../images/menu_btn_2.png');
	background-position: 50% 0%;
}
#main_menu table td.btn_2_hover {
	height: 31px;
	background-image: url('../images/menu_btn_2_hover.png');
	background-position: 50% 0%;
}
#main_menu table td.btn_3 {
	width: 21px;
	height: 31px;
	background-image: url('../images/menu_btn_3.png');
}
#main_menu a {
	font-size: 12px;
	color: #000;
	text-decoration:none;
	font-family: Arial, Verdana, sans;
}

#content {
	padding: 20px 70px 20px 70px;
	min-height: 360px;
	background-image: url('../images/content.png');
	height: auto !important;
	height: 360px;
}
#content a {position: relative;}

#content_left {
	width: 230px;
	float: left;
	padding-left: 80px;
}

#content_right {
	width: 230px;
	float: right;
	padding-right: 80px;
}

#footer {
	width: 793px;
	height: 47px;
	background-image: url('../images/footer.png');
	padding-top: 44px;
	padding-left: 134px;
	clear: both;
}

#footer a {position: relative;}

table#yhteystiedot {
	width: 600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

table#yhteystiedot td {
	width: 300px;
	height: 170px;
}