@import url('content.css');
@import url('board.css');

body {
	background: url('../../images/common/bg_body.gif') repeat-x;
	font-family: "µ¸¿ò", Dotum, AppleGothic, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
}

#wrapper { width: 1000px; }
#flashArea { position: relative; height: 480px; padding: 0 0 0 0; left: 161px; top:-17px; z-index:100; }
#header { position: relative; padding: 10px 0 0 42px; height: 80px;  width: 989px;}
#header h1 { float: left; }

#header .divlnb { text-align: right; padding: 0 101px 5px 0; _padding-right: 136px; width: 520px; }
/*.divlnb { position: absolute; left: 870px; top: 12px; z-index: 2; }*/
#header .divGnb { position: absolute; }

#header .divLogo { position: absolute; padding: 5px 0 0 20px; z-index:100;}
/*#header .divTopNavi { position: absolute; text-align: right; padding: 0 0 0 91px; width: 820px; z-index:100;  border:1px solid #ff0000;}*/
#header .divTopNavi { position: absolute; left:800px; top:12px; z-index:110; }

#container { no-repeat 0 206px;	padding: 50px 0 50px 42px;  width: 989px; }

.left {
	float: left;
	margin-right: 10px;
	padding: 94px 0 0 0; 
	z-index:100;
}

.content { float: left; width: 750px; padding-top: 125px; }
.content p.spot { display: none; }

.location {
	text-align: right;
	font-size: 11px;
	color: #43a7a6;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #cef2f2;
	margin-right: 5px;
}

.content h3 {	padding: 30px 0 8px 0; }

input { cursor: pointer; font-size: 11px; border:1px solid #ccc; padding: 2px; }
textarea { cursor: pointer; font-size: 12px; border:1px solid #ccc; }

#footer {
	background: url('../../images/common/bg_footer.gif') no-repeat top left;
	padding: 0 0 20px 115px;
	width: 989px;
}

.footerlink { 
	background: url('../../images/common/bgfooterlink.gif') no-repeat  top left;
	padding: 8px 0 8px 104px;
	width: 100%;
}

#footer h1 {
	float: left;
	margin-right: 48px;
}

#footer .footerFt {
	float: left;
	padding: 10px 0 0 0;
}

#footer .footerFt address {
	padding-bottom: 5px;
}