@charset "UTF-8";
/* CSS Document */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#main_wrap {
	width: 900px;
}
#left_wrap img {
	width: 300px;
}
#logo {
	height: 280px;
	width: 300px;
}
#side_menu {
	width: 300px;
	margin-top: 8px;
}
#footer {
	height: 30px;
	width: 900px;
	line-height: 30px;
	font-family: "Century Gothic";
	font-size: 9px;
	text-indent: 15px;
	color: #CCCCCC;
}
