/* TWO COLUMN LAYOUT */


/* 1. º»¹® ÀüÃ¼  */
body {
	background:#303030;
	margin:0;
	padding:0;
	}
.main_wrapper {
	width:1300px
	}
.intro {
	position:absolute;
	width:120px;
	height:250px;
	background:#ffcc00;
	margin: 20px 0 0 20px;
	}
/* 2. ³×ºñ°ÔÀÌ¼Ç ¿µ¿ª  */
.navi {
	position:absolute;
	width:120px;
	background:#303030;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 20px 0 0 170px;
	line-height:1.5em;
	}
.navi a {
	margin:0;
	text-decoration:none;
	font-size:12px;
	font-family:Helvetica, sans-serif;
	color:#ffcc00;	
	}
.navi a.active, .navi a:hover {
	color:#ffcc00;
	background:#FFCC00;
	text-decoration:underline;
	}
.menu { 
	margin: 0;
	padding-left: 0;
	}
.menu li {
	list-style:none;
	}
/* 3. Ç²ÅÍ ¿µ¿ª  */
.jade {
	position:absolute;
	width:180px;
	background:#303030;
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 140px 0 0 170px;
	line-height:1.3em;
	}
.jade a {
	float:left;
	margin:0 25px 0 0;
	text-decoration:none;
	font-size:11px;
	font-family:Helvetica, sans-serif;
	color:#ffcc00;	
	}
.jade a.active, .jade a:hover {
	color:#ffcc00;
	text-decoration:underline;
	}
.footer {
	position:absolute;
	width:180px;
	background:#303030;
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 330px 0 0 170px;
	line-height:1.3em;
	}
.footer a {
	float:left;
	margin:0 25px 0 0;
	text-decoration:none;
	font-size:11px;
	font-family:Helvetica, sans-serif;
	color:#ffcc00;	
	}
.footer a.active, .footer a:hover {
	color:#ffcc00;
	text-decoration:underline;
	}
/* Æ÷Æ®Æú¸®¿À ¹× ¸ÞÀÎÀÌ¹ÌÁö ¿µ¿ª */
.content {
	position:absolute;
	width:800px;
	background:#303030;
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.4em;
	font-style: normal;
	margin: 20px 0 0 400px;
	top: 1px;
	}
.content h1 {font-family: Helvetica, sans-serif;
	font-size: 13px;
	color:#FFCC00;
	font-weight:normal;
	line-height:1.5em;
	}
.title {
	position:absolute;
	width:810px;
	background:#303030;
	color: #ddd;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 20px 0 0 400px;
	top: 1px;
	}
.view {
	position:absolute;
	width:810px;
	background:#303030;
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 60px 0 0 400px;
	top: 1px;
	}
.brief {
	float:right;
	width:180px;
	background:#303030;
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	top: 1px;
	}
.brief a {
	margin:0 25px 0 0;
	text-decoration:none;
	font-size:11px;
	font-family:Helvetica, sans-serif;
	color:#ffcc00;	
	}
.brief a.active, .brief a:hover {
	color:#ffcc00;
	background:#ffcc00;
	text-decoration:underline;
	}
