@charset "utf-8";
body {
	margin: 0px;
	padding: 10px;
	background: #CCCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
a, a:visited {
	color: #9966FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#header a:hover {
	text-decoration:none;
}
div#shadow1 {
	border: 1px solid #AAAADD;
	width: 790px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
}
div#shadow2 {
	border: 1px solid #8888BB;
}
div#shadow3 {
	border: 1px solid #666699;
}
div#shadow4 {
	border: 1px solid #444477;
}
div#shadow5 {
	border: 1px solid #222255;
}
div#container {
	border: 1px solid #000033;
	background: #FFFFFF;
	text-align: left;
}
div#header {
	height: 55px;
	padding: 10px;
	background: #9966FF;
}
div#mainContent {
	padding: 0px 450px 0px 20px;
	background: #FFFFFF;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#footer {
	height: 30px;
	padding: 10px;
	background: #9966FF;
}
span#title {
	position: relative;
	top: -3px;
	left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCFF;
}
span#names {
	position: relative;
	top: 22px;
	left: -117px;
	color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
}
span#theme{
	position: relative;
	top: 7px;
	left: 258px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCFF;
}
span#harmony {
	position: relative;
	top: -16px;
	left: -129px;
	color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
}
div#verse {
	position: relative;
	top: 13px;
	left: 305px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #DDFFFF;
}
div#copyright {
	position: relative;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
	top: 8px;
}
div#w3c{
	position: relative;
	top: 20px;
	border: 0px;
	color: #FFFFFF;
}
div#w3c a{
	color: #CCCCFF;
}
.h1 {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
}
.h2 {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
div#breadcrumb{
	position: relative;
	text-align: left;
	top: -5px;
}