html {
	background: black;
}

body {
	font-family: calibri, arial;
}

header{
	left: 0;
	background: url(titlebg.png) no-repeat;
	height: 180px;
	width: 500px;
	line-height: 170px;
	color: white;
	font-size: 40px;
	padding-left: 50px;
	float: left;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
}

nav ul li{
	display: inline-block;
	margin-right: 15px;
	width: 160px;
}

nav ul li a{
	color: white;
	text-decoration: none;
}	

nav ul li a:hover{
	background: #0075ff;
	padding: 3px 5px;
	border-radius: 10px;
}

.current {
	background: #0075ff;
	padding: 3px 5px;
	border-radius: 10px;
}

#content {
	background: url(contentbg.png) no-repeat;
	clear: both;
	float: right;
	width: 100%;
	min-height: 520px;;
	background-size: cover;
	padding-top: 50px;
}

.subnav {
	float: left;
	width: 20%;
}

.subnav ul {
	list-style: none;
}

.subnav ul li{
	margin-top: 15px;
	width: 150px;
}

.subnav ul li a{
	color: white;
	text-decoration: none;
}	

.current2 {
	background: #005ac4;
	padding: 3px 5px;
	border-radius: 10px;
	border: 1px solid #01489d;
}

.display {
	height: 95%;
	width: 80%;
	float: left;
	color: white;
}

#selfdisplay {
	display: none;
}

#selfnav {
	display: none;
}

.sectiondisplay {
	float: left;
	width: 100%;
	height: 100%;
}

.nodisplay {
	display: none;
}

.project {
	width: 350px;
	float: left;
	text-align: center;
}

.project ul {
	text-align: left;
}

img {
	-webkit-box-shadow: 0px 0px 20px 0px #000; 
	box-shadow: 0px 0px 20px 0px #000;
}