body {	
	/*background-color: #FFFFFF;*/
	font-family: Verdana, Georgia, Tahoma;
}

#container {
	width: 800px;
	margin: 5px auto 0px auto;
	padding: 0px;
}

#header {
	width: 730px;
	padding: 35px;
	margin: 0px auto 0px auto;
	background-image: url("../tiedostot/images/bg_header.gif");	
	background-repeat: no-repeat;
}

#mainmenu_container {
	width: 800px;
	height: 30px;
	margin: 0px auto 0px auto;
	background-image: url("../tiedostot/images/bg_mainmenu.gif");	
	background-repeat: no-repeat;
	color: white;
}

#mainmenu {
	width: 781px;
	height: 30px;
	margin: 0px 9px 0px 10px;
	color: white;
	background-color: #404040;
}

#mainmenu ul {
    margin: 0 auto 0 auto;
    padding: 7px 0px 6px 10px;
    list-style-type: none;
	text-align: center;
}

#mainmenu li {
	display: inline;
    padding: 0px 15px 0px 0px;
    text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
    font-weight: bold;
}

#mainmenu li a {
    padding: 0px 15px 0px 0px;
    text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	color: white;
}

#mainmenu li a:hover {
	color: #E70422;
}

#mainmenu li a.selected {
    padding: 0px 15px 0px 0px;
    text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	color: #E70422;
}

#content {
	width: 770px;
	/*height: 400px;*/
	margin: 0px auto 0px auto;
	padding: 15px 15px 15px 15px;
	background-image: url("../tiedostot/images/bg_content.gif");	
	background-position: top left;
	background-repeat: no-repeat;
}

#content_left {
	float: left;
	width: 480px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #C5C5C4;
	/*margin: 10px 0px 10px 9px;*/
	/*border: 1px solid black;*/
}

#content_right {
	float: right;
	width: 250px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	/*margin: 10px 9px 10px 0px;*/
	/*border: 1px solid black;*/
	
}

#content_full {
	width: 750px;
	padding: 0px;
	margin: 10px 9px 10px 9px;	
}

#content_links {
	width: 730px;
	padding-bottom: 10px;
	margin: 0;	
	border-bottom: 1px solid #C5C5C4;
}

#table_main {
	width: 750px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #C5C5C4;
	border-bottom: 1px solid #C5C5C4;
}

#cell_one_c {
	float: left;
	width: 163px;
	margin: 10px 0 0 0;
	padding: 5px;	
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#cell_two_c, #cell_three_c, #cell_four_c, #cell_five_c {
	float: left;
	width: 133px;
	margin: 0;
	padding: 5px;	
	font-size: 12px;
	text-align: center;
}

#cell_one {
	float: left;
	width: 163px;
	height: 35px;
	margin: auto;
	padding: 5px;	
	font-size: 12px;
	text-align: left;
}

#cell_two, #cell_three, #cell_four, #cell_five {
	float: left;
	width: 133px;
	height: 35px;
	margin: 0;
	padding: 5px;	
	font-size: 12px;
	text-align: center;
}

#cell_one_b {
	float: left;
	width: 163px;
	height: 35px;
	margin: 0;
	padding: 5px;	
	font-size: 12px;
	text-align: left;
	background-color: #E5E5E5;
}

#cell_two_b, #cell_three_b, #cell_four_b, #cell_five_b {
	float: left;
	width: 133px;
	height: 35px;
	margin: 0;
	padding: 5px;	
	font-size: 12px;
	text-align: center;
	background-color: #E5E5E5;
}

#contact_text_left, #contact_image_left, #contact_text_right, #contact_image_right {
	float: left;
	width: 177px;
	margin: 0;
	padding: 5px;	
	font-size: 12px;
	text-align: center;
}

#footer {
	width: 760px;
	height: 20px;
	padding: 5px 20px 0px 0px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	text-align: right;
	color: #404040;
	border-top: 1px solid #C5C5C4;
}

.madeby {
	font-size: 12px;
	text-align: right;
	color: #F5F5F5;
}

.device {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #E70422
}

.content_text {
	font-size: 12px;
	color: black;
}

.content_image {
	font-size: 12px;
	text-align: center;
	color: black;
}

.side_text {
	font-size: 12px;
	text-align: left;
	color: black;
}

.clear {
	clear: both;
}

h4 {
	color: #E70422;
}

h5 {
	color: #E70422;
}

