/* The Adam Brody fanlisting */
/* http://deadly-nightshade.net/brody */
/* Learning is fine, stealing is not */

html {
    background: url('divbg.jpg') repeat-y top center;
    background-color: #E8EAE5;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #447C95;
    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: #6EA1B2;
    text-decoration: none;
}

a:hover {
    color: #62637F;
    text-decoration: none;
}

input, select, textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #252C60;
    border: 1px solid #252C60;
    background: #CFE9E6;
    margin: 0px;
    padding: 2px;
}


h1 {
    font-family: "century gothic", arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #252C60;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    line-height: 26px;
}

.spaced {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

#container {
    height: 100%;
    width: 625px;
    padding: 0px;
    margin: 10px auto 10px auto;
    position: relative;
    text-align: left;
}

#header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 625px;
    height: 600px;
    margin: 0px;
    background: url(adamtop.jpg);
}

#header span {
    display: none;
}

#nav {
    position: absolute;
    top: 435px;
    left: 310px;
    font-size: 10px;
    width: 280px;
    text-align: center;
}

#main {
    position: absolute;
    left: 0px;
    top: 470px;
    margin: 15px;
    padding: 0px;
    text-align: justify;
}

#nav a {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #6EA1B2;
    margin: 3px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
}

#nav a:hover {
    color: #62637F;
}

#quote {
    position: absolute;
    left: 485px;
    top: 45px;
    width: 72px;
    height: 0px;
    color: #252C60;
    font-size: 9px;
    text-align: justify;
    line-height: 9px;
}

blockquote {
	background: #CFE9E6;
	border-left: 8px solid #252C60;
	margin: 5px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* images */

	.image { 
		float: left;
		border: 3px solid #447C95;
		text-align: justify;
		margin-right: 3px;
		}


	img.float {
		border: 3px solid #447C95;
		float: left;
		margin-right: 5px;
		}

	img.floatr {
		float: right;
		border: 3px solid #447C95;
		margin-left: 5px;
		}

	* html img.float {
		margin-top: -5px;
		}

	* html img.floatr {
		margin-top: -5px;
		}