body {
	background: #fff;
	padding: 55px;
	color: #666;
  font-family: arial, sans-serif;
	top: 0;
	margin: 0;
	height: 550px;
}
p {
	text-align: justify;
	margin-bottom: 24px;
	font: lighter 18px/28px "Helvetica Neue";
	width: 415px;
}
a {
	color: red;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: gray;
	text-shadow: 0 0 2px #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

a:visited {
	color: red;
	text-shadow: 0 0 2px #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-weight: normal;
	font-style: normal;
}
p.tiny {
	padding-top: 20px;
	font-size: 11px;
	line-height: 13px;
}

#logo {
	width: 511px;
	height: 48px;
	margin: 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
	position: static;
	top: 0;
	background: url(images/logo.png) no-repeat;
}

#pic {
	margin: 0;
	padding: 0;
	width: 200px;
	background: url(images/josh.png) no-repeat;
	height: 200px;
	left: 530px;
	position: absolute;
	top: 90px;
}

#linksbox {
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 300px;
	left: 530px;
	font-size: 14px;
}

#linksbox ul {
	list-style-type: none;
	opacity: 1;
	margin: 0;
	padding-left: 10px;
}

h3 {
	font: bold 16px "Helvetica Neue";
}