body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* Taustaväri */
	background-color: #000000;
	text-align: left;
	margin-top: 2px;
}

.page {
	/* Sivun leveys: */
	width: 900px;
	
}

#text {
	margin: 0 auto;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 1.7em;	
	margin-bottom: 1px;
	letter-spacing: -0.01em;
}

#text a:link, #text a:visited, #text a:hover, #text a:active {
	text-decoration: none;
	color: #88747d;
}

#text_black {
	color: #000000;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* Menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
}


#padding {
	padding: 0;
}

#innerpage {
/* Taustakuva: */
	background-image: url("../images/background_fat4.jpg");
	background-repeat: no-repeat;
	padding: 30px;
	height: 400px;
}

#innerpage2 {
/* Taustakuva: */
	background-image: url("../images/background_bsb.jpg");
	background-repeat: no-repeat;
	padding: 30px;
	height: 400px;
}

/* Boksi tyylit */

#content {
	background-image: url("../images/tausta_fat4.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	float: right; 
	width: 530px; 
	height: 380px;
	padding: 0.5em;
	font-family: Trebuchet MS;
	font-size: 1.0em;
	overflow: auto;
}

#content2 {
	background-image: url("../images/tausta_bsb.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	float: right; 
	width: 530px; 
	height: 380px;
	padding: 0.5em;
	font-family: Trebuchet MS;
	font-size: 1.0em;
	overflow: auto;
}

#content p {
	font-size: 1.0em;
}

#content2 p {
	font-size: 1.0em;
}

/* heading */

#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #88747d;
}

#content2 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #88747d;
}

/* Linkki värit */

#content a:link {
	font-size: 1.1em;
	color: #88747d;
	font-weight: bold;
}

#content2 a:link {
	font-size: 1.1em;
	color: #88747d;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #88747d;
	font-weight: bold;
	font-style: italic;
}

#content2 a:hover, #content2 a:active {
	color: #88747d;
	font-weight: bold;
	font-style: italic;
}

#content a:visited {
	color: #88747d;
	font-weight: bold;
}

#content2 a:visited {
	color: #88747d;
	font-weight: bold;
}

