html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #272726;
	color: #fbcccc;
}

a {
	text-decoration: none;
	color: #989898;
}

a:hover {
	color: #fbcccc;
}

h1, h2, h3 {
	color: #989898;
}

.overallContent {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.logo {
	padding: 15px 76px 0px 78px;
}

.headerLinks {
	margin-top: 26px;
	font-size: 1px;
}

.headerLinks img {
	display: block;
	padding-bottom: 3px;
}

.headerLinks table td {
	padding-right: 45px;
}

.mainContent, .slip {
	font-family: helvetica;
	font-size: 12pt;
	line-height: 135%;
}

/*** swaping ***/
.swapContainer {
	position: relative;
	width: 263px;
	height: 263px;
}

.swapDiv {
	position: absolute;
	overflow: hidden;
	width: 263px;
	height: 263px;
}

/**** slip ****/
.slip {
	padding: 0px;
	margin: 0px;
	background-color: #545454;
	color: #cdcccc;
}

#detailSlip {
	width: 778px;
	height: 688px;
}

#mediumSlip {
	width: 551px;
	padding: 68px 51px 19px 51px;
	color: #fbcccc;
}
.slipContainer {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipTable {
	position: relative;
	margin-top: 90px;
	margin-bottom: 20px;
}
.slipClose {
	position: absolute;
	top: -13px;
	width: 28px;
	height: 28px;
	background-image: url(../images/close.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png',sizingMethod='crop');
	_background-repeat: none;
}
.slipCloseHover {
	position: absolute;
	top: -13px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-image: url(../images/close_hover.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close_hover.png',sizingMethod='crop');
	_background-repeat: none;
}

.slipTable {
	background-color: #545454;
}

.slipTable .topLeft, .slipTable .topRight, .slipTable .bottomLeft, .slipTable .bottomRight {
	font-size: 0px;
	width: 21px;
	height: 21px;
}
.slipTable .top, .slipTable .bottom {
	font-size: 0px;
	height: 21px;
}
.slipTable .left, .slipTable .right {
	font-size: 0px;
	width: 21px;
}

/**** home page ****/
.homeContent {
	padding-top: 75px;
}

.squareGlow {
	background: url(../images/home/square_glow.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/square_glow.png',sizingMethod='crop');
	_background-repeat: none;
}

.circleGlow {
	background: url(../images/home/circle_glow.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/circle_glow.png',sizingMethod='crop');
	_background-repeat: none;
}

/**** art page ****/
.artContent {
	padding-top: 40px;
}

/**** contact page ****/
.contactContent {
	padding-top: 50px;
}
.contactContent input {
	width: 287px;
	height: 20px;
	border: none;
	background-color: #fbcccc;
	font-family: helvetica;
	font-size: 12pt;
}
.contactContent textarea {
	width: 287px;
	height: 135px;
	border: none;
	background-color: #fbcccc;
	font-family: helvetica;
	font-size: 12pt;
}

/**** gallery page ****/
.galleryContent {
	padding-top: 40px;
	color: #cdcccc;
}

/*** detail slip ***/
.detailInsideContainer {
	position: relative;
	overflow: hidden;
	width: 778px;
	height: 708px;
}
.detailInsideContainer .section {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #545454;
}
