html, body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000;
	color: #ccc;
	}
#left {
	position: absolute;
	left:0px;
	top:190px;
	width:180px;
	background:#000;
	border-left:1px solid #fff;
  	padding: 0px 5px;
}

#right {
	position: absolute;
	right:0px;
	top:190px;
	width:180px;
	background:#000;
	border-right:1px solid #fff;
  	padding: 0px 5px;
}

#header {
	background:#000;
	/* IE 5.5 */
	height:150px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* IE 6 */
	height: 158px;
}
html>body #banner {
	/* Mozilla and Safari */
	height: 158px;
}

#main {
	background:#000;
	/* these two margins affect IE 5.5 */ 
	margin-top: 5px;
	margin-left: 200px;
	margin-right:200px; 
	border:1px solid;
	border-color: #fff;
	padding: 0px 5px;
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 200px;
	margin-right:200px; 
}
html>body #main {
	/* these two margins affect Mozilla and Safari */ 
	margin-left: 212px;
	margin-right:212px;
}

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:  #ccc;
	outline: none;
}

a:visited {
	color:  #ccc;
}

a:active {
	color:  #ccc;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	color: #ffcc00;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
li {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
img {
	border: 0;
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#nav ul{
	padding : 0;
   	margin : 0;
   	white-space : nowrap;
	background-color : #000;
   	color : White;
	width : 100%;
	float : right;
   	border-style : solid;
   	border-color : #D00202;
   	border-width : 2px 0 2px 0;
	}
#nav ul li{
   	display : inline;
	}
#nav ul li a{
   	padding-left : 1em;
   	padding-right : 1em;
	background-color : #000;
   	color : white;
   	font-weight : bold;
   	text-decoration : none;
	float : Left;
	border-left-color : #D00202;
   	border-left-style : solid;
   	border-left-width : 2px;
	}
#nav ul li a:hover{
   	background-color : #D00202;
   	color : #000;
	font-weight : bold;
}

#footer {
	width: 100%;
	height: 35px;
	border: solid #000; 
	border-width: 1px 0;
	margin: 0;
}

#copyright {
	width: 800px;
	height: 60px;
	text-align: center;
	font-size: 9px;
	color: #fff;
}

#copyright a {
	font-size: 9px;
	color: #fff;
	font-weight: bold;
}
