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

body{
	background: #fff;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

/* Main page */

#bgtop{
	background: url(images/bg_top.jpg) no-repeat;
 	width: 1112px;
	height: 170px;
	margin: 0 auto;
}

#main-cont{
	background: url(images/bg_main.jpg) no-repeat;
 	width: 1112px;
	height: 586px;
	margin: 0 auto;
}

#bg-footer{
	background: url(images/bg_footer.jpg) no-repeat;
	width: 1112px;
	height: 146px;
	margin: 0 auto;
}

#escape{
	width: 159px;
	height: 41px;
	padding: 330px 0 0 30px;
	margin: 0 auto;
}

/* Home */

#home-cont{
	background: url(images/bg_home.jpg) no-repeat;
 	width: 1112px;
	height: 585px;
	margin: 0 auto;
}

#contents{
	width: 985px;
	height: 555px;
	padding-top: 30px;
}

#nav-cont{
	width: 400px;
	height: 25px;
	float: right;
}

#nav{
	font-family:Baskerville, "Baskerville Old Face", "Baskerville SemiBold";
	width: 320px;
	height: 20px;
	border-top: #795293 solid 1px;
	padding-top: 5px;
	text-align: right;
}

#wrapper{
	width: 887px;
	height: 525px;
	float: right;
}

#wrap{
	float: right;
	width: 400px;
	height: auto;
}

.info{
	width: 320px;
	height: auto;
	padding: 30px 0;
}

p{
	color: #795293;
	padding: 0 45px;
	line-height: 18px;
}

.i{
	float: left;
	margin: 0 10px 4px 0;
}

/* Corporate Escapism */

#escapism-cont{
	background: url(images/bg_escapism.jpg) no-repeat;
 	width: 1112px;
	height: 585px;
	margin: 0 auto;
}

#flash{
	width: 887px;
	height: 528px;
	float: right;
}

/* Gallery */

#gallery-cont{
	width: 887px;
	height: 528px;
	float: right;
}

#leftgal-cont{
	width: 430px;
	height: 528px;
	float: left;
}

#rightgal-cont{
	width: 450px;
	height: 528px;
	float: right;
}

.title-cont{
	width: 387px;
	padding-left: 43px;
	margin-bottom: 10px;
}

.thumb-cont{
	width: 400px;
	height: 190px;
	padding-left: 30px;
	color: #795293;
	margin-bottom: 10px;
}

.thumb2-cont{
	width: 430px;
	height: 170px;
	padding-left: 15px;
	color: #795293;
}

.thumb{
	width: auto;
	height: auto;
	padding: 4px 10px;
	text-align: center;
	float: left;
}

.thumb2{
	width: auto;
	height: auto;
	text-align: center;
}

.img{
	margin-bottom: 6px;
	border: 0;
}

/* Contact */

#contact-cont{
	background: url(images/bg_contact.jpg) no-repeat;
 	width: 1112px;
	height: 585px;
	margin: 0 auto;
}

/* Buttons */

a.escape{
	background: url(images/escape-ellipsis_03.png) no-repeat;
	width: 159px;
	height: 41px;
	display: block;
}

a.escape:hover{ background-position: bottom; }

a.link{
	text-decoration: none;
	color: #795293;
	padding: 0 6px;
}

a.link:hover{ color: #db419b; }

a.active{
	text-decoration: none;
	color: #db419b;
	padding: 0 6px;
}
