body {
	background-color: #336699;
	background-image: url(background-swatch.png);
	color: white;
}

body, div {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Luxi Sans', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

img {
	border: none;
	margin: 0;
}

.outer {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
	padding: 0px;
}

.inner {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*	font-variant: small-caps; */
	text-transform: lowercase;
}

#head {
	height: 100px;
	margin: 0;
}

#foot {
	height: 15px;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0.5em 1.0em;
	padding: 0 ;
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid #336699;
}

li ul li {
	margin: 0;
	border-top: none;
}

li a, li div {
	display: block;
	text-align: right;
}

div.hrule {
	height: 2px;
	background-color: black;
	color: white;
}

div.hrule hr {
	display: none;
}

a {
	font-size: 1.3em;
}

a:link, a:visited, a:hover, a:active {
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:link {
	background-color: inherit;
	color: white;
}

a:visited {
	background-color: inherit;
	color: white;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: white;
}


