@charset "euc-kr";
/* CSS Document */ 
body {
	background-image:url(http://seilan.x-y.net/images/background.jpg);
	color: #4d4b4a;
	font-family: µ¸¿ò;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #f0e1ba;
	background-repeat: repeat-x;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
/********************** Header ***************************/
#logo{
	background-color: #a8a8a8;
	background-image: url(http://seilan.x-y.net/images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 69px;
	width: 774px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#logo a{
	margin: 0px auto;
}
#header {
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:266px;
	background-image: url(http://seilan.x-y.net/images/header.jpg);
	background-repeat: no-repeat;
	position:relative;	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:242px;
	left:100px;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4b4b4b !important;
}
#header ul a{
	font-family: µ¸¿ò;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #4b4b4b;
}
#header ul a:hover{
	color:#000000;
}


/********************** Content ***************************/

#content {
	background-color: #cbba8a;
	width:774px;
	display:block;
	
}
#content h1{
	font-family: µ¸¿ò;
	font-size: 18px;
	font-weight: bolder;
	color: #fffed1;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #cbba8a;
}
/********************** Content - left ***************************/
#left {
	background-color: #ffffd8;
	border: 1px solid #b6b6b6;
	width:715px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:422px;
}
#left h2{
	font-family: µ¸¿ò;
	font-size: 14px;
	font-weight: bolder;
	color: #4b4b4b;
	text-decoration: underline;
	margin: 20px 0px 10px 23px;
}
#left p{
	font-family: µ¸¿ò;
	font-size: 11px;
	font-weight:lighter;
	color: #4b4b4b;
	margin: 6px 0px 0px 23px;
}
#left a{
	font-family: µ¸¿ò;
	font-size: 11px;
	font-weight:bold;color: #4b4b4b;
}
#left a:hover{
	color:#000000;
}
.photos{float:right;}
.photos img{display:block;}
/********************** Content - right ***************************/
#right {
	float:right;
	width:156px;
	background-color:#ffffd8;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #ffffd8;
}
#right h2{
	font-family: µ¸¿ò;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffd8;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#c3893f;
	width:156px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}
#right p{
	padding: 10px 9px 0px 9px;
	font-family: µ¸¿ò;
	font-size: 11px;
	color: #4b4b4b;
}
#right a{
	padding: 15px 9px 5px 9px;
	font-family: µ¸¿ò;
	font-size: 11px;
	color: #4b4b4b;
	font-weight:bolder;
	display:block;
}
#right a:hover{
	color:#000000;
}
#right span a{
	font-family: µ¸¿ò;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffd8;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#c3893f;
	width:138px;
	text-align:left;
	padding: 3px 0px 3px 5px;
	margin: 15px 6px 0px 6px;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #c3893f;
	width: 774px;
	height:22px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: µ¸¿ò;
	font-size: 10px;
	font-weight: bolder;
	color: #fff3be;
}
#footer a:hover{
	color:#f0e1ba;
}