body
{
	width: 800px;
	background-color: #f9f9f9;
	margin: auto;
	font-family: verdana, tahoma, sans-serif;
}

h1
{
	text-align: right;
	font-size: 1.1em;
}

h2
{
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
}

a, a:visited
{
	color: #3baaff;
	text-decoration: underline;
}

a:hover
{
	color: #9dd4ff;
}

.tabs
{
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	border-bottom: 0px;
	width: 150px;
	height: 40px;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.tabs:hover
{
	background-color: white;
}

.tabs_active
{
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	border-bottom: 0px;
	width: 150px;
	height: 40px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.entry
{
	width: 550px;
	min-height: 600px;
	background-image: url("images/paper.jpg");
	margin-top: 15px;
	margin-left: 15px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: outset;
	border-color: #f1f1f1;
}

.photos
{
	width: 510px;
	margin: auto;
	margin-top: 25px;
}

.photos td
{
	width: 170px;
	min-height: 200px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.photos td:hover
{
	background-color: #f9f9f9;
}

.thumbnail
{
	width: 100px;
}

.photos_diplay
{
	width: 800px;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}
.date
{
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.small
{
	font-size: 0.7em;
	margin-left: 5px;
	margin-right: 5px;
}

.normal
{
	text-align: justify;
	text-indent: 25px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.signature
{
	text-align: right;
	font-style: italic;
	margin-top: 35px;
	margin-right: 20px;
}

.post_scriptum
{
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.menu_section
{
	width: 175px;
	min-height: 117px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.content
{
	width: 550px;
	text-align: justify;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 1.5;
}

#content
{
	width: 800px;
	background-color: white;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
}

#tabs
{
	width: 800px;
	height: 50px;
	background-color: #f9f9f9;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#subcontent
{
	width: 800px;
	min-height: 600px;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 30px;
}

#menu_container
{
	width: 175px;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	padding-left: 10px;
	display: inline;
}
