body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(images/zoodiac-bg1.jpg) no-repeat fixed;
	color: #fffeff;
	margin: 0;
}

h1 {
	text-align: center;
	letter-spacing: 0.2em;
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 15px;
}

div#menu {
	background-color: #0f0f68;
	font-size: smaller;
	letter-spacing: 0.1em;
	border: 1px solid #224eff;
	font-weight: bold;
}

#menu ul{
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
}

#menu ul li {
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}

p.leaded {
	line-height: 1.6em;
}

#menu ul li a {
	color: #e3fcff;
	text-decoration: none;
}

#menu ul li a:hover, a#selected {
	color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;
}

h4 {
	text-align: center;
	margin-top: 10px;
}
img#image-l {
	margin-right: 20px;
	float: left;
	border: 1px solid #fffeff;
}

img#image-c {
	border: 1px solid #fffeff;
}

div.centered {
	text-align: center;
}

div.float-left {
	clear:both;
	float:left;
	margin-top:20px;
}

div#notes {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5em;
	margin-bottom: 25px;
}

#notes b {
	font-size: larger;
}

div.links {
	margin-top: 20px;
}

div.links a {
	color: #e5fefd;
	font-size: smaller;
}

div.links a:hover {
	color: #f4fefb;
}

#main {
	line-height: 1.4em;
	clear: both;
}

div#wrapper {
	background-color: #060141;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 50px;
	border-left: 4px solid #0026bb;
	border-right: 4px solid #0026bb;
}

#main ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin-bottom: 25px;
	line-height: 1.5em;
	font-size: 12pt;
}

#footer {
	margin-top: 40px;
}

#footer ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#footer a, a:visited {
	text-decoration: none;
	color: #060141;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

#player {
	text-align: right;
	padding-right: 40px;
}

#player embed {
	border: 1px solid white;
}


