@charset "utf-8";
/* CSS Document */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #353535;
	background : #dedede url('gfx/body-bg.jpg') repeat-x;
}

A:link, A:visited, A:active {
	color : #651f76;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

UL, LI {
	margin : 0;
	padding : 0;
}

P {
	margin : 10px 0 0 0;
	padding : 0;
	line-height : 170%;
}

H1 {
	font-size : 22px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : 400;
	margin : 0 0 30px 0;
	color : #651f76;
}

H2 {
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : 700;
	margin : 0 0 30px 0;
}

IMG { border : 0; }

.white:link, .white:active, .white:visited {
	color : #fff;
	text-decoration : none;
}

.white:hover {
	text-decoration : underline;
}

#bigwrapper {
	width : 995px;
	margin : 0 auto;
}

#head {
	width : 995px;
	height : 131px;
	background : url('gfx/head.jpg') no-repeat;
}

#navi {
	margin-left : 72px;
}

#foot {
	color : #d1d1d1;
	font-size : 11px;
	width : 995px;
	height : 108px;
	background : url('gfx/foot.jpg') no-repeat;
}

#middlecontainer {
	width : 995px;
	min-height : 398px;
	background-repeat : no-repeat;
}

#middlecontainer-bg {
	background : url('gfx/main-bg-repeat.jpg') repeat-y;
}
#middlecontainer-bg-jatko {
	background : url('gfx/jatko-main-bg-repeat.jpg') repeat-y;
}

.etusivu-main {
	width : 420px;
/*	position : relative;*/
	padding-top : 63px;
	padding-bottom : 20px;
	margin-left : 123px;
}

.etusivu-main P {
	margin-left : 30px;
}

#jatkosivu-main {
	width : 375px;
	float : left;
	margin-top : 30px;
	margin-right : 20px;
	padding-bottom : 20px;
}

#alanavi-container {
	float : left;
	width : 150px;
	height : 370px;
	padding-top : 33px;
/*	background : url('gfx/alanavi-bg.jpg') no-repeat;*/
}

#alanavi {
	margin-left : 5px;
	width : 140px;
	list-style-type : none;
	/*list-style-image : url('gfx/li.gif');*/
}

#alanavi LI {
	margin : 7px 0;
	padding : 0px;
	padding : 8px 15px 8px 10px;
	border-bottom : 1px solid #F1F1F1;
}
