li {
    padding-top: .15em;
    padding-bottom: .15em;
}
body {
	background: #40162D;
	margin-top: .5em;
}

#header {
	margin-bottom: .8em;
	background-image: url('../images/bgtile.jpg');
	background-repeat: repeat-x;
}

#content {
	background: #D0D0D0;
	min-height: 90ex;

}

#copy {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: .06ex;
	padding: .5em 2.5em .5em 2.5em;
}

#nav-e {
	background-image: url('../nav-bg2.jpg');
	background-repeat: repeat-x;
	height: 630px;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: .06ex;
	color: #A1C7C5;
}

#nav-links {
	list-style-type: none;
}

#nav-links h1 {
	padding-top: .6em;
	color: #ae859b;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: none;
	font-family: Gerogia, Times, serif;
}
#nav-links a:link {
    color: #A1C7C5;
    text-decoration: none;
}

a:link {
    color: #40162D;
    text-decoration: underline;
}

a:visited {
    color: #6E266A;
    text-decoration: underline;
}

a:hover {
    color: #6E266A;
    text-decoration: underline;
}


#nav-links a:visited {
    /*color: #CC9BB8;*/
    color: #E6AED1;
    text-decoration: none;
}
#nav-links a:hover {
    color: #D0D0D0;
    text-decoration: underline;
}

#logo {
	font-variant: small-caps;
	font-family: Georgia, Times New Roman, serif;
}
#nav-links li {
	padding-top: .7em;
	padding-bottom: .7em;
	border-bottom: 1px solid #8D616F;
}

h1 {
    font-weight: 200;
    font-size: 1.5em;
    color: #005F01;
    margin-bottom: .5em;
}

h2 {
    font-weight: 200;
    font-size: 1.3em;
    color: #004901;
    margin-bottom: .5em;
}