body {
	/* Make sure this number matched the number in the #wrap section */
	min-width:750px;
	background-color : Black;
	background-image : url(images/ChangelingMoth.png);
	background-repeat : no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	color:White;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
}

#wrap {
	margin:0 auto;
	/* Make sure this number matched the number in the body section */
	width:750px;
}

#header {

}

#header h1 {
	padding:5px;
	margin:0;
}
#nav {
	padding:5px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav li{
	display:inline;
	margin:0;
	padding:0;
}

#main {
	/* To have the Main and Sidebar sections on opposite sides, swap the float on both sections */
	float:right;
	/* Width of the Main section */
	width:500px;
}

#main h2, #main h3, #main p {
	padding:0 10px;
}

#main ul
{
	list-style-type:none;
	margin-left: -25px;
}

#main li
{
	margin-top: 5px;
}

#main p
{
	margin-left: 5px;
}

#ratings
{
	margin-left: 15px;
}

#sidebar {
	/* To have the Main and Sidebar sections on opposite sides, swap the float on both sections */
	float:left;
	/*  Width of the Sidebar section */
	width:240px;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#footer {
	clear:both;
}

#footer p {
	padding:5px;
	margin:0;
	text-align: center;
	font-size: 10px;
}

A:visited    	{	COLOR: #8888FF; TEXT-DECORATION: none}
A:hover      	{	COLOR: #AAAAFF; TEXT-DECORATION: underline}
A            	{	COLOR: #8888FF; TEXT-DECORATION: none }

h1	{
	color: #8888FF;
}

h2	{
	color: #8888FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h3	{
	color: #8888FF;
}

.divnote{
	margin-left: 2em;
	margin-right: 2em;
	border-width: thin;
	border-color: #FFFFFF;
	border-style: solid;
	text-align: center;
	font-style: italic;
}

.cursive {
	font-family: Edwardian Script ITC, Palace Script MT, French Script MT, serif;
	font-size: 180%;
}

.signature {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.typewriter {
	font-family: courier new, courier, monospaced, serif;
}

.subpage {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;		
}

.headpage {
	margin-bottom: 0px;
}