/* CSS Document */
body {
	background-color: #FFFFFF;
	font: small-caps 14px verdana, arial, helvetica, sans-serif;
}
#content {
	position: absolute;
	width: 750px;
	margin: 0px 0px 0px -375px;
	padding: 2px;
	left: 50%;
	top: 5px;
	border: 2px dotted #CCC;
	cursor: default;
}

#copy {
	position: relative;
	width: 750px;
	padding: 0px;
	right: 0%;
	top: 0px;
}
#nav {
	position: relative;
	width: 750px;
	height: 18px;
	margin: 0px 0px 0px -375px;
	padding: 0px;
	left: 50%;
	top: 0%;
	word-spacing: 25px;
}
#bottom {
	position: relative;
	width: 750px;
	padding: 0px;
	left: 0%;
	bottom: 0px;
	margin-left: 0px;
}
 a:link, a:visited
{
	background-color: #eee;
	color: #000;
	width: 50px;
	text-decoration: none;
	border-top: 1px solid #8B1F1F;
	border-right: 1px solid #8B1F1F;
	border-bottom: none;
	border-left: 1px solid #8B1F1F;
	padding: 0px;
}

 a:hover, a:active
{
	background-color: #fff;
	color: #f00;
	border-top: 1px solid #f00;
	border-right: 1px solid #f00;
	border-bottom: none;
	border-left: 1px solid #f00;
	padding: 0px;
}