body {
	background-color: #0e0e0e;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

div.wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

div.main {
	background-color: #0e0e0e;
	border: 1px white solid;
	padding: 0px;
	height: 400px;
	width: 700px;
}

/* MENU STYLING */

.menu {
	position: relative;
	margin: 0px;
	padding: 20px;
	border: 0px;
	height: 40px;
	font-family: Arial, "Liberation Sans", sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover { 
	color: #939393;
	text-decoration: none;
}

.content, .photoContent {
	position: relative;
	height: 240px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	border: 0px;
	font-family: Arial, "Liberation Sans", sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	overflow: auto;
	color: #333333;
}

.title {
	position: relative;
	top: -14px;
	left: 16px;
	z-index: 3;
	height: 40px;
	padding: 20px;
	font-size: 35px;
	font-family: Arial, "Liberation Sans", sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	color: #939393;	
}

.member {
	position: relative;
	font-family: Arial, "Liberation Sans", sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	width: 310px;
	height: 50px;
	float: left;
}

.course {
	position: relative;
	top: -10px;
}

.details {
	font-weight: normal;
}

.contentHead {
	font-size: 13px;
	padding-top:20px;
	padding-bottom: 10px;
	margin: 0px;
}

/* HEADER STYLING */

.header {
	height: 150px;
}

.header1 {
	position: relative;
	top: 50px;
	font-size: 60px;
	z-index: 2;
	font-family: Arial, "Liberation Sans", sans-serif;
	color: #333333;
	text-decoration: none;
}

.header2 {
	position: relative;
	top: -40px;
	left: 60px;
	font-size: 30px;
	z-index: 3;
	font-family: Arial, "Liberation Sans", sans-serif;
	color: #939393;
	text-decoration: none;
	font-weight: bold;
}

/* FOOTER */

.footer {
	position: relative;
	top: 25px;
	font-size: 10px;
	font-family: Arial, "Liberation Sans", sans-serif;
	color: #939393;
	text-decoration: none;
	text-align: center;
}

.footer2 {
	position: relative;
	top: -5px;
}
/* PHOTO STYLING */
.photo_holder {
	background: url('../imgs/opacity.png') repeat;
	border: 1px black solid;
	padding: 5px;
	margin: 5px;
	width: 78px;
	height: 78px;
	float: left;
}

.photo img {
	border: 1px white solid;
	border-bottom-color: black;
	border-right-color: black;
	height: 75px
}

