body {
	text-align: center;
	background: black;
	font-family: Verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

div {
	padding: 0px;
	margin: 0px;
}

#top {
	width: 700px;
	float: right;
	height: 50px;
	background: url(img/logo5.jpg) center no-repeat;
	margin: 0px 0px 10px 0px;
}

#nav {
	width: 140px;
	float: left;
	background: none;
	margin: 0px 10px 10px 0px;
}

#portfolio {
	width: 140px;
	float: left;
	background: none;
}

.portimg a {
	float: left;
	margin: 5px 5px -1px 0px;
	border: solid 3px #0171FF;
}

.portimg a:hover {
	border-color: #82B8FF;
}

#main {
	width: 398px;
	float: left;
	margin: 0px 10px 10px 0px;
	line-height: 20px;
	color: #82B8FF;
	text-align: justify;
	background: url(img/horizontaldots.jpg) no-repeat bottom center black;
}

p {
	margin: 0px;
	padding: 0px;
}

#main p {
	margin: 10px 0px 0px 0px;
}

#main a {
	color: white;
	text-decoration: none;
}

#main a:hover {
	color: #0055C2;
}

ul, li, li a {
	margin: 0px;
	text-indent: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}


#portfolio ul a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: 0px;
	line-height: 30px;
	text-decoration: none;
	color: #1f8af7;
}

#portfolio ul a:hover {
	color: white;
	background: url(img/hoverimg.png) left no-repeat;
	padding-left: 10px;
}

#bottom {
	clear: both;
	width: 700px;
	height: 30px;
	text-align: center;
	color: white;
	padding-top: 0px;
	font-size: 9px;
}

#nav ul {
	padding: 0px;
	background: none;
	float: right;
	margin: auto;
	text-align: right;
	font: normal 12px Verdana;
}

#nav ul a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #1f8af7;
}

#nav ul a:hover {
	color: white;
	background: url(img/hoverimg.png) right no-repeat;
	padding-right: 10px;
}

#thought {
	border: 1px #0055C2 solid;
}

#portlogo {
	margin-top: 25px;
}

#navlogo {
	margin-top: 25px;
	float: right;
}

.active {
	background: url(img/current.png) left no-repeat;
}


#nav ul li #active {
	color: white;
	background: url(img/current.png) left no-repeat;
}

a img {
	border: none;
}

hr {
	clear: both;
}

#letter {
	float: left;
}

#contentright {
	float: right;
	padding-right: 80px;
	padding-top: 20px;
}