﻿@charset "utf-8";
/* CSS Document */

body {	
	text-align:center;
	width:100%;
	max-width:100%;
	
	font-size:small;
	font-family:Tahoma, Geneva, sans-serif;
	
	background-color:#edece9;

	margin:0;
	padding:0;
	
}

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

img {
	border:0;
}

.wrapper {	
	width:1020px;
	max-width:100%;
	margin:0px auto;
	padding:0px;
	text-align:left;

	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:-12px 0px; /*백그라운드 위치 좌표 */	
}

.mainNavigation {
	top:0px;
	height:80px;
	padding-top:87px;
	padding-left:65px;
	margin-left:13px;
}

.content {
	width:1020px;
	margin-top:0px;
}
/*****************************************************************************************/

.mainImage {
	text-align:center;
	padding-left:20px;
	
	font-size:90%;
}
/*****************************************************************************************/
.aboutText {
	text-align:center;
	padding-left:20px;
	
	font-size:90%;
}

.whiteText {
	color:#111;
}
.boldText {
	color:#111;font-weight:bold;
}
/*****************************************************************************************/
.galleryPage {
	text-align:center;
	padding-left:20px;
	width:600px;
	margin:0 auto;
}
.galleryPage p{
	margin:-10px;
}

/*****************************************************************************************/
.booksContent {
	text-align:center;
}

.booksContent .booksTable {
	width:740px;
	margin:0px auto;
	padding:0px;
}

.booksContent .booksTable tr {
	
	padding:0px;
	text-align:left;
	margin-bottom:50px;
}

.booksContent .booksTitle {
	
	margin:0px;
	padding:0px;
	text-align:left;
}

.booksContent .booksTable .borderCell td {
	border-top-color:#515151;
	border-top-style:dotted;
	border-top-width:1px;
	border-left-color:#515151;
	border-left-style:dotted;
	border-left-width:1px;
	border-right-color:#515151;
	border-right-style:dotted;
	border-right-width:1px;
	border-bottom-color:#515151;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:1em;
	text-align:left;
}

.booksContent .booksTable .borderCell td{
	text-align:left;
}

.booksContent .booksTable .borderCell .booksImageAlign{
	text-align:center;
}

.booksContent .booksTable .bookImageCell {
	width:247px;
	height:22px;
	background-image:url(images/books_menu01.gif);
	background-repeat:no-repeat;  /*백그라운드 반복 : 가로 (x축)*/
	background-position:5px 0px; /*백그라운드 위치 좌표 */
}

.booksContent .booksTable .bookCommentCell {
	width:486px;
	height:22px;
	background-image:url(images/books_menu02.gif);
	background-repeat:no-repeat;  /*백그라운드 반복 : 가로 (x축)*/
	background-position:0px 0px; /*백그라운드 위치 좌표 */
}

.hotPink {
	color:#ff5974;
}

.booksNotice {
	background-color:#3e2542;
	color:#fff;
	font-weight:bold;
}
.booksNotice a{
	background-color:#3e2542;
	color:#fff;
	font-weight:bold;
}

/*****************************************************************************************/
.linkContent {
	text-align:center;
}

.externalLink {
	width:700px;
	margin:0 auto;
}

.externalLink li {
	display:inline;
	text-align:center;
	text-decoration:none;
	float:left;
	width:210px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:90%;

}
.externalLink li a {
	display:block;
	height:40px;
	padding-bottom:5px;
}

.myComment {
	height:15px;
}

.cancleFloat {
	clear:both;
}
/*****************************************************************************************/
.footer {
	text-align:center;
	
	color:#7a787b;
	font-size:85%;
}


