/* Zuko Style */

body {
	margin: 0px;
	background-color: #dacbb9;
	background-image: url('images/layout_body_bg.png');
}

a {
	color: #b96800;
	text-decoration: none;
}

a:hover {
	color: #b96800;
	text-decoration: underline;
}

/* Layout */

#top {
	background: url('images/layout_top_bg.png');
	background-repeat: repeat-x;
	height: 62px;
	margin: 0px auto;
	padding: 0px;
}

#banner {
	width: 950px;
	z-index: 9000;
	padding: 0px;
}

#container {
	width: 700px;
}

#one {
	position: relative;
	top: 0px;
	left: 5px;
	float: left;
	width: 194px;
	margin-bottom: 32px;
}

#two {
	position: relative;
	top: 0px;
	left: 55px;
	float: left;
	width: 194px;
	margin-bottom: 32px;
}

#three {
	position: relative;
	top: 0px;
	left: -10px;
	float: right;
	width: 194px;
	margin-bottom: 32px;
}

#text {
	position: relative;
	top: 55px;
	left: 30px;
	float: left;
	width: 480px;
}

#more_text {
	position: relative;
	top: 55px;
	left: 5px;
	float: left;
	width: 704px;
}

#choose {
	width: 700px;
}

#bottom {
	background-image: url('images/layout_bottom_bg.png');
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 22px;
	z-index: 9000;
	padding: 10px;
}

#bottom2 {
	width: 670px; 
}

.fade img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fade:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input, textarea, option, select { 
	font-family: Helvetica, Arial, "Sans-Serif";
	font-size: 13px;
	line-height: 20px
	color: #362f2d;
	padding: 4px;
	background-color: #ebe2d7;
	border-top: 1px solid #bfa690;
	border-right: 1px solid #bfa690;
	border-bottom: 1px solid #bfa690;
	border-left: 1px solid #bfa690;
}

/* Content */

h1 {
	color: #9d0900;
	font: 25px "Korean Calligraphy", "Trebuchet Ms", "Times New Roman";
	text-transform: lowercase;
	margin-bottom: -10px;
	text-align: left;
}

@font-face {
        font-family:'Korean Calligraphy';
        src: url('Korean_Calligraphy.ttf') format('opentype');
}

p, blockquote {
	font-family: Helvetica, Arial, "Sans-Serif";
	font-size: 13px;
	color: #362f2d;
	line-height: 24px;
	text-align: left;
}

i, em {
	color: #746038;
}

p.small {
	font-family: Helvetica, Arial, "Sans-Serif";
	font-size: 10px;
	color: #362f2d;
	line-height: 20px;
	text-align: left;
}

p.small a {
	color: #b96800;
	text-decoration: underline;
}

p.small a:hover {
	color: #b96800;
	text-decoration: none;
}

.footer {
	font-family: Helvetica, Arial, "Sans-Serif";
	font-size: 10px;
	color: #bc5531;
	line-height: 22px;
	padding-left: 60px;
	text-align: left;
}

.footer a {
	color: #bc5531;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.footer a:hover {
	color: #bc5531;
	font-weight: bold;
	text-decoration: underline;
}
