body {
	background-color: black;
	margin: 0px;
	font-size: 0.9em;
	font-family: sans-serif;
	
}

html{
	overflow-y: scroll;
}

html > body > div#root {
	width: 900px;
	margin: auto;
}

div.cont {
	background-color: #ebdfc0;
}

div.cont > h1 {
	text-align: center;
	font-size: 1.5em;
}

a {
	color: black;
	/*border-bottom: 1px solid black;
	text-decoration: none;*/
}
a:hover {
	color: #c82100;
	/*border-bottom: 0px;*/
	text-decoration: none;
}

div#menu {
	background-image: url(images/menu-background.gif);
	background-repeat: repeat-x;
	background-color: black;
}

div#menu > * {
	background-image: url(images/menu-background.gif);
	background-repeat: repeat-x;
	background-color: black;
}

div#menu li {
	width: 100px;
	background-image: url(images/menu-background.gif);
	background-repeat: repeat-x;
	background-color: black;
}

div#menu ul {
	list-style: none;
	padding: 0px;
}

.inline-box ul {
	padding-left: 20px;
}

.inline-box {
	float: right;
	padding: 5px;
	margin: 20px;
	border: gray 1px dotted;
}

div#menu li {
	float: left;
	border-left: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

div#menu li:first-child {
	border-left: none;
}

div#menu div.first {
	width: 15px;
	height: 45px;
	background-image: url(images/menu-corner-left.gif);
	background-repeat: repeat-x;
	float: left;
}

div#menu div.last {
	width: 15px;
	height: 45px;
	background-image: url(images/menu-corner-right.gif);
	background-repeat: repeat-x;
	float: right;
}

div#menu ul li a {
	text-align: center;
	display: block;
	height: 45px;
	line-height: 45px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

div#menu ul li a.selected {
	background-image: url(images/menu-selected.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div#menu ul li a:hover {
	background-image: url(images/menu-hover.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div.clear{
	clear: both;
}

div.clear-left{
	clear: left;
}

div.clear-right{
	clear: right;
}

div#content{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

div#content-top {
	background-image: url(images/content-top.gif);
	background-repeat: repeat-x;
}

div#content-bottom {
	height: 10px;
	background-image: url(images/content-bottom.gif);
}

div#content-top div.left {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(images/content-corner-tl.gif);
}
div#content-bottom div.left {
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(images/content-corner-bl.gif);
}
div#content-top div.right {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(images/content-corner-tr.gif);
}
div#content-bottom div.right {
	width: 10px;
	height: 10px;
	float: right;
	background-image: url(images/content-corner-br.gif);
}

div#header {
	font-family: cursive;
	font-style: italic;
	font-size: 3em;
}

div#header {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: black;
	color: white;
	text-align: center;
}

div#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: black;
	color: white;
	text-align: center;
}

div#footer * {
	font-size: 0.8em;
	color: gray;
}