
body
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif
	font-size: 12px;
	background-color: #C784E8;
}

a:link
{
	color: #9541AF;
	text-decoration: none;
}

a:visited
{
	color: #9541AF;
	text-decoration: none;
}

a:hover
{
	color: #C784E8;
	text-decoration: underline;
}

a:active
{
	color: #9541AF;
	text-decoration: none;
}


#bodywrap
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECEBF5;
	border-right: 1px solid #9966cc;
	border-bottom: 1px solid #9966cc;
}

#header
{
	text-align: center;
	width: 768px;
	height: 100px;
	background-color: #9541AF;
}

#header h1
{
	font-family: cursive;
	color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#header h2
{
	color: #FFFFFF;
	margin: 5px;
	font-size: 1.3em;
}

#menu
{
	width: 150px;
	float: left;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

#menu a:link
{
	color: #9541AF;
	text-decoration: none;
}

#menu a:visited
{
	color: #9541AF;
	text-decoration: none;
}

#menu a:hover
{
	color: #C784E8;
	text-decoration: none;
}

#menu a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#main
{
}

#content
{
	background-color: #FFFFFF;
	float: left;
	width: 618px;
	min-height: 15em;
	background: #fff url(images/swing.jpg) bottom center no-repeat;
	padding-bottom: 200px;
}

#content p, h3, dl
{
	margin: 5px 10px 10px 10px;
}

#content h3
{
	color: #9541AF;
}

#content h4
{
	color: #9541AF;
}

#content dl
{
	margin: 5px 5px 5px 10px;
}

#content dt
{
	margin-bottom: 5px;
	font-weight: bold;
}

#content dd
{
	margin-bottom: 10px;
}

div.book
{
	clear: both;
}

.book a img
{
	border: 0;
	float: left;
	margin: 5px;
}

#footer
{
	text-align: center;
	height: 1em;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

#footer p
{
	color: #333333;
	font-size: .8em;
	background-color: #C784E8;
}

#right_box
{
	float: right;
	width: 200px;
	#border-left: 1px #ECEBF5 solid;
	#border-bottom: 1px #ECEBF5 solid;
	background-color: #ECEBF5;
	padding:  0 0px 5px 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 2em;
}

#right_box ul
{
	list-style: none;
	padding-left: 1em;
	margin: 0;
}

#right_box li
{
	margin-bottom: 10px;
	padding: 0;
}