/* * * * * *
 * style.css for akmu.org
 * Niilo Virtanen
 * * * * * */

body {
	background-color: #F6EEEE;
	font-family: verdana;
	font-size: 12px;
}

a, a:visited, a:active {
	color: 	#FF0000;
	text-decoration: none;
}

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

#navigation a {
	display: block;
	margin-bottom: -15px;
}

#navigation a:hover {
	border: 1px dotted black;
}	

#logo {
	border: 1px solid black;
	margin: auto;
	color: white;
	width: 950px;
	height: 10px;
	font-family: arial;
	font-size: 9px;
	text-align: right;
	padding-top: 120px;
	background-image: url('http://akmu.org/data/img/logo.png');

}

#kk {
	margin: auto;
	width: 952px;
}

#keeper {
	width: 950px;
	display: table-cell;
	min-height: 450px;
	background-color: #FBF8F8;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#navigation {
	float: left;
	width: 193px;
	min-height: 450px;
	background-color: #FBF8F8;
}

#content {
	float: right;
	width: 752px;
	padding: 2px;
	min-height: 450px;
	border-left: 1px dashed black;
	background-color: #FBF8F8;
}

#foot {
	margin: auto;
	width: 950px;
	font-size: 12px;
	text-align: center;
}

h3 {
	margin-top: 0px;
}

.overflow {
	overflow-x: scroll;
}
