/* CSS Document */

html {
overflow-y:scroll;
}

body { 
	background-color: #000000; 
	text-align: center;
}

p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 20px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

hr { height:0; border:0; border-top: 1px solid #302226; margin: 0; }

h1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

h2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h2 a {	
	color: #ffffff;
	text-decoration:none; 
}

a { 
	text-decoration:none; 
	color: #999999;
	font-weight: bold;
}
	
A:hover {
	text-decoration: underline; 
	color: #ffffff;
	font-weight: bold;
}

#wrap { 
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}

#header { 
	width: 600px;
	height: 50px;
	background-image: url(../img/header.gif);
}

#image { 
	width: 600px;
	border-width: 1px;
	border-style: solid;
	border-color: #302226;
}

#start { 
	width: 600px;
	height: 50px;
	background-image: url(../img/start.gif);
}

#navi { 
	width: 600px;
	height: 50px;
}

#kolme { 
	width: 600px;
	height: 210px;
	background-image: url(../img/kolme.jpg);
	margin-top: 20px;
}

#prev {
	width: 200px;
	height: 50px;
	background-image: url(../img/prev.gif);
	float: left;	
}

#home{
	width: 200px;
	height: 50px;
	background-image: url(../img/home.gif);
	float: left;	
}

#next {
	width: 200px;
	height: 50px;
	background-image: url(../img/next.gif);
	float: left;	
}

#footer { 
	width: 600px;
	height: 70px;
	margin-bottom: 10px;
	clear: both;
}
