@charset "utf-8";
/* CSS Document */

body {
	background-color: #232323;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

#header {
	text-align: center;
}

#menu {
	width: 100px;
	float: left;
}

#content-container {
	width: 875px;
	float:right;
	margin-top: 15px;
}

#content-top {
	min-height: 20px;
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
}

#content-main {
	min-height: 2px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	min-height: 160px;
}

#content-bottom {
	min-height: 20px;
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
}

#content {
	width: 850px;
	margin: 0 auto;
	color: #232323;
}

#menu ul li.red-button {
	background-image: url(images/nav_normal_red.png);
}

#menu ul li.red-button:hover {
	background-image: url(images/nav_hover_red.png);
}

#menu ul li a, #menu ul li a:active, #menu ul li a:link {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li {
	padding-top: 3px;
	text-align: center;
	margin-left: -20px;
	display: block;
	min-height: 25px;
	width: 100px;
	background-image: url(images/nav_normal.png);
}

#menu ul li:hover {
	background-image: url(images/nav_hover.png);
}

#footer {
	clear: both;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#footer a, #footer a:active, #footer a:link {
	color: #fff;
}

#footer a:hover {
	color: #ff0000;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.float-left {
	float: left;
	padding-right: 5px;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #ff0000;
}

.smaller {
	font-size: 15px;
}

.move_up {
	margin-top: -35px;
}

.mouse-hover:hover {
	cursor: pointer;
}