/* CSS Document */
body,div,ul,li,dl,dd,dt,ol,p,h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
	font-family:botum, "돋움",sans-serif;
	font-size: 12px;
}
body{
	font-family:botum, "돋움",sans-serif;
	font-size: 12px;
	color: #555;
	background-image: url(/img/background.jpg);
	background-repeat:repeat-x;
}
ul,ol,li{
	list-style: none;
}
img {
	border: 0px;
	vertical-align: top;
}
ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #555;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* 전체 laye out 속성 */
#wrap {
	margin: 0 auto;
	width: 100%;
}
#page{
	margin: 0 auto;
	width: 1000px;
	min-height: 678px; /* 최소높이 규정*/
}
#footer{
	/*float: left;*/
	margin: 0 auto;
	width: 100%;
	height: 73px;
	clear:both;
	border-top-color: #dedede;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer1{
	margin: 0 auto;
	width: 1000px;
	height: 73px;
	clear:both;
}
/* 공지사항 레이어 */
#news {
	margin: 0 auto;
	width: 1000px;
}
#news_sud {
	/*width: 290px;*/
	overflow: visible;
	visibility: visible;
}
/* 테이블 속성 */
.td_padding {
	padding: 3px
}
/* 리스트 속성 */
.li_graynemo {
	list-style: none;
	list-style-image:url(img/bullet/gray_nemo.gif);
	margin-left: 5px;
}
/* 텍스트 속성 */
.date {
	color: #a9a9a9;
}
