* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #2d0044;
}
a img { border: none; }

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -382px;
	width: 764px;
	background: url(../images/middle.png) top left repeat-y;
}

#top {
	width: 764px;
	height: 84px;
	background: url(../images/top.png) top left no-repeat;
}
#bottom {
	clear: both;
	width: 764px;
	height: 22px;
	background: url(../images/bottom.png) top left no-repeat;
}
#footer {
	float: left;
	width: 764px;
	background: #2d0044;
	color: #ccc;
	font-size: 10px;
}
#footer .copy { float: right; }
#footer .admin { float: left; }
#footer a { text-decoration: none; color: #aaa;}
#footer a:hover {	color: #fff; }

#nav {
	display: inline; /* ie double margin fix; sane browsers ignore this. */
	float: left;
	width: 176px;
	margin-left: 4px;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
#nav li {
	margin-bottom: 5px;
}
#nav li ul { list-style: none; }
#nav li ul li {	margin: 0; }
#nav h1 {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #333;
}
#nav a {
	color: #85698c;
	text-decoration: none;
}
#nav a:hover { color: #fff; }

#page {
	display: inline; /* ie double margin fix; sane browsers ignore this. */
	float: left;
	width: 574px;
	margin-left: 6px;
	padding: 0;
	color: #fff;
	overflow: hidden;
}
#page h1, #bulls h1 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid #333;
}
#page p {
	margin-bottom: 1em;
}

#bulls {
	float: left;
	width: 570px;
	margin-left: 2px;
	color: #ccc;
	padding: 0 3px;
}
#bulls table {
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#bulls th, #bulls td {
	text-align: left;
	padding: 2px;
}
#bulls th {
	color: #fff;
	background: #333;
}
#bulls td.first_mgt_group {
	color: #000;
	background: #fff;
	font-weight: bold;
}
#bulls td.mgt_group{
	color: #000;
	background: #fff;
	padding-top: 15px;
	font-weight: bold;
}
#bulls .one { background: #203; }
#bulls .two { background: #000; }
#bulls a { color: #800080; }



