/* CSS document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	background-color: #b4b2ac;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;	
}


ul li {
	float:left;
	margin-right:20px;
	padding-right:20px;
	color:#FFFFFF;
	border-width:2px;
	border-right-style:solid;
	*margin-top:12px;
}
.menu_first{
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	border-width:2px;
	border-left-style:solid;
	border-right-style:solid;
}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: none;}

.menu_current a{
	color: #CCCCCC;
}
.pagecontainer {
	float: left;
	position: absolute;
	width: 904px;
	left: 50%;
	margin-left: -454px;
}

.header {
	float: left;
	position: relative;
	width: 904px;
	height: 126px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.navi_area {
	float: left;
	position: relative;
	width: 904px;
	background:url(../img/navi_alue.jpg);
	height: 24px;
	display: inline;
}
.navi {
	float:left;
	position:relative;
	display:inline;
	margin-left:350px;
	margin-top:-7px;
	}



.vali{
	float:left;
	position:relative;
	display:inline;
	background:url(../img/vali.jpg);
	width:904px;
	height:34px;
}
.main {
	float:left;
	position:relative;
	width: 493px;
	height: 423px;
}
.container {
	font-weight:normal;
	float: left;
	position: relative;
	width: 493px;
	background-color: #d4d6ca;
	height:423px;
	overflow:auto;
	
}
.container a{
color:blue;
}
.con {
	margin-right:20px;
	width:453px;
	height:415px;
	float:left;
	position:relative;
	display:inline;
}

.left_area {
	float: left;
	position: relative;
	width: 335px;
	height: 423px;
	background:url(../img/vasen.jpg);
}	


.right_area {
	float: left;
	position: relative;
	width: 76px;
	height:423px;
	background:url(../img/oikea.jpg);
}


.footer {
	float: left;
	position: relative;
	width: 907px;
	height: 84px;
	background-image: url(../img/footer.jpg);
}	

*html ul li.menu_current a:visited{
	color: #CCCCCC;
}
*html .container a:hover{
color:blue;
}
*html .container a:visited{
color:blue;
}