* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: #4da266;
	font: 13px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	color:#fff;
	text-align:center;
}

#pagewrapper {
	min-width: 800px;
}

#wrapper {
	background: #cfeaf3 url('../img/vesikoulu_topbg.gif') top repeat-x;
	height:270px;
}

h1#etusivu_logo {
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-weight: bold;
	font-size: 65px;
	letter-spacing:0.08em;
	text-transform: uppercase;
	line-height: 1.8em;
}

#content {
	width: 340px;
	margin: 0 auto;
	text-align:left;
	color: #111;	
}

#content p {
	margin-bottom: 1em;
	font-size: 14px;
}

#footer {
	background: #4da266 url('../img/vesikoulu_footer_bg.gif') top repeat-x;	
}

#footer_logos {
	padding-bottom:35px;	
}

#footer_logos img {
	margin:0 12px;	
}

#copytext {
	padding: 10px 0 30px 0;	
}


/* Dropdown navigation */
#dropmenu, #dropmenu * { padding: 0; margin: 0; }

ul#dropmenu {
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #ffa500;
	color: #fff;
	cursor:pointer;
	border-left:4px solid #cfeaf3;
	border-bottom:4px solid #cfeaf3;
}

li.menulink div {
	cursor:pointer;	
}

ul#dropmenu li.menulink div {
	display: block;
	color: #fff;
	text-decoration:none;
	padding: 10px 15px;
	width: 130px;
	background: #ffa500 url('../img/menu_icon.gif') 30px 50% no-repeat;
}

#dropmenu li a {
	display: block;
	color: #fff;
	background:#999;
	text-decoration:none;
	padding: 10px 15px;
	width: 130px;
}

#dropmenu li a:hover {
	background:#332d47;
}


.menulink ul {
	display:none;
	list-style: none;	
}

.menulink ul li {
	background: #999;
}
