/* CSS Document */


body {
	text-align:center;
	font: 10pt Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-size: 12pt;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 11pt;
	margin: 5px 0;
}

#container {
	width:780px;
	margin:20px auto; 
	text-align:left;
}

a:visited {
	color: #6699FF;
}

#header {
	position:relative;
	top:0;
	width:100%; 
	height:100px; 
	background-color: #D8E1CE;
	margin: 0 0 20px 0;
}

#address {
	position:absolute;
	left:600px;
	top:20px;
	z-index:2;
}

.addresstext {
	font-size: 12px;
	color: #6a6a6a;
}

#bodycontent {
	position: relative;
	width:100%;
	background-color: #B5C7A5;
	clear:both;

}

#navigation {
	float: right;
	width:200px;
	line-height: 130%;
}

.navblock {
	position:relative;
	height: 110px;
	margin:20px 0;
}

.navimage {
	position: absolute;
	left: 70px;
	top: 0px;
}

#navigation h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	margin:10px 0 5px 0;
	padding:0;
}

#navigation a {
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	line-height: 180%;
}

#gallery {
	width:500px;
}

#maincontent {
	width:500px;
	font-size: 11pt;
	line-height: 130%;
	padding:20px 20px 0 20px;
}

#maincontent.intro p {
	font-size: 0.9em;
}

#gallery a {
	display: table-cell;
	width:120px;
	height: 85px;
	background: #d8e1ce;
	border: 1px solid #000;
	text-align:center;
	vertical-align:middle;
	float: left;
	margin: 10px;
}

#gallery a img {
	border: none;
	margin: 5px;
}
.profile_image {
	float: right;
	width: 245px;
	margin: 0 0 10px 10px;
}
