body {
	background-color: #f5e1f5;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #330033;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:link {
	color: #660066;
}

a:visited {
	color: #660066;
}

a:hover {
	color: #330033;
}

a:active {
	color: #660066;
	text-decoration: line-through;
}

blockquote {
	background-color: #ffe8ff;
	border-left: 6px solid #d989d9;
	padding: 12px;
}

h1 {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	display: block;
	height: 99px;
	margin: 0px;
	width: 720px;
}

h1 span {
	display: none;
}

h2 {
	border-bottom: 1px solid #660066;
	font-size: 27px;
	margin-bottom: 3px;
	margin-top: 12px;
	padding: 0px;
}

h3 {
	font-size: 21px;
	margin-bottom: 3px;
	margin-top: 12px;
	padding: 0px;
}

h4 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 12px;
	padding: 0px;
}

p {
	text-indent: 24px;
}

ul {
	list-style-type: none;
	padding-left: 9px;
	width: auto;
}

ul li {
	background-image: url(images/bullet.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom:0px;
	padding-left: 9px;
	width: auto;
}



/* classes and ID's */

#container {
	background-color: #edd8f2;
	border-bottom: 5px solid #662266;
	border-left: 5px solid #d989d9;
	border-right: 5px solid #662266;
	border-top: 5px solid #d989d9;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#sidebar {
	background-color: #edd8f2;
	float: right;
	margin: 0px;
	padding: 6px;
	width: 166px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#sidebar ul li {
	background-image: url(images/sidebar-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	width: 160px;
}

#sidebar ul li h2 {
	border-bottom: none;
	font-size: 18px;
	margin: 0px;
}

.sb-li-container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	width: 128px;
}

#sidebar ul li div ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 9px;
	width: auto;
}

#sidebar ul li div ul li {
	background-image: url(images/bullet.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom:0px;
	padding-left: 9px;
	width: auto;
}

#content {
	margin-right: 160px;
	padding: 6px;
}

#footer {
	background-color: #ffe8ff;
	clear: both;
	font-size: 11px;
	margin: 6px;
	padding: 6px;
	text-align: center;
}

.center {
	text-align: center;
}
