		body {
			font: 100% tahoma, arial, helvetica, sans-serif;
			color: black;
			background: white url("../themes/virtualred/spider.gif");
			margin: 0;
		}
		
		#header {
			text-align: center;
			line-height: 60px;
			color: black;
			vertical-align: middle;
			background: #cc9752;
		}
		
		#navigation {
			position: absolute;
			top: 60px;
			left: -154px;
			width: 154px;
			background: #cc9752;
		}
		
		#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;
		}
		
		#content {
			text-align: center;
			display: block;
   			margin: 0 auto 2em auto;
	    }
			
		h2 {
			text-indent: 0;
			font-size: 1.5em;
			color: #a8b1b8;
		}
		
		h3 {
			text-indent: 2em;
			font-size: 1.25em;
			color: #a8b1b8;
		}
		
		h4 {
			font-size: 1.5em;
			color: #a8b1b8;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		#smokedajava img {
			display: block;
  			margin: 2em auto 2em auto;
			border: 1px solid #333;
		}
	 	
		#container {
			position: relative;
			width: 1000px;
			margin: auto;
			border-left: 154px solid #cc9752;
			border-right: 15px solid #cc9752;
		}
		
		#footer {
			clear: right;
			background: #cc9752;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: black;
			font-size: 0.9em
		}
		
		#footer p {
			margin: 0;
		}