body {
	background: #363;
}

div.column{
	position:absolute;
	left: 155px;
	width: 650px;
	top: 50px;
	text-align:right;
	color: #222;
	font-family:"Lucida Grande", sans-serif;
	font-size: small;
}

div.column img{
	border: 0;
}

div.column a:link{
	text-decoration: none;
	color: #aaa;
}

div.column a:visited{
	text-decoration: none;
	color: #aaa;
}
	
div.column a:hover{
	color: #f60;
}

h1, h2, h3{
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

div.main{
	position:relative;
	margin: 0px;
	margin-bottom: 10px;
	background: #474;
	border: solid 1px #999;
	color: #222;
	text-align:left;
}

div.main img.topleft{
	display: block;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	width: 220px;
	overflow: auto;
	visibility: visible;
}

p{
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}

div.linkbar{
	position:absolute;
	left: 0px;
	top:130px;
	width: 55px;
	padding: 5px;
	border: solid 1px #999;
	border-left: 0px;
	background: #474;
}

div#home
{
position: relative;
background: url(homered.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div#work
{
position: relative;
background: url(editred.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div#interests
{
position: relative;
background: url(heartred.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div#photos
{
position: relative;
background: url(photored.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div#howtos
{
position: relative;
background: url(howred.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div#links
{
position: relative;
background: url(webred.png) no-repeat;
display: block;
width: 51px;
height: 51px;
margin: 0;
padding: 0;
}

div.linkbar a
{
display: block;
width: 51px;
height: 51px;
text-decoration: none;
color: #fff;
font-family: "Lucida Grande", sans-serif;
font-weight: normal;
}

div.linkbar a img
{
	display: block;
	border: 0;
	position: relative;
	width: 51px;
	height: 51px;
}

div.linkbar a:hover img
{
display: none;
}

div.linkbar a span{
	display: none;
}

div.linkbar a:hover span{
	display: block;
	text-decoration: none;
	position: absolute;
	left: 70px;
	top: 20px;

}

div.essay{
	border: dashed 1px #999;
	margin: 20px;
	overflow: auto;
}

div.essay p{
	text-align: left;
}

div.left{
	position: relative;
	left: 10px;
	top: 20px;
	padding-bottom: 20px;
	width: 320px;
}

div.right{
	position: absolute;
	right: 10px;
	top: 20px;
	margin-bottom:20px;
	width: 320px;
}

.noborder{
	border: 0px;
}

div.main img.photo{
	float: none;
	position: relative;
	display: inline;
	height: 130px;
	margin: 10px;
	border: solid 1px #999;
}

div.main img.right{
	float:right;
	border: solid 1px #999;
	width: 200px;
	margin-right: 30px;
	margin-left: 10px;
}

div.main img.left{
	float:left;
	border: solid 1px #999;
	width: 200px;
	margin-left: 30px;
	margin-right: 10px;
}

div.main p.code{
	margin-left: 50px;
	margin-right: 50px;
	font-family: monospace;
	text-align: left;
}