@charset "UTF-8";

div#news {
	height: 200px;
	overflow: auto;
}
#top {
	background-image: url(/images/graphics/top.jpg);
	background-position: 54px;
	background-repeat: no-repeat;
	width: 966px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	position: relative;
	z-index: 5000;
}
#topleft {
	background-image: url(/images/graphics/topleft.png);
	width: 54px;
	height: 55px;
	display: inline-block;
	float: left;
}
#topright {
	background-image: url(/images/graphics/topright.png);
	width: 57px;
	height: 55px;
	display: inline-block;
	float: right;
}
#content {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	background-color: #382818;
	background-image: url(/images/graphics/bg2.jpg);
	overflow: hidden;
}
#content #center, #left, #right {
	margin-bottom: -2000em;
	padding-bottom: 2000em;
}
#left {
	background-image: url(/images/graphics/left.jpg);
	width: 54px;
	float: left;
}
#right {
	background-image: url(/images/graphics/right.jpg);
	width: 57px;
	float: left;
}
#center {
	display: inline-block;
	height: auto;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	margin: 0px;
	width: 805px;
	float: left;
}
#bottom {
	background-image: url(/images/graphics/bottom.jpg);
	background-repeat: no-repeat;
	width: 966px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1cm;
}
#hello {
	position: absolute;
	left: 825px;
	top: -45px;
}
#header {
	position: absolute;
	left: -47px;
	top: -20px;
	border: 0;
}
#resume {
	position: absolute;
	left: 493px;
	top: -6px;
	border: 0;
}
#reference {
	position: absolute;
	left: 670px;
	top: -8px;
	border: 0;
}
#intro {
	font-family: serif;
}
#footer {
	text-align: center;
	padding: 1em;
}

.album {
	clear: both;
	position: relative;
}
.albuminfo {
	position: relative;
}
.albuminfo p {
	margin-bottom: -1ex;
}
.albums .cover {
	float: left;
	margin-right: 2ex;
}
.album hr {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	height: 1ex;
	background-image: none;
}
.album input[type="image"] {
	bottom: 0px;
	right: 0px;
	position: absolute;
}

hr {
	border: 0px;
	margin: 0px;
	height: 36px;
	background-image: url(/images/graphics/hr.png);
	background-repeat: no-repeat;
	background-position: center;
}
h1, h2, h3, h4 {
	font-family: serif;
}
h3, h4 {
	margin-top: 0ex;
	margin-bottom: -1.5ex;
}
body {
	background-image: url(/images/graphics/bg.jpg);
	background-color: #281808;
	font-family: sans-serif;
	color: #dda;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:link {color:#ddc0aa}      /* unvisited link */
a:visited {color:#947761}  /* visited link */
a:hover {color:#aaa08e}  /* mouse over link */
a:active {color:#e7e0b8}  /* selected link */
