@import "../def/trans.css";
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}
body {
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: black;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul, ol {
	margin-left: 12px;
}
li {
	margin-left: 0;
}
div#header {
	width: 350px;
	height: 140px;
}
div#content {
	position: absolute;
	top: 140px;
	left: 0;
	width: 350px;
	height: 280px;
	background-color: rgb(146,176,147);
	text-align: center;
}
div#footer {
	position: absolute;
	top: 420px;
	left: 0;
	width: 350px;
	height: 50px;
	background-color: rgb(146,176,147);
	text-align: center;
}
div#content img.galleryimageportrait {
	margin-top: 20px;
}
div#content img.galleryimagelandscape {
	margin-top: 40px;
}
div#footer div#nav {
	position: absolute;
	left: 158px;
}
div#footer div#nav div.navbuttonleft {
	float: left;
	margin-right: 10px;
}
div#footer div#nav div.navbuttonright {
	float: left;
}
