/* reset all default margin and padding */
* {
    margin: 0;
    padding: 0;
}

html {
	margin: 0;
	padding: 0;
	
	background-image: url(../images/tausta.gif);
    background-position: top left;
    background-repeat: repeat-x; 
}

body {
	margin: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    background-image: url(../images/tausta_bottom.gif);
    background-position: bottom left;
    background-repeat: no-repeat; 
}

#header {
	width: 100%;
	height: 125px;
}

#header h1 {
	float: left;
	margin: 25px 0 0 30px;
}

#header h1 a {
	display: block; 
	background-image: url(../images/otsikko.gif); 
	width: 806px;
	height: 63px; 
	border: none;
	text-indent: -9000pt;
}

#container {
    width: 1000px;
    margin: 0px auto;
}

#footer {
    clear: left;
    
	width: 1000px;
    height: 70px;

    text-align: right;
}


#content {
	float: left;
	width: 1000px;
	padding: 0;
	
	font-size: 0.9em;
}

#content a {
	color: #c00;
}

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

#content ul li.ad {
	float: left;
	width: 1000px;
    padding: 60px 0 0 0;
    margin: 20px 0 40px 0;

    clear: left;
}

#content ul li.ad .swf {
	float: left;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#content ul li.ad .info {
	float: left;
	width: 500px;
	height: 100px;
	margin: 0 0 0 30px;
}

#content ul li.ad h3 {
	margin: 5px 0 30px 0;
	padding: 0;
	color: #c00;
	width: 800px;
	
	border-bottom: 2px dotted #b2b2b2;
}

#content ul li.ad p {
	line-height: 1.3em;
	padding: 0;
}

#content ul li.ad h3,
#content ul li.ad p {
	margin-left: 15px;
}

#content p { 
	line-height: 1.2em;
	text-align: justify;
}

#footer ul {
	list-style-type: none;
	padding: 20px 0 0 0;
}

#footer ul li {
	display: inline;
	font-size: 0.8em;
	color: #888;
	padding: 0 5px 0 5px;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #888;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #e00;
	text-decoration: none;
}

