body
{
	background-color: #FFF9E5;

	font-size: 100%;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	margin: 0;
	padding: 0;
}



#head
{

	height: 160px;
	background-color: transparent;
	background-image: url(/site_images/header.jpg);
	font-family: Georgia, "Adobe Garamond", Georgia, serif;
	background-repeat: repeat-x;
	background-position: left top;
}

#head h1 { display: none; }

#left
{
	float: left;
	width: 160px;
	margin-right: 1em;
	padding-left: 1em;
	font-size: 0.8em;

}


#center
{

	margin-right: 170px;

	margin-left: 165px;
	padding: 0 2em;
	font-family: verdana, Times New Roman, Times, Georgia, serif;
	line-height: 1.5em;
	font-size: 0.8em;
}

#right
{

	float: right;
	width: 160px;
	margin-left: 1em;
	font-size: 0.8em;

}

#right a:link, #left a:link

{
	text-decoration: none;
}


#right a:visited, #left a:visited

{
	text-decoration: none;
}

#right a:hover, #right a:visited:hover, #left a:hover, #left a:visited:hover 
{
	text-decoration: underline;
}

#right ul, #left ul {
list-style: none;
}

#right li, #left li {
margin: 0;
}

/* ----------------------------------------------------------------  Webring  */

#webring table {
border: 1px solid #DDD5B8;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-top: 125px;
margin-bottom: 105px;
}

#webring table td {
border: 1px solid #DDD5B8;
font-size: 0.7em;
padding: 0.5em;
}

/* ----------------------------------------------------------------  FOOTER  */
#foot
{
	clear: both;
	background-color: transparent;
	padding: 5px 5px 5px 155px;
	font-size: 0.7em;
height: 50px;
background-image: url(/site_images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#foot p {
margin-top: 30px;
}


#details
{
	border: 1px solid black;
	padding: 1em;
}

p, blockquote, li,
{
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#center h1, #center h2, #center h3, #center h4, #center h5 {
font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, "Adobe Garamond", Georgia, serif;
}

h2
{
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 1px solid black;
	margin-top: 0;
}

h3
{
	font-size: 1.4em;
border-bottom: 1px solid black;
}

h4
{
	font-size: 1.2em;
}


h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1.1em;
}

#left h4, #right h4
{
	margin: 0;
}

blockquote
{
	margin-left: 2em;
}

/* ------------------------------------------------------------------------- Links  */

a, a:link,a:hover {
color: #8F905F;
}

a:visited
{
	color: #AAAB71;
}



.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

ul

{
	margin-left: 1em;
	padding: 0;
	list-style-type: disc;
}

li

{

	line-height: 1.2em;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

.last-updated
{
	text-align: right;
	color: #000;
	font-size: 0.8em;
}

