/* top.css created by: drinn */

/* YLÄOSA */

#top { width: 900px; height: 100px; }

#logo {
	width: 900px;
	height: 100px;
	float: left;
	background-image: url(logo.jpg);
}

#photo {
	width: 900px;
	height: 200px;
	margin-left: 4px;
	background: url(mainphoto.jpg);
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	text-align: left;
}

/* NAVIGAATIO */

#nav {
	width: 880px;
	height: 22px;
	padding-left: 20px;
	border-top: 1px solid #EBE8DB;
	background: url(navigation.jpg) no-repeat;
	text-align: left;
}