@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
	table { 
	background-image: url("http://hongyver.pe.kr/images/wrinklepaper1.jpg");
/*	background-position: 50% 50%; 
	background-repeat: repeat;*/
	}
	body, td, input, textarea, table { 
	font-family : tahoma, 맑은고딕, 돋음체; 
	font-size : 9pt; 
	line-height : 13pt; 
	margin-top: 5pt; 
	}
/* 2. 기본 링크 */
	a:link {text-decoration:none; color:#000;}
	a:visited {text-decoration:none; color:#000;}
	a:hover {background-color:none;	color:#3300CC;}

	.photo1 { border:1px dotted #ccc; margin-top:5px; padding-top:10px; padding-bottom:5px; }
	.section { border:1px dotted #ccc; margin-top:5px; padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px;}

	.tsection { width:800; height: 320; text-align:center; border:1px dotted #ccc; margin-top:5px; padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px; }
	.tsection1 { width:50%; height: 100%; float:left; }
	.tsection2 { width:40%; float:left; }

	.blogtitle { font-family : tahoma, 맑은고딕, 돋음체; font-weight: bold; color:0; font-size: 12pt; }
	.date { text-decoration:none; font-family : tahoma, 맑은고딕, 돋음체; color:#c0c0c0; font-size: 8pt; }
	.category { text-decoration:none; font-family : tahoma, 맑은고딕, 돋음체; color:#c0c0c0; font-size: 8pt; }
	.admin { text-decoration:none; font-family : tahoma, 맑은고딕, 돋음체; color:#c0c0c0; font-size: 8pt; }
	.article { font-family : tahoma, 맑은고딕, 돋음체; border:1px dotted #ccc; color:0; font-size: 9pt; }
	.tagTrail { font-family : tahoma, 맑은고딕, 돋음체; color:#c0c0c0; font-size: 8pt; }
	.actionTrail { font-family : tahoma, 맑은고딕, 돋음체; color:#c0c0c0; font-size: 8pt; }
