body {
	background: #f5f5e8;
	font-family: Helvetica, Sans-serif;
	color: #555555; 
}

#container {
	width: 800px;
}

#container .spacer {
	clear:both;
}

#header div {
	margin-bottom: 8px;
}

#header h1 {
	margin: 0px;
	color: #cb4800;
}

#header h1 a {
	color: #cb4800;
	text-decoration: none;
}

#header h1 span {
	color: #00b0d8;
}

#header .logo {
	float: left;
}

#header .control {
	float: right;
}

#header .control a {
	color: #cb4800;
	margin-left: 5px;
}

#ad {
	float: left;
	width: 20%;
}

#content {
	float: left;
	width: 80%;
}

#content .box {
	clear: both;
	text-align: left;
	margin-bottom: 8px;
}

#content .box a {
	/* color: #00b0d8; */	
	color: #cb4800;
}

#content .bl {background: url('../img/box_bl.gif') 0 100% no-repeat #edede1; width: 100%}
#content .br {background: url('../img/box_br.gif') 100% 100% no-repeat}
#content .tl {background: url('../img/box_tl.gif') 0 0 no-repeat}
#content .tr {background: url('../img/box_tr.gif') 100% 0 no-repeat; padding:5px}
#content .clear {font-size: 1px; height: 1px}

#content .rank_box {
	margin: 0px;
	margin-right: 10px;
	float: left;
	width: 45px;
	height: 34px;
	background: url('../img/rank_box_bg.gif') no-repeat;
}

#content span.rank {
	display: block; float: left;
	width: 45px; height: 19px;
	font: bold 0.8em Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	line-height: 19px;
}

#content span.in {
	display: block; float: left;
	width: 45px; height: 15px;
	font: 0.6em Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	line-height: 15px; 
}

#content h2 {
	margin: 0 0 5px 0;
	color: #cb4800
}

#content p {
	margin:0 0 3px 0;
}

#content label {
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

#content input, textarea {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#content input[type="submit"] {
	display: block;
	margin-top: 5px;
}

#content .error {
	color: #ba0000;
	font-style: italic;
}

#content .membersMenu {
	margin-bottom: 5px;
}

#content .membersMenu a {
	margin-right: 5px;
}

#content table {
	width: 100%;
	border-spacing: 0px;
}

#content tr.zebra0 {
	background: #e4e4d4;
}

#content td {
	padding: 5px 0 5px 0;
	vertical-align: top;
}

#content td ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#content li {
	font: 0.8em Helvetica, sans-serif;
}

#content th {
	text-align: left;
}

#content .pages {
	margin: 5px 0 5px 0;
	text-align: center;
}

#content .pages a {
	color: #cb4800;
	margin-right: 5px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}

#footer a {
	color: #cb4800;
}
