/*** YLEINEN CSS ***/

body {
	margin: 10px;
	padding: 0px;
	background: #cccccc ;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #97AF95;
	background: #0D110D;
	
}

textarea {
	color: #243024;
	background: #97AF95;
	border: 1px solid #293A16;
}

input {
	color: #243024;
	background: #97AF95;
	border: 1px solid #243024;
}

input.nappi {
	font-weight: bold;	
	color: #243024;
	background: #629162;
	border: 1px solid #243024;
}

input.nappi:hover {
	color: #97AF95;
	background: #6F8E6F;
	border: 1px solid #598759;
}

table {
	text-align: center;
	border: 1px solid #4D754D;
}

td, th {     border: 1px solid #4D754D;}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #598759;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #598759;
}

a:hover {
	text-decoration: underline;
	color: #598759;
}

b {
	font-weight: bold;
	color: #598759;
}

img {
   border:0;
}


/*** HEADER KAMA ***/

#header {
	width: 780px;
	height: 140px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #9c9183 url(kuvat/header.jpg);
}

/*** MENU ***/

#menu {
	width: 780px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background: #293A16 url(kuvat/valikko.gif);
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
	
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background: #598759 url(kuvat/nappi.gif);
}

#menu a:hover {
	background: #97AF95 url(kuvat/nappi2.gif);
}

/*** CONTENT ***/

#content {
	width: 780px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}


#content p, #content ul, #content ol {
	line-height: 150%;
}

#inside {
	float: left;
	width: 740px;
	padding: 0px 20px 40px 20px;
	background: url(kuvat/tausta.jpg);
}

/*** FOOTER ***/

#footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	border-top: 0px solid #666666;
	font-size: 9px;
	text-align: center;
	padding: 10px;
	color: #333333;
	background: url(kuvat/bottom.jpg) no-repeat;
}
