/* All associated graphics copyright 2008, Jenny Durnan, except background image, copyright Squidfingers - http://squidfingers.com/patterns/ */
/*Basics*/
body {  
	background-image: url(http://www.jennydurnan.com/Images/bg2.jpg);
	background-repeat: repeat; 
}


/*Nav*/

a:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 15 px;
color: #8b0000; 
font-weight: normal;
text-decoration: none; 
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #9d1112;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #8b0000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #d44849;
	font-weight: normal;
	text-decoration: underline;
}

/*Containers*/
#container{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: #ffffff
}