body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Georgia, Times New Roman, serif;
	font-size: 11px;
}

a {
	outline: none;
	}
	
#header {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 300px;
	height: auto;
	z-index: 3;
}

#name-bg {
	float: left;
	width: 100%;
	min-width: 1024px;
	height: 40px;
	margin: 0;
}

#nameplate {
	margin: 20px auto 20px auto;;
	width: 446px;
	height: 37px;
	background: url(images/nameplate3.png) top left no-repeat;
	border: none;
}

#bio {
	margin: 0 0 10px 140px;
	float: left;
	width: 451px;
	height: auto;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
}	

#contact {
	margin: 0 0 10px 140px;
	float: left;
	width: 450px;
	height: auto;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
}

#contact a, #contact a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #DDD;
}

#contact a:hover {
	color: #996632;
	border-bottom: 1px dotted #333;
}

#menu-portfolio {
	float: left; 
	width: 123px;
	height: 34px;
	background: url(images/menu.png) 0 0 no-repeat;
}

#menu-portfolio:hover {
	background: url(images/menu.png) 0 -34px no-repeat;
}

#menu-multimedia {
	float: left;
	width: 134px;
	height: 34px;
	background: url(images/menu.png) -123px 0 no-repeat;
}

#menu-multimedia:hover {
	background: url(images/menu.png) -123px -34px no-repeat;
}

#menu-journal {
	float: left;
	width: 95px;
	height: 34px;
	background: url(images/menu.png) -257px 0 no-repeat;
}

#menu-journal:hover {
	background: url(images/menu.png) -257px -34px no-repeat;
}

#nameplate span, #menu-portfolio span, #menu-multimedia span, #menu-journal span, #backfocus span, #menu-index span {
	display: none;
}

#menu-index {
	width: 58px;
	height: 29px;
	background: url(images/menu-index.png) top left no-repeat;
}

#menu-index:hover {
	background: url(images/menu-index.png) bottom left no-repeat;	
}


ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.menu span {
	display: none;
}

ul.menu * {
	margin: 0;
	padding: 0;
}

ul.menu a {
	display: block;
	color: #999;
	text-decoration: none;
}

ul.menu li {
	position: relative;
	float: left;
	
}

ul.menu ul {
	position: absolute;
	top: 29px;
	left: 0;
	background: url(images/trans-w.png) repeat;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li {
	position: relative;
	border-bottom: 1px dotted #DDD; 
	width: 130px; 
	margin: 0;
	
}

ul.menu ul li:hover {	
	border-bottom: 1px dotted #999;
}

ul.menu ul li a {
	display: block;
	padding: 10px 0 2px 2px;
	
}

ul.menu ul li a:hover {
	color: #996632;
	background: #FFF;
	
}

ul.menu ul ul {
	left: 130px;
	top: 0;
	padding-left: 5px;
	
}

ul.menu menulink {
	border: 1px solid #aaa;
	padding: 0;
	font-weight: bold;
	background: url(images/header.gif);
	width: 120px;
}

ul.menu .menulink:hover {
	background: url(images/header_over.gif);
}

ul.menu .sub:hover {
	background: #FFF url(images/arrow.gif) 118px 14px no-repeat;
}

ul.menu .topline {
	border-top: none;
}

#gallery {
	width: auto;
	min-width: 724px;
	height: auto;
	margin: 20px 0 0 300px;
	float: left;
	text-align: center;
	z-index: 0;
}

.menu-top {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius	: 5px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#bio ul {
	list-style-type: circle;
	line-height: 18px;
}

#bio ul li {
	padding-bottom: 5px;
}