body {
	margin:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:130%;
	letter-spacing:1px;
}
a {
	color:#3A1A92;
}
a:hover {
	color:#DF7AF3;
}

#container {
	background-image:url("design/back.png");
	background-repeat:repeat-x;
}
#header {
	border-bottom:3px solid #02FEFE;
}
#header a {
	display:block;
	width:700px;
	height:250px;
	background-image:url("design/harry.png");
	background-repeat:no-repeat;
}
#header a strong, .nodisplay {
	display:none;
}

.linkhead {
	font-weight:bold;
	padding-left:6px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
}
ul.links {
	margin:0px;
	padding:0px;
}
ul.links li {
	list-style-type:none;
	letter-spacing:1px;
	font-weight:bold;
}
ul.links li#current {
	background-color:#39BEFF;
	background-image:url("design/back.png");
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 3px 3px 12px;
}
ul.links li a {
	display:block;
	background-color:#E9181E;
	background-image:url("design/linkback.png");
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 3px 3px 6px;
}
ul.links li a:hover {
	background-image:none;
}

#mainlinks {
	float:left;
	width:20%;
}
#maintext {
	float:right;
	width:79%;
}

h1, h2, h3 {
	padding:0px;
}
h1 {
	margin:0 0 10px 0;
	color:#39BEFF;
	border-bottom:1px dotted #39BEFF;
	letter-spacing:2px;
	font-size:25px;
}
h2 {
	margin:20px 0 10px 0;
	color:#8C0D10;
	letter-spacing:1px;
	font-size:20px;
}
h3 {
	margin:25px 0 10px 0;
	font-size:18px;
}

.highlight {
	font-weight:bold;
}
.noborder {
	border:none;
}
.inline {
	display:inline;
}
.box {
	margin:0 auto 0 auto;
	padding:15px;
	border:1px solid #02FEFE;
	width:50%;
}
