body {
  	background-color: #000;
  	font: normal 14px Arial;
  	color: #000;
	height: 100%;
	margin: 0;
}




/*==================*/
/*	TEXT & IMG		*/
/*==================*/

p {
	margin-bottom: 5px;
	}

ul {
	list-style-type: square;
	margin-bottom: 5px;
	}

hr {
	width: 30%;
	border: 1px dashed black;
	margin: 15px 0;
	}

h1.ndate {
	font-size: 13px;
	margin: 2px 0;
	}

h2.nheader {
	font-size: 17px;
	color: black;
	margin: 2px 0px;
	}

/*===========*/
/*	DIV		*/
/*===========*/
	
#cont {
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	background:url('img/cont_back.jpg');
	}

#main_cont {
	width: 1050px;
	height: auto !important;
	min-height: 935px;
	height: 935px;
	background:url('img/main_cont_back.jpg');
	}

#header {
	width: 1050px;
	height: 265px;
	}

#header img {
	display:block;
	border: 0;
	} 
	
#left_bar {
	width: 460px;
	float: left;
	}

#right_bar {
	width: 540px;
	float: left;
	}
	
.clear {
	clear: both;
	}
	
#valikko {
	margin-top: 630px;
	float: right;
	padding: 0;
	}

#valikko ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 50px;
	}
#valikko li {
	margin: 0px 0px 6px 0px;
	
	}

#text_cont {
	margin-top: 80px;
	width: 500px;
	}
	
.counter {
	margin-top: 60px;
	text-align: center;
	}
	
/*=========*/
/*	LINKIT */
/*=========*/

#valikko a:active {text-decoration: underline; color: #505050;}
#valikko a:link {text-decoration: underline; color: #505050;}
#valikko a:visited {text-decoration: underline;  color: #505050;}
#valikko a:hover {text-decoration: none;  color: #505050;}

a {color: #7d421e}	
a:active {text-decoration: underline;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}
	

	