body {
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

p {
	margin: -2px 0 20px 0;
	padding: 0;
	line-height: 18px;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #b42222;
}

a img {
	border: 0;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

.clear { display: block; clear: both; visibility: hidden; }

#logo { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #c0c0c0; }

#body_container {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#navcontainer { 
	width: 113px; 
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 3px 0 3px 0;
width: 113px;
}

#navcontainer a:link, #navlist a:visited
{
color: #c0c0c0;
text-decoration: none;
}

#navcontainer a:hover
{
color: #000;
}

#navcontainer .indent {
	padding-left: 15px;
}

#columnA {
	float: left;
	width: 135px;
	margin-right: 20px;
}

#current {
	color: #000;
}

#columnB {
	float: left;
	width: 640px;
}


#pic_description {
	margin-top: 5px;
	float: left;
	width: 300px;
}

#pic_navigator {
	margin-top: 5px;
	text-align: right;
}

#pic_navigator a {
	color: #c0c0c0;
}




/* SORTING */

#boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	text-align: center;
	background-color: #eeeeff;
}
	
#handle {
	cursor: move;
	position: absolute; 
	top: 0px; 
	right: 0px;
	background-image: url(artwork/handle.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 19px;
}

#projects {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#projects li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 300px;
	border: 1px solid #000;
	text-align: center;
	background-color: #eeeeff;
}