﻿#header{
	width: 700px; height: 100px; line-height: 100px; margin: 0 auto; 
	}
	#navigator{
	width: 700px; height: 30px; line-height: 30px; background-color: white; text-align: center; font-family: Tahoma; font-size: 11pt; margin: 0 auto;
	}
	#navigator_sub{
	width: 700px; height: 30px; line-height: 30px; background-color: 008900; text-align: center; font-family: Tahoma; font-size: 11pt; margin: 0 auto;
	}
	#content{
	width: 700px; font-family: Tahoma; margin: 0 auto;
	}
	#title{
		font-family:Verdana, Geneva, sans-serif
	}
	#footer{
	width: 700px; height: 30px; line-height: 30px; text-align: center; font-family: Tahoma; font-size: 9pt; margin: 0 auto; 
	}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline; ## 마우스 클릭 오버시 붉은색으로
}