/* The Xander & Cordelia fanlisting */
/* http://x.summeryfresh.org/xander&cordy */
/* Learning is fine, stealing is not */

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #537F8A;
	background: #FBF0DC;
	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: #DC9A5E;
	text-decoration: none;
	border-bottom: 1px solid #C19A71;
}
a:hover {
	color: #98A589;
	text-decoration: none;
	border-bottom: 1pxsolid #C19A71;
}
input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #537F8A;
	border: 1px solid #537F8A;
	background: #FAD797;
	margin: 0px;
	padding: 2px;
}
input:focus, textarea:focus {
	background: #F9E3B4;
}
h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #EFA75B;
	border-bottom: 3px double #838860;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	line-height: 26px;
	font-variant: small-caps;
}
.spaced {
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}
#container {
	background: #FAF0CC;
	height: 100%;
	width: 500px;
	padding: 0px;
	margin: 20px auto 20px auto;
	position: relative;
	text-align: left;
}
#header {
	width: 500px;
	height: 300px;
	margin: 0px;
	background: url(xandercordy.jpg);
}
#header span {
	display: none;
}
#nav {
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 150px;
}
#nav a {
	display: block;
	font-family: "century gothic", verdana, sans-serif;
	background: #F9E3B4;
	font-size: 22px;
	color: #8DA186;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: right;
}
#nav a:hover {
	color: #658077;
}
#main {
	margin: 0px 150px 10px 0px;
	padding: 5px;
	text-align: justify;
}