body {
	background-color: #120920; 
	color: #fff; 
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	}
	
#navbar {
	width: 200px;
	background-color: #181222;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	left: 0px;
	height: 100%;
}

#navbar a {
	display: block;
	background-color: #1f2232;
	line-height: 1.9em;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #999999;
	text-align: right;
	padding-right: 20px;
	text-decoration: none;
	color: white;
	}
	
#navbar a:hover {
	color: black;
	background-color: #4f7292;
}

#navbar a.active {
	background-color: #6f92c2;
	}

#content {
	position: absolute;
	top: 135px;
	left: 220px;
	margin-right: 10%;
}


#wrap {
	height: 100%; 
	padding-top: 4px;
	background-color: #120920;
}

#title {
	background-color: #181222;
	height: 50px;
}

a { 
	color: #9999ff;
}
a:visited { 
	color: #9999ff;
}
a:hover { 
	color: #ffffff;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px;
}
table {
	border: 0;
}

a.makemynight {
	display: block; float: left; width: 259; height: 205; margin-right: 10px;
	background-image: url('/images/albums/makemynight.jpg');
}
a.makemynight:hover {
	background-image: url('/images/albums/makemynight2.jpg');
}
a.always {
	display: block; float: left; width: 150; height: 145; margin: 5px 15px;
	background-image: url('images/albums/always.jpg');
}
a.always:hover {
	background-position: 0 -100%;
}
a.naked {
	display: block; float: left; width: 150; height: 145; margin: 5px 15px;
	background-image: url('images/albums/naked.jpg');
}
a.naked:hover {
	background-position: 0 -100%;
}
a.vogue {
	display: block; float: left; width: 150; height: 145; margin: 5px 15px;
	background-image: url('images/albums/vogue.jpg');
}
a.vogue:hover {
	background-position: 0 -100%;
}
a.abouttext {
	display: block; width: 175; height: 33; margin: 2px 2px;
	background-image: url('images/text-seebio.gif');
}
a.abouttext:hover {
	background-position: 0 -100%;
}