/* www.leena-tuominen-mueller.com */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: normal 9pt Arial,Verdana;
	color: #cce;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: url(../img/bg_main.gif) repeat top left;
}

a {
	color: #cce;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h3 {
	width: 440px;
	text-align: left;
	margin: 10px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #cce;
}

.text {
	display: block;
	width: 450px;
	text-align: justify;
	padding: 10px;
}

.index_left {
	display: block;
	width: 330px;
	text-align: justify;
	float: left;
	padding: 10px;
	margin: 20px 0 20px 30px;
}

.index_right {
	display: block;
	width: 330px;
	text-align: justify;
	float: right;
	padding: 10px;
	margin: 20px 30px 20px 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	*margin: 10px 0 0 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #302f37;
}

#inner_container {
	
}

#navi {
	position: relative;
	width: 100%;
	*width: 798px;
	height: 28px;
	margin: 10px 0 0 0;
	clear: both;
	text-align: center;
}

#navi ul {
	position: relative;
	margin: 0 auto;
}

#navi li {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	width: 265px;
	*width: 235px;
	height: 100%;
	float: left;
	background: url(../img/bg_navi.gif) repeat-x top left;
	list-style: none;
	text-align: center;
}

#navi li:hover {
	background: url(../img/bg_navi1.gif) repeat-x top left;
}

#navi a {
	display: block;
	font: bold 10pt Arial,Verdana;
	color: #afb0d7;
	text-decoration: none;
	padding: 4px 0;
}

#navi a:hover {
	display: block;
	font: bold 10pt Arial,Verdana;
	color: #eee;
	text-decoration: none;
}

#logo {
	position: relative;
	width: 100%;
	height: 72px;
	background: url(../img/logo.jpg) no-repeat top left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
}

#main {
	position: relative;
	width: 100%;
	background: #302f37;
	text-align: center;
	clear: both;
}

#footer {
	text-align: center;
	clear: both;
	background: #000;
	padding: 4px;
}

