body
{
	background-color: #231f20;
}

body *
{
	color: #999;
	font-size: 14px;
}

#outer
{
	background-color: #231f20;
	padding-top: 30px;
}

.image
{
	padding-bottom: 15px;
}

.image-description
{
	font-weight: bold;
	text-align: center;
}

.edit-heading
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 8px;
}

.edit-title
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 18px;
}

.edit-textbox
{
	background-color: #fff;
	border: none;
	width: 248px;
	color: #000;
}

.edit-numberbox
{
	background-color: #fff;
	border: none;
	width: 25px;
	color: #000;
}

.edit-footer
{
	padding-top: 8px;
}

.edit-button-submit
{
	display: block;
	width: 61px;
	height: 20px;
	background-image: url('/images/but-submit.gif');
}

.edit-button-submit:hover
{
	background-image: url('/images/but-submit-2.gif');
}

.edit-button-reset
{
	display: block;
	width: 61px;
	height: 20px;
	background-image: url('/images/but-reset.gif');
}

.edit-button-reset:hover
{
	background-image: url('/images/but-reset-2.gif');
}

h1.heading { display: none; }


ul.lower-nav { padding: 0; margin: 0; list-style: none; clear: left; display: block; }
ul.lower-nav li { float: left; color: #ccc; }
ul.lower-nav li a, ul.lower-nav li a:visited { font-size: 15px; color: #ccc; text-decoration: none; }
ul.lower-nav li a:hover { text-decoration: underline; }
ul.lower-nav li.star { font-size: 18px; padding: 0 19px 0 18px; }

ul.line1 { margin-left: 62px; }
ul.line2 { margin-left: 108px; }
ul.line3 { margin-left: 172px; }
