HTML, BODY, #title_cube, #text_image, #button_set *, #header_image, #stats, #footer_cube, IMG, FORM {
	font-family: verdana;
	font-size: 10px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
HTML, BODY {
	height: 100%;
}
#container {
	padding: 0 1px 0 1px;
	width: 778px;
	height: 100%;
}
#title_cube {
	width: 778px;
	height: 35px;
	background: url(../images/title_cube.jpg);
}
#text_image {
	float: left;
	width: 245px;
	height: 57px;
	background: url(../images/text_image.gif) no-repeat;
}
#button_set {
	margin-top: 12px;
	float: right;
}
#button_set .buttons LI {
	float: left;
	padding-right: 25px;
}
#button_set .button_sep {
	clear: both;
	border-bottom: 1px solid #CC3333;
}
#header_image {
	width: 778px;
	height: 145px;
	background: url(../images/header_image.jpg) no-repeat;
}
#content {
	width: 768px;
	margin-top: 10px;
	margin-left:10px;
}
#content IMG {
	border: 1px solid #d5d5d5;
}
#footer_cube {
	width: 778px;
	height: 90px;
	background: url(../images/footer_cube.jpg);
	clear: both;
}
A, A:link, A:hover, A:active, A:hover {
	color: #838C96;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #CC3333;
}
.seperator {
	clear: both;
	border-bottom: 1px solid #CC3333;
	margin: 3px 0 3px 0;
}
#content .header {
	margin: 0px 0px 2px 0px;
	color: #CC3333;
	font-weight: bold;
	width: 776px;
}
#content .message {
	color: #838C96;
	margin: 0px 0px 30px 5px;
	width: 738px;
}
#content .footer {
	color: #BAC1C9;
	width: 768px;
	margin: 0;
}
INPUT, TEXTAREA {
	background: url(../images/input_bg.gif) repeat-x;
	border: 1px solid #d5d5d5;
	width: 150px;
	height: 16px;
	color: #888;
	margin-left: 10px;
}
TEXTAREA {
	width: 740px;
	height: 50px;
}
.label {
	padding-left: 10px;
	background: url(../images/input_label.gif) no-repeat;
}