.page {
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #000000;
}
.links {
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.content {
	height: 460px;
	width: 680px;
}
h1 {
}
.form_input {
	width: 300px;
}
.button_link {
	display: block;
	height: 20px;
	width: 170px;
	text-align: center;
	background-image: url(images/nappula.gif);
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}
.header {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.photo {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
}
.photo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#map {
	height: 450px;
	width: 650px;
	background-color: #CCCCCC;
}
.news_input {
	width: 600px;
}
.edit_buttons {
	float: right;
}
