body {
	font-family: arial;
	font-size: 80%;
	border: 1px;
}
#container {
	width: 800px;
	margin: 0px auto;
}
#header {
    width: 800px;
}
#top {
	color: #FFFFFF;
	width: 221px;
	height: 140px;
	background-color: #FF9900;
}
#topright {
	float: right;
	height: 140px;
	width: 574px;
	text-align: center;
	background-color: #CCCCCC;
}
.cl {
clear:both;
}
#gallery {
	width: 800px;
	padding-top: 5px;
}
#news {
	width: 221px;
	height: auto;
	margin-top: 5px;
	background-color: #999999;
	color: #000000;
	padding: 0px;
	float:left
}
#main {
width:574px;
background-color:#CCCCCC;
float:right;
margin-top: 5px;
height:auto;
}
p {
margin: 0 0 0 5px;
}

div#topright p{margin-right: 3px;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}
h2 {
text-align: left;
	margin: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}
h3 {
text-align: center;
	font-size: 200%;
	font-weight: normal;
	color: #FFFFFF;
}

h4 {
	font-size: 250%;
	color: #AA2020;
	font-style:italic;
	margin-top:35px;	
}
h5	{	text-align:right;
		font-weight:bold;
		margin-bottom:5px;
		margin-right:5px;}
#footer {
	background-color: #FF9900;
	padding: 12px;
	width: 776px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}
div#main img { border: 1px solid rgb(178, 34, 34);
    margin: 2px ;
    padding: 2px; 
}
   
div#main ul {
	list-style-type: square;
}
/*tästä alkaa valikon muotoilu*/

#navi {	background-color:#FF9900;
		width:574px;
		height:26px;
		border-bottom:1px solid #fff;}
		
#menu {	list-style-type:none; 
		margin:0px 0 0px 0px; 
		padding:0;
		height:25px;}		
#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px; width:90px;}
#menu li span {display:block; z-index:100; background-color:#FF9900; padding: 0px 0px;font-size:1em;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; width:90px; }
#menu dt {background: #FF9900; margin:0; font-size: 1em; border-bottom:1px solid #fff; float:left; border-right:1px solid #fff; width:90px;}
#menu dd {display:none; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #000000; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#000000; padding: 5px 0px 5px 5px; text-decoration:none; width:90px;}
#menu dd a, #menu dd a:visited {background:#FF9900; color:#000000; text-decoration:none; display:block; padding: 5px 5px; width:150px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:1px solid #B22222; width:auto;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #B22222; color:#000000;}
