@CHARSET "UTF-8";

#header {
	background-image: url('img/shanq-banner.png');
	background-repeat: no-repeat;
	/* background-color: #990000; */
	height: 128px;
	border-bottom: 2px #990000 solid;
	text-align: right;
	color: black;
}

body {
	margin:0;
	padding:0;
	font-family: helvetica, sans-serif;
	color:#990000;
	background-color: black;
	background-image: url('img/bannerfill.png');
	background-repeat: repeat-x;
}

a {
	color: #ff0000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

#sidebar {
	float: left;
	color: #990000;
	padding-left: 2em;
	padding-right: 2em;
	margin: 4em;
}

#sidebar select {
	border: 1px solid yellow;
	color: red;
	background-color: #111111;
	font-weight: bolder;
	/* cannot override borders in IE 5-6 */
	border-bottom: 1px #ee0000 solid;
	border-right: 1px #ee0000 solid;
	border-left: 1px #440000 solid;
	border-top: 1px #440000 solid;
}


#sidebar th {
	background-color: #990000;
	color: white;
	border-bottom: 1px #440000 solid;
	border-right: 1px #440000 solid;
	border-left: 1px #ee0000 solid;
	border-top: 1px #ee0000 solid;
}

#sidebar td {
	background-color: #111111;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
}

#entry {
	color: white;
	float: left;
	margin: 4em;
}

#entry div {
	padding: 1ex;
	background-color: #990000;
	font-weight: bolder;
	border-bottom: 1px #440000 solid;
	border-right: 1px #440000 solid;
	border-left: 1px #ee0000 solid;
	border-top: 1px #ee0000 solid;
}

#entry pre {
	padding: 1ex;
	margin: 0px;
	overflow: auto;
	background-color: #111111;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #333333 solid;
	border-top: 1px #333333 solid;
	font-weight: lighter;
}

#main {
	padding: 2em;
}