/* CSS Document */


html, body {
	height: 100%;
	background-color: #333333;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#containter {
	width: 1000px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: left;
	color: #CCCCCC;
}

#interface_top {
	background-image: url(images/interface_top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 1000px;
}

#interface_left {
	float: left;
	height: 600px;
	width: 180px;
	margin: 0px;
}

#interface_center {
	float: left;
	height: 600px;
	width: 800px;
	background-image: url(images/interface_center.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#interface_right {
	background-image: url(images/interface_right.jpg);
	float: left;
	height: 600px;
	width: 20px;
	background-repeat: no-repeat;
	margin: 0px;
}

#interface_bottom {
	float: left;
	height: 179px;
	width: 1000px;
	margin: 0px;
}

#content_fix {
	float: left;
	height: 779px;
	width: 1000px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}