body {
	margin: 15px;
	background-color: #333333;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}

#all {
	width: 794px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
}
#spacekeeper {
}

#top {
	height: 21px;
	background-repeat: no-repeat;
	background-image: url(round-edges-top.gif);
	font-size: 6px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(bg-white.gif);
	background-repeat: repeat-y;
}

#navi {
	padding-top: 6px;
	height: 21px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	background-image: url(bg-2-lines.gif);
	background-repeat: repeat-x;
}

#main {
	padding: 0px;
	background-image: url(bg-main.gif);
}

#rightnavi {
	width: 285px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: right;
}

#content {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 440px;
}

#bottom {
	padding-top: 0px;
	height: 29px;
	background-repeat: no-repeat;
	background-image: url(round-edges-bottom.gif);
}

h1 {
	color: #990000;
	font-size: 16px;
	padding-top: 0px;
}
h2 {
	color: #990000;
	font-size: 12px;
	padding-top: 0px;
}

a, a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	font-weight: bold;
	color: #990000;
}


