@charset "UTF-8";
body/* CSS Document */

 {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #menu {
	margin-top: 15px;
	margin-left: 15px;
}
#container #menu a {
	margin-right: 50px;
}
#container {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}
#container #content .textcontent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBB03B;
	padding-left: 15px;
}

