/* By Antti Kulmanen */

* {
	padding: 0;
	margin: 0;
	}

body {
	background: white;
	color: #898989;
	font: 12px arial, helvetica;
	padding: 50px 0 0 0;
	}

#site {
	margin: auto;
	width: 760px;
	}
	
#top {
	height: 95px;
	}

#logo {
	background: url("img/logo.gif") no-repeat;
	width: 368px;
	height: 95px;
	float: left;
	}

#navigation {
	float: right;
	margin-top: 65px;
	font-size: 13px;
	display: block;
	}

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#navigation li a {
	padding: 5px 20px 7px 20px;
	display: block;
	color: grey;
	text-decoration: none;
	}

#navigation a:link {
	color: #bcbcbc;
	text-decoration: none;
	}
	
#navigation a:visited {
	color: #bcbcbc;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: black;
	background: #e7e7e7;
	}	
	
#text {
	margin-top: 30px;
}

#textLeft {
	width: 300px;
	float: left;
	text-align: right;
	margin-left: 53px;
	padding: 10px;
	}
	
#textRight {
	width: 300px;
	float: left;
	padding: 10px;
	}
	
#bottomLine {
	height: 20px;
	background: url("img/line.gif") no-repeat;
	float: left;
	width: 760px;
	margin-bottom: 50px;
	}

.hidden {
	display: none;
	}
	
h1 {
	font: bold 16px arial, helvetica;
	color: #616161;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
h2 {
	font: bold 12px arial, helvetica;
	color: #616161;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 10px;
	}
	
p {
	letter-spacing: 2px;
	line-height: 150%;
	padding: 10px;
	}
	
#text p {
	text-align: justify;
	}
	
#counter {
	margin-top: 281px;
	text-align: right;
	}
	
img {
	border: 10px solid #dedede;
	}
	
img.left {
	float: left;
	margin: 2px 10px 2px 2px;
	border: 5px solid #dedede;
	}
	
img.right {
	float: right;
	margin: 2px 2px 2px 10px;
	border: 5px solid #dedede;
	}
	
a:link {
	color: #898989;
	text-decoration: underline;
	}
	
a:visited {
	color: #898989;
	text-decoration: underline;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	}

a:active {
	color: black;
	text-decoration: underline;
	}
	
ul {
	margin: 10px;
	list-style-position: inside;
	list-style-image: url("img/disc.gif");
	}
