@charset "utf-8";
/* CSS Document */


body.community #nav_bar {
	background-color:#f3901d;
}
body.community #sub_nav {
	margin-left:505px;
}
/* COMMUNITY body_content, articles */
body.community .body_content {
	margin-left:150px;
	margin-top:80px;
}
body.community .article {
	width:425px;
}
body.community .body_content .title {
	color:#f3901d;
}
body.community .body_content a {
	color:#f3901d;
}

