/* CSS Document */

body {
	background:#574b3c;
	margin:0;
	behavior:url(csshover.htc);
	}
	
a:link, a:visited, a:hover {
	text-decoration:none;
	}
	
#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-color:#574b3c;
	height:91px;
	margin-top:0;
	margin-left:-1px ;
	}
	
#content {
	background:#fff;
	width:767px;
	background-image:url(images/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:900px;
	}
	
#content.short {
	height:600px;
	}
	
#content.short #credit {
	top:550px;
	left:10px;
	}
	
div#menu {
	width:155px;
	background:#fff;
	font-family:helvetica, veranda, arial, sans-serif;
	font-size:12px;
	color:#6d6038;
	background-image:url(images/menu_bg_port.gif);
	background-repeat:no-repeat;
	}
	
div#menu ul {
	list-style:none;
	text-indent:none;
	margin:0;
	padding-left:20px;
	}
	
div#menu ul li {
	height:23px;
	margin-left:0px;
	display:block;
	}
	
div#menu .port {
	margin-top:10px;
	margin-left:0;
	}
	
div#menu .other {
	margin-top:15px;
	}
	
div#menu a:link, #menu a:visited {
	color:#6d6038;
	display:block;
	}
	
div#menu a:hover {
	background-image:url(images/menu_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	}
	
div#contentbox {
	position:absolute;
	top:120px;
	left:220px;
	}
	
div.previewitem {
	height:125px;
	width:450px;
	border-bottom:1px dotted #6d6038;
	position:relative;
	margin-bottom:30px;
	font-size:12px;
	font-family:helveitca, arial, sans-serif;
	color:#333333;
	}
	
div.previewitem_tall {
	height:165px;
	width:450px;
	border-bottom:1px dotted #6d6038;
	position:relative;
	margin-bottom:30px;
	font-size:12px;
	font-family:helveitca, arial, sans-serif;
	color:#333333;
	}	
	
.previewitem p {
	margin-top:15px;
	text-align:justify;
	}
	
div.pub {
	font-family:helvetica, arial, sans-serif;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	bottom:25px;
	right:0px;
	letter-spacing:2px;
	}	
	
.item_container {
	height:150px;
	}
	
.item_container_tall {
	height:190px;
	}
	
div.previewitem_tall h3 {
	color:#666;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	letter-spacing:4px;
	margin-bottom:2px;
	} 
	
div.previewitem h3 {
	color:#666;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	letter-spacing:4px;
	margin-bottom:2px;
	}
	
div.previewitem a:hover {
	background-color:#06DFEA;
	}
	
img.thumb {
	height:100px;
	margin-left:0;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:2px;
	float:left;
	display:inline;
	}
	
img.thumb a:link, img.thumb a:visited {
	border:none;
	}
	
img.thumb a:hover {
	border:2px solid #ccc;
	}
	
iframe {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	height:500px;
	border:none;
	}
	
#credit {
	font-size:12px;
	position:absolute;
	top:917px;
	left:9px;
	color:#6d6038;
	width:150px;
	font-family:helvetica, arial, sans-serif;
	}
	
#credit a:link, #credit a:visited {
	font-weight:bolc;
	color:#666;
	}

#credit a:hover {
	background-color:#31CDF7;
	color:#333;
	}
	
#bio {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#444;
	text-align:justify;
	width:450px;
	}

.bio_photo {
	float:right;
	display:inline;
	padding-left:10px;
	padding-bottom:10px;
	}
	
#bio a:link, #bio a:visited {
	color:#574b3c;
	text-decoration:underline;
	}
	
#bio a:hover {
	background-color:#31CDF7;
	text-decoration:none;
	}