body {
	background-color: #036;
	text-align: center;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
}
.bolder {
	font-weight: bold;
}
#shell {
	background-attachment: scroll;
	background-color: #900;
	background-image: url(gfx/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	padding: 0px;
	border: 10px solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background-image: url(gfx/white.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#tenpad {
	background-image: url(gfx/white.png);
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFF;
}
a:link {
	color: #369;
}
.red {
	color: #C00;
}
