/* CSS Document */

h4, h3, h2, p, table, ul, li {
	font-family: garamond;
}

#border_top {
	position: absolute;
	width: 752px;
	height: 147px;
	border:0;
	left: 5;
	top:0;
}

#footer {
	bottom: 0;
}

#footer p {
	text-align: center;
}

#footer img {
	border: 0;
	padding: 3px;
}

#content {
	position: absolute;
	width: 355px;
	left: 216px;
	top: 324px;
	padding: 5px;
}

#content a {
	color: #880088;
}

#content a:visited {
	color:  #CC00CC;
}

.anchor a:link {
	color: #880088;
}

#border_side
{
	border-left: thistle thin solid;
	padding-right: 3px;
	padding-left: 8px;
	left: 591px;
	padding-bottom: 3px;
	width: 174px;
	color: #880088;
	padding-top: 3px;
	position: absolute;
	top: 323px;
	text-align: center;
}

#border_side a {
	color: #880088;
}

#border_side a:visited {
	color:  #CC00CC;
}

#border_side img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	position: static;
}

#menu {
	position: absolute;
	text-align: center;
	top: 324px;
	width: 195px;
	background-color: #ffffff;
	padding: 5px;
	left: 2px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	border: none;
}

#menu li {
	border-bottom: 1px solid #ffaaee;
	margin: 0;
	padding: 5px;
}

#menu li a {
	display: block;
	padding: 2.5px 2.5px 2.5px 0.5em;
	background-color: #ffffff;
	text-decoration: none;
	width: 100%;
	color: #880088;
}

html>body #button li a {
	width: auto;
}

#menu li a:hover {
	border-left: 5px solid #880088;
	border-right: 5px solid #880088;
	background-color: #eeddff;
	text-decoration: none;
}

