*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	background: #9EE0FA;
	font-family: helvetica, verdana, sans-serif;
}
img {
	border: none;
}
#wrapper {
	/*background-color: #fff;*/
	width: 700px;
	margin: 20px auto;
}
#banner {
	width: 700px;
	height: 143px;
	float: left;
}
#line{
	width: 21px;
	height: 56px;
	float: left;
}
#nav{
	height: 56px;
	margin: 0;
	float: left;
	text-decoration: none;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul {
	height: 56px;
	width: 227px;
	padding: 0;
}
#nav_fill {
	float: left;
	background: #fff;
	height: 22px;
	width: 204px;
	position: relative;
	top: -22px;
	left: 45px;
	
}
#fun {
	height: 56px;
	width: 452px;
	float: left;
}
#content {
	color: #ff0079;
	float: left;
	width: 643px;
	background-color: #fff;
	margin: -22px 0 0 45px;

}
#content ul {
	padding: 0;
	text-decoration: none;
}
#content ul li {
	padding: 10px;
	display: inline;

}
#info {
	width: 425px;
	float: left;
}
#info ul li{
	display: block;
}

#resume {
	float: left;
	width: 200px;
}
#port {
	float: left;
	width: 425px;
}
#port ul li {
	padding: 0 0 5px 5px;
}
#name {
	float: right;
	padding: 5px 15px 5px;

	
}
#name h5 {
	color: white;
}
#clear {
	clear: both;
}
