body {
	color: #000000;
background-color: #110000;
/*	*/
}

a {
	color: #220000;
	background-color: transparent;
}

a:visited {
	color: #663366;
	background-color: transparent;
}

a:hover {
	color: #220000;
	background-color: transparent;
}

a:active {
	color: #993333;
	background-color: transparent;
}

div#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#topwrapper {
	width: 950px;
	height: 10px;
	background-image: url(images/border_top.gif);
	background-repeat: repeat-x;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

div#topleftcorner {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(images/corner_top_left.gif);
	background-repeat: no-repeat;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

div#toprightcorner {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(images/corner_top_right.gif);
	background-repeat: no-repeat;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

div#middle {
	width: 100%;
	height: auto;
	background-image: url(images/middle_borders.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#bottomwrapper {
	width: 950px;
	height: 10px;
	background-image: url(images/border_bottom.gif);
	background-repeat: repeat-x;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

div#bottomleftcorner {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(images/corner_bottom_left.gif);
	background-repeat: no-repeat;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

div#bottomrightcorner {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(images/corner_bottom_right.gif);
	background-repeat: no-repeat;
	/* font hack, IE doesn't like empty divs */
	font-size: 0.01em;
}

