html, body {
	background:#000;
	color:#fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1{
color:#9f0000;
}

h2{
color:#9f0000;
}
	 
#left {
	background-image: url('img/bgleft.gif');
	background-repeat: repeat-y;
	position: absolute;
	left:0px;
	top:0px;
	width:175px;
	color:#000;
	border:0px solid #000;
  padding: 0px 0px;
}

#right {
	position: absolute;
	right:0px;
	top:0px;
	width:175px;
	background:#000;
	color:#fff;
	border:1px solid #000;
  padding: 0px 5px;
}

#header {
	background-image: url('img/bg.gif');
	background-repeat: repeat;
	background-position: center center;
	color:#fff;
	/* IE 5.5 */
	height:205px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 */
	height: 205px;
}
html>body #banner {
	/* Mozilla and Safari */
	height: 99px;
}

#main {
	background:#000;
	color:#fff;
	/* these two margins affect IE 5.5 */ 
	margin-left: 182px;
	margin-right:182px; 
	border:1px solid #000;
	padding: 0px 5px;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 178px;
	margin-right:182px; 
}
html>body #main {
	/* these two margins affect Mozilla and Safari */
	background:#000;
	color:#fff; 
	margin-left: 178px;
	margin-right:182px;
}
#footer {
	width: 100%;
	background:#000;
	color:#fff;
	height: 35px;
	border: solid #000000; 
	border-width: 1px 0;
	margin: 0;
}
#box {
	background: #111111;
	color: #fff;
	margin-left: 9px;
	margin-right: 9px;
	border: 1px solid #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 5px 5px;
}

#code {
	background: #000000;
	color: #fff;
	width:500px;
	height:200px;
	overflow:auto;
	border: 1px solid #ffffff;
	padding: 3px 3px;
	margin-left: auto; 
	margin-right: auto; 
}

P.repeatimage {
background: #FCF2E2 url('img/border.gif') repeat-x;
color: #FCF2E2;
}
a img {border: none; }

p.date {
	text-align: right;
	font-style: italic;
}

a:link {text-decoration: none; color: #9f0000;}
a:visited {text-decoration: none; color: #9f0000;}
a:active {text-decoration: none; color: #9f0000;}
a:hover {text-decoration: underline; color: #ff0000;}
