/*기본 스타일*/
img {
	border:0px
	}

body {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-size : 13px;
	font-family:"Arial"; 
	color :#666666; 
	line-height:18px;
	}

td {
	font-size : 13px;
	color: #666666; 
	line-height:18px;
	font-family:"Arial";
	}

A:link     { COLOR: #c8013b; TEXT-DECORATION: none }
A:visited  { COLOR: #c8013b; TEXT-DECORATION: none }
A:active   { COLOR: #c8013b; TEXT-DECORATION: none }
A:hover    { COLOR: #c8013b; TEXT-DECORATION: underline }

A.link1:link     { COLOR: #666666; TEXT-DECORATION: none }
A.link1:visited  { COLOR: #666666; TEXT-DECORATION: none }
A.link1:active   { COLOR: #666666; TEXT-DECORATION: none }
A.link1:hover    { COLOR: #666666; TEXT-DECORATION: underline }

A.link2:link     { COLOR: #002465; TEXT-DECORATION: none }
A.link2:visited  { COLOR: #002465; TEXT-DECORATION: none }
A.link2:active   { COLOR: #002465; TEXT-DECORATION: none }
A.link2:hover    { COLOR: #002465; TEXT-DECORATION: underline }

/**/
.link_txt A:link     { COLOR: #666666; TEXT-DECORATION: none }
.link_txt A:visited  { COLOR: #666666; TEXT-DECORATION: none }
.link_txt A:active   { COLOR: #666666; TEXT-DECORATION: none }
.link_txt A:hover    { COLOR: #c8013b; TEXT-DECORATION: underline }


.txF_time    { font-family:"Times", "Arial", "Verdana", "san-serif", "돋움" }


.tx_black    { COLOR: #000000; }
.tx_Lgray    { COLOR: #999999; }
.tx_Dyellow  { COLOR: #8c6a00; }
.tx_Dblue    { COLOR: #002465; }
.tx_Dred     { COLOR: #c8013b; }

.txs         { font-size : 11px; }
.txs_black   { font-size : 11px; COLOR: #000000; }
.txs_Lgray   { font-size : 11px; COLOR: #999999; }
.txs_Dyellow { font-size : 11px; COLOR: #be9925; }
.txs_Dblue   { font-size : 11px; COLOR: #002465; }
.txs_Dred    { font-size : 11px; COLOR: #c8013b; }


.txl_black   { font-size : 16px; COLOR: #000000; }
.txl_Lgray   { font-size : 16px; COLOR: #999999; }
.txl_Dyellow { font-size : 16px; COLOR: #be9925; }
.txl_Dblue   { font-size : 16px; COLOR: #002465; }
.txl_Dred    { font-size : 16px; COLOR: #c8013b; }

.pdT5   { padding-top: 5px }
.pdT10  { padding-top: 10px }
.pdT20  { padding-top: 20px }
.pdT30  { padding-top: 30px }
.pdT40  { padding-top: 40px }

.pdL5   { padding-left: 5px }
.pdL10  { padding-left: 10px }
.pdL15  { padding-left: 15px }
.pdL20  { padding-left: 20px }
.pdL30  { padding-left: 30px }









/*DIV 스타일*/
	
#menu {
	top:20px;
	left:210px;
	width:760px;
	height:auto;
	position:absolute;
	z-index:100;
	}

#gallery {
	top:55px;
	left:210px;
	width:760px;
	height:auto;
	position:absolute;
	z-index:1;
	}
	
#left {
	margin-top:20px;
	float:left;
	width:210px;
	height:auto;
	text-align:center;
	}		
	
#main {
	margin-left:20px;
	padding-top:30px;
	clear:both;
	width:950px;
	height:auto;
	}
	
#sub {
	margin-top:260px;
	float:left;
	width:760px;
	height:50%;
	}
	
#copyr {
	clear:both;
	width:970px;
	height:100px;
	}

