@charset "utf-8";

* {margin:0;padding:0;}
li {list-style-type:none;}

a {color:#846546;text-decoration:underline;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {color:#43311f;text-decoration:underline;}
a:active {text-decoration:underline;}

body {font: 0.9em/1.2 "맑은 고딕", "Malgun Gothic", "Dotum", "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
		background:#fffbf0 url(img/bg_pattern.gif) repeat-y left top;line-height:1.4;}
#header {padding-left:100px;}
	#header h1 {margin:0 0 30px -100px;padding-bottom:5px;color:#846546;font-size:2em;text-align:center;background-color:#cfb69b;}
	#header h2 {padding:3px 0;text-indent:40px;background: url(img/img_bear.gif) no-repeat left center;}
	#header h2, #summary {}
#contents {float:left;width:60%;padding:0 0 50px 100px;}
	#contents h3 {margin:20px 0 0px;padding:4px 0;text-indent:32px;background:url(img/img_pencil.gif) no-repeat left center;}
	#contents a {color:#ffffff;background-color:#846546;text-decoration:none;}
	#contents a:hover {background-color:#ffffff;color:#43311f;text-decoration:underline;}
	#contents p, #contents ul {padding:10px;background-color:#ebe5d6;}
	#requirement li, #linkList li {text-indent:8px;background:url(img/bul_dot_bn.gif) no-repeat left center;}
#linkList {float:left;width:20%;padding-left:40px;}
	#linkList h3 {margin:25px 0 5px;padding:4px 0 10px;text-indent:32px;border-bottom:1px solid #846546;background:url(img/img_memo.gif) no-repeat left center;}	
	#linkList a {text-decoration:none;}
	#linkList a:hover {text-decoration:underline;}
#footer {clear:both;width:100%;padding:20px 0;text-align:center;}	
#headerAccessibility, #footerAccessibility {position:absolute;top:-100000px;}


