body {
	font-family: 'Droid Sans', Arial, sans-serif !important;
	background: #8EC7D0 url(../images/bg.png);
}

#header-text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100px;
	line-height: 100px;
	font-size: 60px;
	text-align: center;
	color: white;
	font-family: 'Brush Script MT' !important;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 50px;
	padding: 0 50px;
	margin-top: 300px;
	background: #414141 url(../images/bg.png);
}

.menu-item {
	position: relative;
	float: left;
	margin-left: -1px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	color: white;
}

.menu-item-selected {
	color: #8EC7D0;
}

.menu-item-seperator {
	position: relative;
	float: left;
	border-left: 1px solid #616161;
	border-right: 1px solid #e1e1e1;
	top: 10px;
	height: 30px;
}

.rounded-corners {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#page-container {
	position: relative;
	margin: 0 auto;
	top: 10px;
	padding: 0 50px;
	width: 758px;
	background: #515151 url(../images/bg.png);
}

.page {
	position: static;
	display: none;
	min-height: 400px;
	padding: 50px 0;
}

.page a {
	text-decoration: none;
	color: #e2e2e2;
	font-weight: bold;
}

.project-page p {
	text-indent: 40px;
	color: #e2e2e2;
	font-weight: bold;
	line-height: 150%;
	text-align:justify;
}

#footer {
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.person {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 120px;
	margin-bottom: 10px;
}

.picture-container {
	position: relative;
	float: left;
	width: 160px;
	height: 120px;
	padding: 10px;
	background: white;
}

.picture-container img {
	width: 100%;
	height: 100%;
}

.personal-info {
	display: inline-block;
	padding-left: 20px;
	color: #e2e2e2;
}

.pdf-container {
	display: inline-block;
	height: 27px;
}

.weekly-report-page a {
	margin-left: 6px;
}

.documents-page a {
	margin-left: 6px;
}



