

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  font-weight: normal;

  vertical-align: baseline;

  background: transparent;

}

*	{

	margin: 0;

	padding: 0;

	border: 0;

}


body {

	color: #000;

	background-color: #fff;
	
	padding:0;
	
	margin:0;
	
	overflow: scroll;
/*
    background: url('images/bg.jpg') repeat top left fixed;

	scrollbar-3d-light-color: #fff;

	scrollbar-arrow-color: #d6d895;

	scrollbar-track-color: #d6d895;

	scrollbar-base-color: #fff;

	scrollbar-dark-shadow-color: #eaeaea;

	scrollbar-highlight-color: #fff;

	scrollbar-face-color: #0085c1;
	
	font-family:Geneva,"Trebuchet MS","Lucida Sans","Helvetica Neue";
*/
}

img {
	border: none;
}


header {
	position:fixed;
	top: 40px;
	right: 30px;

	color: #fff;
	/*
	position: relative;
	background-color: #fff;
	
	*zoom:1;
	margin: 50px 0 0px 0px;
	
	z-index: 1;
	*/

}

#title1 {
	font-family: Helvetica;
	height: 50px;
	font-size: 1.5em; 
	text-align: left;
	padding: 45px 0px 20px 30px;
}

#container {
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 0 -20px; 
	width:1080px;
}
/* container의 역할 중요함 - 지정해주지않으면 메뉴와 컨텐츠가 겹침 */

#left {
	float: left;
	display: block;
}
#menu {
	position: fixed;
	width: 120px;
	font-family: Helvetica;
	letter-spacing: 1px;
	background-color: #fff;
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	margin: 0px 0px 0px 30px;

}
#content_box{
	float: right;
    background-color: #fff;
	margin: 0px 0px 0px 30px;
	text-align: left;
	letter-spacing: 1px;
	font-family: serif;
	color: #000;
	font-size: 1.0em;
}

#text_left{
float: left;
width:425px;
font-family: Georgia;
font-size: 1.0em;
padding-right: 30px;
padding-bottom: 20px;
}
#text_right{
float: right;
width:425px;
font-family: serif;
padding-right: 30px;
padding-bottom: 20px;
}

#text_whole{
float: right;
width:850px;
font-family: serif;
padding-right: 30px;
padding-bottom: 20px;
}
#text_sm{
font-family: Georgia;
font-size: 0.85em;
color:#685f5f;
}
#text_sm_K{
font-family: serif;
font-size: 0.9em;
color:#685f5f;
}

a,
a:link,
a:visited
{
		text-decoration: none;
		color: #000;
}
a:hover{
		text-decoration: none;
		color: #ee8b8b;
}

#menu a,
#menu a:link,
#menu a:visited{	
		text-decoration: none;
		color: #000;
}
#menu a:hover {
		color:#000;
	
}

#text_whole a,
#text_whole a:link,
#text_whole a:visited{	
		text-decoration: none;
		color: #000;
}
#text_whole a:hover {
		color:#ee8b8b;
	
}

header:after {

        visibility: hidden;

        display: block;

        font-size: 0;

        content: " ";

        clear: both;

        height: 0;

 }

* html .clearfix {

        height: 1%;

 }

ol, ul,li {

	list-style: none;

}





#clearing {
	padding: 0;
	clear: both;
}

#footer {

	}


#footer a:link{
	color:#000;
	text-decoration:none;
}


#footer a:visited{
	color:#000;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
	text-decoration:none;
		border-bottom: 1px solid #000;
}




