// Go to p.rcboyce.com/red.css ...

body
	{
	background: #fff url(http://www.rcboyce.com/images/bg-gradient.png) repeat-x;
	}

h1
	{
	color: #fff;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 200%;
	font-weight: 100;
	font-stretch: narrower;
	}

div.body-container
	{
	background: #800000 url(images/side-gradient.png) repeat-y;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 100%;
	padding: 0;
	}

div.navigation ul
	{
	margin:0 auto;
	padding: 0;
	list-style-type: none;
	}
div.navigation li
	{
	display: inline;
	margin: 2px;
	padding: 0;
	}
div.navigation a:visited
	{
	color: #ddd;
	}
div.navigation a
	{
	background: #933;
	font-family: Georgia, Times, "Times New Roman", serif;
	border: none;
	color: #fff;
	padding: 5px 15px;
	margin: 0px;
	text-decoration: none;
	font-size: smaller;
	}
div.navigation a.current-page
	{
	background: #666;
	border: none;
	padding: 5px 15px 5px 15px;
	}
div.navigation a:hover
	{
	background: #666;
	border-bottom: 3px solid #ccc;
	padding: 5px 15px 2px 15px;
	}
div.navigation hr
	{
	visibility: hidden;
	}

div.valid /* needs to be updated */
	{
	visibility: hidden;
	}