@charset "utf-8";
/* CSS Document */

body { 	font-family:Georgia, "Times New Roman", Times, serif; 
		background-image:url(../images/tausta.jpg); 
		background-repeat:repeat; 
		background-position: 0;}

h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif;}
h1 {	font-size: 1.4em; color:#660000}
h2 {	font-size: 1.2em; color:#660000}
h3 {	font-size: 1.1em; color:#660000}

#container {width: 1000px; background-color:#FFF; margin:0 auto;}

#header {height: 100px; background-position: 0;}

#nav {	float: left; 
		width:990px; 
		padding:5px; 
		height: 25px; 
		background-image:url(../images/nav.jpg); 
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-weight: bold; 
		color:#660000;  }

#article {
	float: left;
	width:597px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	text-align:left;
	padding-right: 10px;
}

#mainphoto {margin-left: 617px;}

#footer {clear:both; 
		text-align:center; 
		padding:0; 
		height:23px; 
		background-image:url(../images/footer.jpg); 
		font-family:Georgia, "Times New Roman", Times, serif; }

a:link {color:#660000; text-decoration: none}
a:visited {color:#660000;}
