/* The Evangeline Lilly fanlisting */
/* http://geek-ridden.net/evangeline */
/* Learning is fine, stealing is not */

html {
    background: url('http://deadly-nightshade.net/evangeline/divbg.jpg') repeat-y top center;
    background-color: #D5DFE2;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #607684;
    margin: 0px;
    margin-top: -10px;
    padding: 0px;
    text-align: center;
}

p {
    margin: 3px 0px 15px 0px;
    line-height: 15px;

}

td {
    line-height: 16px;
}

a:link, a:visited {
    color: #95A0BE;
    text-decoration: none;
}

a:hover {
    color: #848B91;
    text-decoration: none;
}

input, select, textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #607684;
    border: 1px solid #698696;
    background: #D5DFE2;
    margin: 0px;
    padding: 2px;
}

h1 {
    font-family: "century gothic", arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #365166;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    line-height: 26px;
}

.spaced {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

#container {
    height: 100%;
    width: 664px;
    padding: 0px;
    margin: 10px auto 10px auto;
    position: relative;
    text-align: left;
}

#header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 665px;
    height: 400px;
    margin: 0px;
    border-bottom: 3px solid #698696;
}

#header span {
    display: none;
}

#nav {
    position: absolute;
    top: 349px;
    left: 294px;
    border: 0px;
}

#main {
    position: absolute;
    left: 0px;
    top: 400px;
    margin: 15px;
    padding: 0px;
    text-align: justify;
}

blockquote {
	background-color: #B5CF9C;
	margin: 15px;
	padding: 3px;
}

/* images */

	.image { 
		float: left;
		border: 3px solid #000000;
		text-align: justify;
		margin-right: 3px;
		}


	img.float {
		border: 3px solid #000000;
		float: left;
		margin-right: 5px;
		}

	img.floatr {
		float: right;
		border: 3px solid #000000;
		margin-left: 5px;
		}

	* html img.float {
		margin-top: -5px;
		}

	* html img.floatr {
		margin-top: -5px;
		}