body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	text-align: center;
	}

#wrap {
	margin-left:auto;
	margin-right:auto;
	width: 870px;
	height: 600px;
}

img {
	border-style: none;
}

#logo {
	margin: 0;
	padding: 0;
	width: 334px;
	height: 54px;
	z-index: 500;
	top: 30px;
	left: -100px;
	position: relative;
	float: right;
}

a {
	color: #CC0066;
	text-decoration: none;
	border-style: none;
}

a:visited {
	border-style: none;
}

a:hover {
	text-decoration: underline;
	color: #888;
}

#nav {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 470px;
	z-index: 500;
	float: left;
	position: relative;
	top: 90px;
	left: 0px;
	text-align:left;
	vertical-align: bottom;
}

#description {
	margin: 0;
	padding: 0;
	width: 290px;
	height: 200px;
	z-index: 500;
	float: left;
	position: relative;
	top: 350px;
	left: 10px;
	text-align: left;
	float: left;
	vertical-align: bottom;
	font-size: 85%;
	color: gray;
}

#projects {
	
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
	z-index: 500;
	position: relative;
	top: 0px;
	left: -15px;
	text-align: right;
	float: right;
	top: -75px;
}

#projects li{
	list-style-type: none;
	margin-bottom: 10px;
}

#projects img{
	margin-left: 10px;
}

#projectImg {
	margin: 0;
	padding: 0;
	width: 434px;
	height: 434px;
	position: relative;
	z-index: 500;
	float: right;
	top: 65px;
	float: right;
	text-align: left;
}

#footer {
	float: left;
 	width: 870px;
 	height: 20px;
 	position: relative;
 	top: 120px;
 	text-align: center;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:  #E67055;
}