@charset "utf-8";
/* CSS Document */

/*TEXT DEFINITIONS*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

a { font-size:9.5px; text-decoration:none; font-weight:bold; display:block;}

a:link { color: #000; }

a:active {color: #000; }

a:hover { color: #E20640; }

a:visited {color:#000; }


#centeringcontainer { position:relative; width:960px; min-height:600px; margin:auto;}

#header { position:relative; height:100px; background:url(../layout/header_background.jpg); }

#main_menu {
	padding-top:7px;
	height:39px;
	padding-left:34px;
	background:url(../layout/main_menu_bg.jpg);
}

#main_menu a {
	float:left;
	margin-left:10px;
	width:100px;
	height:30px;
	font-size:9px;
	line-height:28px;
	text-align:center;
	background:url(../layout/btn.jpg);
}

#main_menu a:hover {
	float:left;
	margin-left:10px;
	width:100px;
	height:30px;
	font-size:9px;
	color: #E20640;
	line-height:28px;
	text-align:center;
	background:url(../layout/btnover.jpg);
}

#main_div { 
	position:absolute; 
	top:146px; 
	left:0px; 
	width:960px; 
	height:454px; 
	background:url(../layout/main_menu_bg.jpg); 
	}

#main_div1 { 
	position:absolute; 
	top:146px; 
	left:0px; 
	width:960px; 
	height:454px; 
	background:url(../layout/main_menu_bg.jpg); 
	}

#main_div1 td { 
	padding-left:10px;
	}


#main_pic { 
	position:absolute; 
	top:0px; left:0px; 
	width:960px; 
	height:254px;
	}

#main_text {position:relative; top:254px; left:0px; width:940px; background:url(../layout/main_menu_bg.jpg); }

#text_right {position:relative; left:340px; width:600px ;padding-right:20px; }

#ahjo_logo {position:absolute; top:42px; left:0px; width:340px; height:50px; }

#hbs_logo {position:absolute; top:15px; left:846px; width:68px; height:65px; }

