body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_repeater.png);
	background-repeat: repeat-x;
	background-color: #000;
}
#wrapper {
	width: 990px;
}
#header {
	height: 255px;
	width: 990px;
	clear: both;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 990px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .inside {
	margin: 0px;
	padding: 28px 0px 0px;
}

#nav {
	background-image: url(images/nav_bg.png);
	height: 55px;
	width: 990px;
	background-repeat: no-repeat;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav .inside {
	padding-top: 17px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 108px;
}
#nav .box {
	width: 100px;
}
#nav .box_overview {
	width: 75px;
}
#nav .box_investmentfocus {
	width: 130px;
}
#nav .box_values {
	width: 61px;
}
#nav .box_team {
	width: 79px;
}
#nav .box_contact {
	width: 80px;
}

#nav a {
	color: #787878;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	display: block;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
	background-color: #3f4141;
}
#nav .active {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
	background-color: #3f4141;
}

#content {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	width: 990px;
	clear: both;
	float: left;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
#content .bigger {
	font-size: 16px;
	line-height: 22px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	height: 41px;
	color: #FFF;
	line-height: 42px;
	padding-left: 21px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	background-color: #393939;
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#content .h1_shell {
	margin-bottom: 22px;
	margin-left: -39px;
	background-image: url(images/h1_line.png);
	background-repeat: repeat-x;
	background-position: center center;
	display: block;
	margin-right: -39px;
}
#content .inside {
	margin: 0px;
	padding-top: 20px;
	padding-right: 114px;
	padding-bottom: 25px;
	padding-left: 114px;
}
#content a {
	color: #393939;
	text-decoration: underline;
	font-weight: normal;
}
#content form {
	margin: 0px;
	padding: 0px;
}
#content input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#content textarea {
	height: 100px;
	width: 400px;
}
#content .topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
}
#content .bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
#content .leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bfbfbf;
}
#content .rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
}
#content .dataview {
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
}
#content th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	font-weight: bold;
}
#content h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0px 8px;
	padding: 0px;
}
#content .map {
	float: right;
	width: 300px;
}

