/* The Serena van der Woodsen fanlisting */
/* http://x.lightbends.org/serena */
/* Learning is fine, stealing is not */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #C9C6E1;
	background: #584189;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin: 2px 0px 15px 0px;
	line-height: 16px;
}
td {
	line-height: 16px;
}
a:link, a:visited {
	color: #FFE9E5;
	text-decoration: none;
	border-bottom: 1px dashed #F39AAC;
}
a:hover {
	color: #FFE9E5;
	text-decoration: none;
	border-bottom: 1px dashed #F39AAC;
}
input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #C9C6E1;
	border: 1px solid #C9C6E1;
	background: #3E5195;
	margin: 0px;
	padding: 2px;
}
input:focus, textarea:focus {
	background: #586BB0;
}
h1 {
	font-family: "century gothic", arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #C4AADA;
	border-bottom: 1px dashed #F39AAC;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	line-height: 26px;
}
.spaced {
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}
#container {
	background: url(divbg.jpg) repeat;
	border: 1px solid #C2C7E7;
	height: 100%;
	width: 600px;
	padding: 0px;
	margin: 10px auto 10px auto;
	position: relative;
	text-align: left;
}
#header {
	width: 600px;
	height: 350px;
	margin: 0px;
	background: url(ubergirl.jpg);
}
#header span {
	display: none;
}
#nav {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 100px;
}
#nav ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
}
#nav li {
	display: block;
}
#nav a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFE9E5;
	margin: 3px;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 1px dashed #C4AADA;
}
#nav a:hover {
	color: #F39AAC;
}
#main {
	margin: 0px 0px 10px 100px;
	padding: 5px;
	text-align: justify;
}