* {

	
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #494949;

}
select, option, input {

	color: #404040;
}

body {

	background: #000000 url(../img/body_bg.jpg) repeat-x;
}

#page_wrapper {

	width: 840px;
	min-height: 800px;
	border-right: 0px dotted #042c04;
	border-left: 0px dotted #042c04;
	border-bottom: 0px dotted #042c04;
	margin: 0 auto;
}


#content_wrapper {

	width: 840px;
	min-height: 700px;
	border-top: 0px dotted #d0acc4;
	border-left: 0px dotted #d0acc4;
	border-right: 0px dotted #d0acc4;
	border-bottom: 0px dotted #d0acc4;
	margin: 0 auto;
	padding: 15px;
	float:left;

}

#header_spacer {

	height: 370px;
}

#footer {

	width: 900px;
	border-left: 0px solid #9b3f7c;
	border-right: 0px solid #9b3f7c;
	border-bottom: 0px solid #9b3f7c;
	margin: 0 auto;
	text-align: center;
	background: #8d8d8d;
	padding: 5px;
}

#logoimg {

	position: absolute;
	top: 8px;
	border: none;
}

p,b,li {

	color : #494949;
}

/* Links */
a:link, a:visited {

	font-size : 11px;
	color : #cacaca;
	text-decoration: underline; 
}


h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}

h1.pagemaintitle {

	/*line-height : 42px;*/
	padding-left: 10px;
}

p.contactinfobig {

	color: #494949;
	font-size: 14px;
	font-weight: regular;
}

div.contactinfobig {

	width: 650px;
	margin: auto;
	text-align: center;
}
.pagesubtitle {

	border-bottom: 1px dotted #cacaca;
	font-size: 13px;
}

table {
	
	margin: 0px;	
}


.basictable {

	/*text-align: center;*/
	/*border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;*/
}

.basictable td, .basictable th {

	padding: 2px 4px 2px 4px;
	/*border-top: 1px solid #CFDBCF;*/
}


.basictable tr:hover>td {

	background: #316436;
	color: #ffffff;
}

/*** cleanerit ja spacet ***/

.cleaner {

	height: 0px;
	clear: both;
}

.emptyrow20 {

	height: 20px;
	clear: both;
}
.emptyrow30 {

	height: 30px;
	clear: both;	
}


