/*cope with inheritance bugs*/
body {
	background-color: #fff;
	background-image: url(pics/purple_bar.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

p, table, th, td {
	color: #000;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
}

li {
	color: #000;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0.5;
}

#navbar p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

p.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;	
}

#sidebar {
	left: 0;
	position: absolute;
	width: 219px;
	background-image: url(pics/harp.gif);
	background-repeat: no-repeat;
	height: 533px;
	padding: 0;
	margin: 0;
	border: 0;
}

#navbar {
	margin: 110px 10px 0 10px;
	padding: 0;
	border: 0;
}

#logobar {
	background-image: url(pics/luisa_banner.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 513px;
	height: 109px;
	right: 0;
	position: absolute;
	border: 0;
	padding: 0;
	margin: 0;
}

#logobar a {
	height: 109px;
	width: 513px;
	display: block;
}

.alt {
	display: none;
}

#bulk {
	position: absolute;
	left: 219px;
	top: 109px;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#textarea {
	margin: 0 30px;
	width: 500px;
	padding: 0;
	border: 0;
}

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

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

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

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

h1 {
	color: #96c;
	font: 20px/1.5 Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
