* {	margin: 0; padding: 0; }
html, body { text-align: left; background-color: transparent; }
body { width: auto; text-align: left; background-color: #FFFFFF; }

ul, ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
			
a:link{ color:#666666;text-decoration:none; }
a:visited{ color:#666666;text-decoration:none; }
a:active{ color:#666666;text-decoration:none; }
a:hover{ color:#666666;text-decoration:none; }

#footer * {
	font-size:12px;
	font-family:'돋움', 'Dotum', Verdana, Arial, Sans-Serif;
	color:#666666;
}

div, a, ul, li, table, tr, td, h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-family:'돋움', 'Dotum', Verdana, Arial, Sans-Serif;
	color:#666666;
}

.left_class { float: left; }
.right_class { float: rigth; }
.both_class { clear: both; }