body {
	background: url(images/grass_gradient.gif) repeat-x #030;
	text-align: center;
	color: #000;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}
html, body {
	height: 100%;
}

img {
	border: 0;
	margin: 0;
}
a {
	color : #c00;
	text-decoration : none;
}
a:hover {
	color : #900;
	text-decoration : none;
}

h1 {
	font-size: 22px;
	font-weight: 100;
}
.red {
	color : #f00;
}
input {
	font-size : 12px;
}
div.box {
	position : relative;
	padding : 10px;
	color : #333333;
	width : 450px;
	font-size : 12px;
}
div.box h1 {
	font-size : 14px;
	color : #000000;
	padding-bottom : 4px;
	font-weight : 900;
}
div.box p {
	padding-bottom : 14px;
	margin : 0;
}

div.box label {
	display : block;
	margin-bottom : 10px;
	color : #555555;
}
div.box label span {
	display : block;
	float : left;
	padding-right : 6px;
	padding-top : 3px;
	width : 150px;
	text-align : right;
	font-weight : bold;
	font-size : 14px;
}
.spacer {
	margin-left : 155px;
	margin-bottom : 10px;
	font-size : 11px;
	color : #555555;
}
.errblock {
	color : #000;
	background-color : #fcc;
	border : 1px solid #f66;
	padding : 2px 5px;
	text-align: center;
	width: 95%;
}
.goodblock {
	color : #090;
	background-color : #cfc;
	border : 1px solid #6c6;
}

#indexfill {
	border-right: 2px solid #060;
	border-left: 2px solid #060;
	position: relative;
}

.clear {
	clear: both;
}
.grass {
	position: fixed;
	bottom: 0;
	height: 150px;
	left: 0;
	width: 100%;
	/*background-image: url(images/grass_bottom.gif);*/
	background-repeat: repeat-x;
	z-index: 1;
}

#content {
	padding: 0 10px; 
	margin: 0;
	position: relative; 
	width: 800px; 
	background: #fff; 
	text-align: left;
	border-right: 2px solid #060;
	border-left: 2px solid #060;
	position: relative;
	z-index: 99;
	min-height: 100%;
}
#bodycontent {
	background: #fff;
	padding: 100px 0 0;
	min-height: 100%;
	z-index: 2;
}
#navigation {
	width: 700px;
	margin: 0;
	padding: 0;
	height: 1em;
	font-size: 12px;
	font-weight: 900;
	z-index: 11;
	text-align:left;}
#navigation li {
	list-style: none;
	float: right;
	text-align: left;}
#navigation li a {
	display: block;
	padding : 5px 7px 4px 7px;
	margin-left: 3px;
	border-bottom: 1px solid #dedede;
	color : #060;
	z-index: 11;
	text-decoration : none;}
#navigation li a:hover {
	display: block;
	padding : 5px 7px 4px 7px;
	background-color : #cfc;
	border: 1px solid #060;
	color : #000;
	z-index: 11;
	text-decoration : none;}