* {
	margin: 0;
	padding: 0;
}

/* commented backslash hack v2 \*/ 
html, body {
	height:100%;
} 
/* end hack */

html, body {
	font-family: "Trebuchet MS", "Lucida Console", Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-align: center;/* centre for ie5 and 5.5. */
	min-height: 600px;/*for mozilla/opera */
	min-width: 800px;/* """ */
}

/* -- splash page styles
------------------------------ */
#splash {
	position: relative;/* gain stacking context for absolutely placed element */
	margin: 0 auto;
	top: 6%;
	width: 800px;

}

#splash img {
	border: 1px solid #333;
	margin-bottom: 10px;
}

#splash a, #splash a:link, #splash a:visited, #splash a:active {
	text-decoration: none;
	color: #fff;
}

#splash a:hover {
	color: #f60;
}

/* -- core styles
------------------------------ */
h1 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}

#whole {
	margin-left: auto;/* centre for compliant browsers */
	margin-right: auto;/* centre for compliant browsers */
	position: relative;/* gain stacking context for absolutely placed element */
	top: 6%;
	width: 1000px;
	height: 2500px;
	background-color: #300A02;
	border: 1px solid #333;
}

#whole a, #whole a:link, #whole a:visited, #whole a:active {
	text-decoration: none;
	color: #fff;
}

#whole a:hover {
	color: #f60;
}

#header {
	margin-top: 5px;
	margin-bottom: 5px;
}

#side {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 15px;
}

* html #side {
	width: 190px;
	w\idth: 175px;
}

#content {
	float: left;
	width: 800px;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
	overflow: auto;
	text-align: left;
	padding: 5px;
	/*background: url(/quivertwist/i/content-bg.gif) transparent repeat;*/
}

* html #content {
	width: 600px;
	w\idth: 573px;
}

#content img {
	border: 0px solid #999;
}

#content td {
	font-family: "Trebuchet MS", "Lucida Console", Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* -- menu styles
------------------------------ */
#mainmenu {
	width: 100px;
	text-align: center;
}

#menu {
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	/*display: inline;*/
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	margin: 0;
	width: 100px;
	height: 23px;
	padding: 7px 1px 0 1px;
	text-decoration: none;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	display: block;
}

* html #menu li {
	height: 30px;
	he\ight: 23px;
	width: 175px;
	w\idth: 173px;
}

#menu li a:hover {
	background-color: #000;
}