body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	background: #e6e6fa;;
}

#container {
	margin: 15px;
}

#header {
	clear: both;
}

#header #logo {
	display: block;
	background: url(logo.jpg) top left no-repeat;
	width: 360px;
	height: 120px;
	float: left;
}

#lang-menu {
	list-style: none;
	position: absolute;
	top: 0;
	right: 10px;
	width: 100px;
}

#lang-menu li {
	float: right;
	margin-left: 10px;
}

#lang-menu a {
	display: block;
	height: 25px;
	width: 40px;
}

#menu {
	height: 100px;
	margin-right: 100px;
	display: table-cell;
	vertical-align: bottom;
}

a {
	color: #606060;
	text-decoration: none;
}

#menu .selected, a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu .large {
	font-size: 125%;
}

#content {
	clear: both;
}

#gallery {
	width: 500px;
	float: left;
	margin-right: 20px;
	height: 425px;
}

#gallery-image {
	cursor: pointer;
}

#gallery-description {
	float: left;
}

#gallery-nav {
	float: right;
}

#gallery-nav .disabled {
	color: #c9c9e9;
}

#gallery-nav .disabled:hover {
	text-decoration: none !important;
}

#content {
	width: 800px;
}

#content ul {
	list-style: square;
}

#content p, #content li {
	font-size: 14px;
}

#content p.begin {
	margin-top: 30px;
}

#content p.begin:first-letter {
	font-size: 275%;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	font-family: georgia, serif;
	font-weight: bold;
	color: #226666;
}

/* GUEST BOOK */

#content .entry {
	margin-bottom: 30px;
}

#content .entry p {
	margin-top: 10px;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

#content .entry_info {
	margin-top: 0 !important;
	padding-top: 0;
}

#content .notice {
	font-size: 90%;
}

#content .entry .entry_info, #content .notice {
	font-style: italic;
}

