* {
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #000;
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#bottom-ads {
}

#left {
	width: 708px;
	float: left;
	background-color: #000;
	border: 2px solid #333;
	padding: 10px;
	background-image: url(../images/left-bg.png);
	background-repeat: repeat-x;
}
a img    {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bottom-ads {
	width: 728px;
	float: left;
	margin-top: 6px;
	border: 2px solid #333;
	background-color: #000;
	background-image: url(../images/bottom-ad-bg.png);
	background-repeat: repeat-x;
}
#button {
	background-color: #000;
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 196px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 7px;
	border: 2px solid #333;
}
#button h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 4px;
}
#container #left h2 {
	font-size: 18px;
}
#right {
	float: right;
	width: 210px;
	text-align: right;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #231F20;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#header-content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar {
	float: right;
	width: 800px;
	margin-top: 26px;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
}
#container #left h1 {
	font-size: 24px;
}
#header-content h1 {
	font-weight: normal;
}
#header #header-content h1 a {
	font-size: 28px;
}
.zeforce {
	color: #65CCFF;
	font-weight: bold;
	margin-left: 2px;
}
h3 {
	font-size: 14px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #66B5FF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
#navbar a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #66B5FF;
	text-decoration: none;
}
#navbar a:active {
	color: #FFF;
	text-decoration: none;
}
#left input{
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}
#left textarea{
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}
.done {
	text-decoration: line-through;
}
