body 
{ 
	font: 0.74em Garamond, Arial, Helvetica, sans-serif; 
	text-align: center; /* For IE */ 
} 

#navigation 
{
	margin: 0 auto; 
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
} 

#navigation a{
	text-decoration: none;
	display: block;
	height: 13px;
	color: #386415;
}

#selected{
	text-decoration: none;
	display: block;
	height: 18px;
	color: #386415;
	background: #BACDEC;
}

#navigation a:hover
{
	 color:Black;
	 text-decoration: underline;
	 height: 18px;
}

#navigation td
{
	width: 120px;
	text-transform: uppercase;
	height: 18px;
	border-bottom: solid 5px #7b6b4a;
}

#container
{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 95%;	
}

#topleft
{
	height: 160px;
	background-image: url("ims/2_small.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
}

#topright
{
	height: 160px;
	background-image: url("ims/4_small.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: top;
}

#title
{
	width: 400px;
	height: 160px;
	background-image: url("ims/title.gif");
	background-position:top center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#header
{
	width: 100%;
}

#main
{
	width: 100%;
}

#details
{
	font: 1.5em Garamond, Arial, Helvetica, sans-serif; 
}

.quote
{
	font-style: italic;
	font-family: Garamond;
	font-size: 1.5em;
	
}

a{
	text-decoration: underline;
	display: block;
	height: 13px;
	color: #386415;
}

a:hover
{
	 color:Black;
	 text-decoration: underline;
	 height: 13px;
}