body {
	font-family: gill, helvetica, sans-serif;
	margin: 10px 10px 0 10px;
	padding: 0;
	background-color: #334455;
	color: white;
}
	
#title {
	font-family: gill, helvetica, sans-serif;
	border: 1px solid white;
	padding: 0 0 0 20px;
	margin-right: 240px;
	margin-left: 10px;
}

#menu {
	font-family: gill, helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid white;
	margin-top: -1px;
	margin-right: 240px;
	margin-left: 10px;
}

#content {
	font-family: gill, helvetica, sans-serif;
	border-right: 1px solid white;
	border-bottom: 1px solid white; 
	border-left: 1px solid white;
	padding: 10px 20px 0 20px;
	margin-top: 0px;
	margin-right: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* The following is a fix for Internet Explorer, which is
	broken */
	background: #334455;
}

#right-bar {
	font-family: gill, helvetica, sans-serif;
	position: absolute;
	right:20px;
	top: 10px;
	width:189px;
	border-top :1px solid white;
	border-right :1px solid white;
	border-bottom :1px solid white;
	border-left :1px solid white;
	padding: 20px;

}

/* and now the stuff for prettyness */

#menu {
	letter-spacing: 10px;
	word-spacing: 1em;
	text-align: center;
}

#right-bar {
	font-size: 80%;
	color: #DCDCDC;
}

#title h1 {
	font-size: 37px;
	letter-spacing: 10px;
	word-spacing: 2em;
	font-weight: bold;
	line-height: 1em;
}

blockquote.realquote {
	font-style: italic;
}

div.smallertext {
	font-size: 75%;
	padding-bottom: 1em;
}

div.formula {
	text-align: center;
	font-family: monospace;
	padding-bottom: 1em;
}

div.image {
	text-align: center;
	font-size: 75%;
	padding-bottom: 1em;
}

div.image-right {
	float: right;
	text-align: center;
	font-size: 75%;
	padding: 1em;
	padding-right: 0;
}

div.image-left {
	float: left;
	text-align: center;
	font-size: 75%;
	padding: 1em;
	padding-left: 0;
}

p.months { 
        word-spacing: 3em;
        text-align: center;
}

p.center {
	text-align: center;
}

h2.center {
	text-align: center;
}

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

a:link {
	text-decoration: none;
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
	color: white;
}

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

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

a:hover {
	color: #FFFF99;
}

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

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

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

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

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

#right-bar {
	font-size: 80%;
	color: #DCDCDC;
}
