body {
	background-color: black;
}

#wrapper {
	width: 884px;
	height: 600px;
	margin-top: 25px;
	margin-left: auto;
	Margin-right: auto;
	background-image: url("../images/portfolioBG.jpg");
}

#topnav {
	padding-left: 680px;
	padding-top: 62px;
}

#topnav ul {
	padding-left: 0;
	margin-left: 0;
}

#topnav li {
	list-style-type: none;
	display: inline; 
}

#topnav a {
	font-family: verdana, Geneva, impact, times new roman;
	font-size: 11pt;
	color: white;
	text-decoration: none;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav a:hover {
	color: red;
}

#content {
	width: 600px;
	height: 100px;
	margin-left: 8px;
	margin-top: 425px;
 	padding-top: 1px;
}

#content h2 {
	font-family: verdana, Geneva, impact, times new roman;
	text-decoration: none;
	font-size: 11pt;
	color: black;
}

#vert {
	width: 80px;
	height: 400px;
	margin-top: -475px;
	margin-left: -15px;
	float: left;
}

#vert h2 {
	font-family: verdana, Geneva, impact, times new roman;
	text-decoration: none;
	font-size: 11pt;
	color: white;
	margin-left: 10px;
}

#img {
	margin-top: -394px;
	float: left;
}

