﻿/*
	zuhm in New York
	------------------------------------
	Date: 2007.12.16
	Author: www.ezmake.co.kr / help@ezmake.co.kr / Kim Sook Han

*/

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
scrollbar-base-color: #f1f1f1;
scrollbar-3dlight-color: #ebebeb;
scrollbar-highlight-color: #f1f1f1;
scrollbar-face-color: #ebebeb;
scrollbar-arrow-color: #ffffff;
scrollbar-shadow-color: #f1f1f1;
scrollbar-darkshadow-color: #ebebeb;
scrollbar-track-color: #ffffff;

}
	
#main {
	width:965px;
	margin: 0;
	background-color:#0B0903;
}

#container {
	position:relative;
	width:965px;
	height:450px;
	margin:0;
	background:url('img/sub-bg.jpg') top left no-repeat;
}

/* ---------- header ------------ */
	
#header {
	margin:0;
	width:965px;
	height:57px;	
}

#header .navi {
	padding:16px 0 0 672px;
}

#header .navi li {
	display:inline;
	padding-left:12px;
	margin-left:12px;
	background:url('img/dot3.gif') 0 8px no-repeat;
}

#header .navi li a {
	color:#fff;
	font:11px dotum;
	text-decoration:none;
}

#header .navi li a:hover {
	text-decoration:underline;
}


/* ------- main top navigation ---------- */

#main-navi {
	width:680px;
	height:45px;	
	padding-left:272px;
}


#wrapper {
	position:relative;
	width:915px;
	margin-left:50px;
	padding:0;
	background-color:#fff;
}

/* ------- sidebar -------- */

#sidebar {
	position:absolute;
	z-index:2;
	width:185px;
	top:0px;
	left:0px;
}

#sidebar .top {
	width:185px;
	height:73px;
	display:block;
	background:url('img/sidebar-top.gif') top left no-repeat;
}

#submenu {
	padding:15px 0 0 17px;
	background-color:#EBEAEA;
}

#submenu ul {
	padding-left:37px;
	list-style:none;
}

/* ------- subpage start  -------- */

#content {
	position:relative;
	width:729px;
	top:0px;
	left:185px;	
	margin:0;
	border-left:#CBC7C7 1px solid;
}

#content .top {
	width:729px;
	height:74px;
	display:block;
	background:url('img/subpage-top.gif') top left no-repeat;
}


/*----  subpage page navigation -----*/

#content .page-navi {
	z-index:10;
	padding:9px 30px 0 0;
	text-align:right;
	text-transform:capitalize;
	color:#C3C3C3;
	font:12px dotum;
}

#content .page-navi a {
	color:#C3C3C3;
	text-transform:uppercase;
	font:12px dotum;
	text-decoration:none;
}

#sub-content {
	padding:10px 0 55px 57px;
	height:100%;
}

/* ---------- copyright ------------ */


#copyright {	 
	 position:relative;
	 bottom:0;
	 width:915px;
	 height:75px;
	 margin-left:50px;
	 background:url('img/sub-copyright.gif') no-repeat;
}

#copyright a {
	position:absolute;
	display:block;
	width:160px;
	height:16px;
	top:35px;
	left:320px;
	text-indent:-1000em;
}