@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
}

#holder {
	background-color: #FFF;
	width: 960px;
	margin: 0 auto 0 auto;
}


#header {
	height: 120px;
	width: 960px;
	background-image: url(images/headerbkgd.png);
}

#header table tr td img {
	padding-left: 20px;
}
#header table tr td #title {
	padding-left: 0px;
}

#nav {
	float:left;
	width:180px;
	padding-top:15px;
	padding-right:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

tr td h1 {
	padding-left: 10px;
}

#contentblock {
	width: 948px;
}

#contentleft {
	padding: 15px;
	width: 425px;
	float: left;
}

#contentblock #contentright {
	padding: 15px;
	width: 450px;
	float: right;
}

#contentblock #contentright img {
	margin-top: 100px;
}

#contentblock #garlicright {
	margin-top: 50px;
}

#footer {
	font-size: 11px;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F30;
	text-align: center;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

#footer #timoleft {
	text-align: left;
}
	
#footer #fbright {
	text-align: right;
}

.basic-text {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	text-align: justify;
}

.headerotsikko {
	margin:0;
	padding:0px 10px;
	font:bold 130%, Georgia,"Times New Roman",Times,serif;
	color:#333;
}
#content p {
	font-size: 70%;
}

#title {
	font-size: 60px;
	font-family: Garamond;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #888;
	margin: 6px 0 0 56px;
	float: left;
}

h1 {
	font-size: 60px;
	font-family: Garamond;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #888;
	margin: 6px 0 0 56px;
	float: left;
}

h2 {
    font-size: 36px;
    font-family: Garamond;
    color: #064a03;
}

h3 {
    font-size: 24px;
    font-family: Garamond;
    color: #064a03;
	}
	
redtext {
	color: #F30
}

basictype{
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	text-align: justify;
}
	
#menu {
	width: 948px;
	height: 27px;




	font size: 16px; 
	background-color: #F30;
	margin-right: 6px;
	margin-left: 6px;
}

#menu ul {
	height: auto;
	padding: 6px 0px;
	margin: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #FFF;
	padding: 6px 5px 5px 5px;
}

#menu a:hover {color: #F30; background-color: #FFF; }
