@charset "UTF-8";
/* THE LONG YEARS
© JONAH BIRNS 2007
------------------------ */



/* FONTS & COLORS
------------------------ */

body {
	background-image: url('../_imgs/bg.gif'); 
	background-repeat: repeat; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height:12px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

a {
	color: #465383;
	text-decoration:none;
}

a:hover {
	color:#787d90;
	text-decoration: none;
}

.footer {
	color:#999999;
	font-size:11px;
	text-align:left;
	line-height:40px;
	letter-spacing:.015em;
	font-weight:400;
}
	
.text {
	font-size:11px;
	line-height:14px;
	text-align:left;
	padding:10px;
	letter-spacing:.001em;

}

.small {
	font-size:.9em
}


/* STRUCTURE
------------------------ */

#shell {
	background:url('../_imgs/plate.gif') no-repeat center;
	width: 506px;
	height:754px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
}

#header {
	background:url('../_imgs/hdr.jpg') no-repeat center;
	width:482px;
	height:163px;
	align:center;
	margin: 12px 12px 8px 12px;
	padding:0 0 0 0;
}

#nav {
	margin:0 12px 0 12px;
	padding: 0 0 0 0;
	width:482px;
	height:23px;
	background-color:#ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#content {
	width:480px;
	height:500px;
	background:#ffffff;
	margin:8px 12px 0 12px;
	padding:0 0 0 0;

}

#footer {
	border-top:1px solid #cccccc;
	width:482px;
	height:30px;
	margin:0 12px 0 12px;
	padding:0 0 0 0;
	line-height:30px;
}

#header h1 a {
	display: block;
	overflow: hidden; 
	text-indent: -9999px; 
	float:left;
	width:482px;
	height:163px;
	
}

#about a {
	width: 62px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/about.gif') center no-repeat;
	float: left;
	padding: 0 0 0 2px;
}

#about a:hover {
	width: 62px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/about_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 2px;
}

#location a {
	width: 91px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/location.gif') center no-repeat;
	float: left;
	padding: 0 0 0 113px;
}

#location a:hover {
	width: 91px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/location_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 113px;
}

#media a {
	width: 65px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/media.gif') center no-repeat;
	float: left;
	padding: 0 0 0 12px;
}

#media a:hover {
	width: 65px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/media_on.gif') center no-repeat;
	float: left;
	padding: 0 0 0 12px;
}

#registry a {
	width: 84px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/registry.gif') center no-repeat;
	float: right;
	padding: 0 0 0 0;
}

#registry a:hover {
	width: 84px;
	height: 13px;
	margin: 5px 0 0 0;
	background: url('../_imgs/registry_on.gif') center no-repeat;
	float: right;
	padding: 0 0 0 0;
}

