/* BODY */

body {
	text-align: center;
	background-color: #020202;
	color: #ffffff;
	margin: 0px;
  }

a {
	text-decoration: none;
        color: #F4F4F4;
	font-weight: bold;
}

a:visited {
        color: #d8d8d8;
}

a:hover {
        color: #FFFFFF;
	text-decoration: underline
}


.content {
	margin: 10px 30px 10px 30px;
	font-family: Verdana;
	color: #f1f1f1;
	text-decoration: none;
	xtext-align: justify;
	letter-spacing: 0;
	font-size: 0.8em;
}

.slogan {
	font-size: 1.85em;
	font-family: Verdana;
	color: #fff;
	text-align: justify;
}


h2 {
	font-size: 1.2em;
}

.contentwrapper {
	margin: 0;
	width: 780px;
	text-align: left;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
}


.embedbg {
	width: 720px;
	height: 400px;
	border: none;
}

/* SISÄLTÖ */

.lefttext {
	width: 300px;
	float: left;
}

.rightnews {
	width: 380px;
	float: right;
	padding: 0;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 0 20px #212121;
	-webkit-box-shadow:0 0 20px #212121;	
}

.narrow {
	width: 400px;
}

ul {
	padding-left: 30px;
	list-style-type: circle;
}

/* HEADER */
.header {
	background-color: #000000;
        border-top: 1px solid #202020;
        border-bottom: 1px solid #202020;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 175px;
        }

.navi {
	display: block;
	background: url(images/navibg.gif);
	height: 30px;
	background-color: #cdcecf;
	width: 100%;
	border-top: 1px solid #909193;
	padding-top: 10px;
}


a.nav  {
	display: inline-block;
	background: transparent;
	color: #000;
	font: 16px Verdana;
	word-spacing: -0.2em;
	letter-spacing: 1px;
	padding: 0px 10px 0 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	height: 20px;
	border-right: 1px solid #b7b8b8;
	border-left: 1px solid #eaeaeb;
	text-shadow: 1px 1px 0 #e7e8e8;
	width: 172px;
	}

a.nav:visited  {
	display: inline-block;
	background: transparent;
	color: #000;
	font: 16px Verdana;
	word-spacing: -0.2em;
	letter-spacing: 1px;
	padding: 0px 10px 0 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	height: 20px;
	border-right: 1px solid #b7b8b8;
	border-left: 1px solid #eaeaeb;
	text-shadow: 1px 1px 0 #e7e8e8;
	width: 172px;
	}

a.navx  {
	display: inline-block;
	background: transparent;
	color: #a21818;
	font: 16px Verdana;
	word-spacing: -0.2em;
	letter-spacing: 1px;
	padding: 0px 10px 0 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	height: 20px;
	border-right: 1px solid #b7b8b8;
	border-left: 1px solid #eaeaeb;
	text-shadow: 1px 1px 0 #e7e8e8;
	width: 172px;
	}

a.nav:hover {
	color: #a21818;
	text-decoration: none;
}

a.navx:hover {
	color: #a21818;
	text-decoration: none;
}	

a.navx:visited {
	color: #a21818;
	text-decoration: none;
}	

.navl {
	border-right: 1px solid #b7b8b8;
	height: 20px;
	padding: 0px;
	margin: 0;
	font: 16px Verdana;
	text-transform: uppercase;
	font-size: 1.2em;
}

.navr {
	border-left: 1px solid #eaeaeb;
	height: 20px;
	padding: 0px;
	margin: 0;
	font: 16px Verdana;
	text-transform: uppercase;
	font-size: 1.2em;
}

.sitebody {
	background: url(images/sitebg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* SITES */




.boxed {
	border-width: 1px;
	border-style: solid;
	border-color: #414141;
	padding: 5px;
	vertical-align: top;
	}



.fixednavi {
	padding-top: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #000;
	background-color: #000000;
	background: url(images/footerbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	margin: 0;
	font: 12px Verdana;
	text-shadow: 0px 1px 0 #c0c0c0;
	text-transform: uppercase;
}











