html {
	color: black;
	background-color: #d4d8fd;


	background-image: url(/images/background2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;

	font-family: verdana, helvetica, arial, sans-serif;
}

body {
	color: black;
	background-color:  white;

	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-position: top right;

	width: 800px;

	margin: auto;
	margin-top: 1.5em;

	border-width: 1px;
	border-style: solid;
	border-color: #390c8c;

	font-family: verdana, helvetica, arial, sans-serif;
}

a {
	color: black;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

div#header {
}

div#footer {

}

h1#title {
	height: 130px;
}

h1#title img {
	margin-left: 4.5em;
	margin-top: .5em;
}
h1#subtitle {

}

div#menu {
	height: 56px;
	width: 800px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #390c8c;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #390c8c;
}

div#content {
	padding: 0 1em 1em 1em;
	margin-top: 1.5em;

	background-image: url(/images/background3.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #390c8c;

	height: 400px;

	overflow-y: scroll;
}

ul#nav-main{
	padding: 0;
	margin: 0;
}

ul#nav-main li {
	clear: right;
	float: left;

	margin-top: 0;
	margin-left: 1.5em;


	list-style-type: none;
}

ul#nav-main li.small {
	margin: .7em;
	margin-left: 1.5em;
}

ul#nav-main li img {
	border-style: none;
}


h3 {
	margin-bottom: -.5em;
}

div#copyright {
	text-align: right;
	font-size: 80%;

	margin: .5em;
}

div#copyright a {
	color: #390c8c
}

.clearer {
	clear: both;
}

ul.data {
	list-style-type: none;

	padding-left: .5em;

	font-weight: bold;
}
