@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

#container {
		width:958px;
		margin:0 auto;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
}

.top_menu {
	background-image:url(images/menu_bg.jpg);
	height:30px;
	width:958px;
}

.top_menu a {
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.top_menu a:hover {
	color:#333333;
}

.top_menu a:visited {
	color:#000000;
}

