* {
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background: url(../img/bg.gif) top repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: black;
}
a {
	color: black;
}
.container {
	position: relative;
	width: 800px;
	margin: auto;	
	background: url(../img/logo.gif) top no-repeat;
}
.header {
	height: 75px;
}
.header .leftheader {
	float: left;
	width: 200px;
	margin-top: 50px;
	text-align: right;	
}
.header .leftheader .name {
	padding-right: 7px;
	font-size: 16px;
	font-weight: bold;
}
.header .leftheader a {
	text-decoration: none;
}
.header .rightheader {
	margin-left: 200px;
	padding-top: 52px;
}
.header .rightheader .email {
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
}

.nav {
	width: 200px;
	float: left;
	padding: 10px;
	text-align: right;
}

.nav .node-children {
	padding-bottom: 5px;
}

.nav .node a {
	text-decoration: none;
}

.nav .node a:hover {
	color: #666666;
}

.nav .node-depth1 a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav .node-depth2 a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.content {
	margin-left: 200px;
	padding: 10px 0px 10px 10px;
}
.content .text {
	margin-bottom: 20px;	
}
.content .text h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.content .startimage {
	margin-bottom: 10px;	
}

.content .gallery .image-container {
	border: 1px solid #B4B4B4;
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: center;
}

.content .gallery .image-container .image {
	width: 100px;
	height: 100px;
	margin: 5px 5px 2px 5px;
	text-align: center;
}

.content .gallery .image-container img {
	border: 0px;
}

.content .gallery .image-container .name {
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	margin: 2px 5px;
}
