body {
	background-color: black;
	background-image: url(/styles/magenta_curtains/background);
	background-repeat: repeat-x;
	margin: 0;
	font-family: sans-serif;
}

a:link {
	color: #c40086;
}

a:visited {
	color: #5441d8
}

a:active {
	color: red;
}

a:hover {
	text-decoration: none;
}

h1, p, ul {
	margin: 0;
	padding: 0.5em;
	background: inherit;
}

#Top, #Mid, #Bot {
	position: relative;
	padding: 1.25%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

#Head {
	position: relative;
	background-image: url(/styles/magenta_curtains/logo);
	background-repeat: no-repeat;
	width: 445px;
	height: 120px;
}

#Head p {
	display: none;
}

#Left, #Body, #Foot {
	position: relative;
	border: 2px solid #140068;
	background-image: url(/styles/magenta_curtains/filter);
	color: white;
}

#Left {
	float: left;
	width: 20%;
	z-index: 1;
}

#Left a {
	text-decoration: none;
}

#Left ul {
	list-style: none;
	font-size: 2em;
}

#Body {
	margin-left: 23.25%;
}

#Body h1 {
	background-image: url(/styles/magenta_curtains/stripes);
	font-size: 2em;
	font-weight: normal;
}

#Foot {
	margin-left: 23.25%;
	font-size: 0.75em;
}

