		body {
			font: 100% tahoma, arial, helvetica, sans-serif;
			color: black;
			background: white url("../themes/virtualred/spider.gif");
			margin: 0;
		}
		
		table {
			margin: 1em
		}
		
		#header {
			text-align: center;
			line-height: 60px;
			color: black;
			vertical-align: middle;
			background: darkkhaki;
		}
		
		#navigation {
			position: absolute;
			top: 60px;
			left: -154px;
			width: 154px;
			background: darkkhaki;
		}
		
		#navigation ul {
			top: 60px;
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			font-size: 0.80em;
			line-height: 20px;
		}
		
		#navigation ul a {
			color: black;
			text-decoration: none;
			display: block;
			background: #cccccc;
			padding: 0 0.5em;
			margin: 0px 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: black;
		}
		
		#navigation a:hover {
			font-weight: bold;
			background: white;
			border: 2px solid black;
		}
		
		#version p
		{
			font-size: 0.75em;
			text-align: right;
		}
		
		#content {
			background: white url("../themes/virtualred/spider.gif");
			padding: 0 20px 20px 20px;
			min-height: 40em;
		}
		
		h2 {
			text-indent: 1.7em;
			font-size: 1.5em;
			color: black;
		}
		
		h3 {
			margin-top: 0;
			background-color: darkkhaki;
			text-indent: 2em;
			font-size: 1.25em;
			color: black;
		}
		
		h4 {
			text-indent: 2em;
			font-size: 1.25em;
			color: black;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}

	
		#container {
			position: relative;
			width: 1000px;
			margin: auto;
			border-left: 154px solid darkkhaki;
			border-right: 15px solid darkkhaki;
		}
		
		#content ul {
			text-indent: none;
			margin: none;
		}

		#content ul li {
			margin: none;
		}

		ol
		{
			list-style: lower-roman;
		}
		
		#footer
		{
			clear: right;
			background: darkkhaki;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: black;
			font-size: 0.9em
		}
		
		#footer p
		{
			margin: 0;
		}