/*
	LOGO
	------
*/
#sitename {
	margin: 0;
	padding: 0;
	width: 265px;
	height: 264px;
	position: absolute;
	left: 350px;
	top: -14px;
	z-index: 200;
}

/*
	NAVBAR
	------
*/


#navbar {
	margin: 110px 20px 6px 20px;
}


/*li#nb0 { left: 15px; top: 5px; width:113px; }
li#nb1 { left: 200px; top: 5px; width: 81px; }
li#nb2 { left: 620px; top: 5px; width: 87px; }
li#nb3 { left: 740px; top: 5px; width: 173px; }*/

li#nb0 { left: 15px; top: 5px; width: 173px; }
li#nb1 { left: 170px; top: 5px;  }
li#nb2 { left: 660px; top: 5px; width: 81px; }
li#nb3 { left: 815px; top: 5px; width: 87px; }

li#nb1,
li#nb1 a {
width: 105px;
}



/*
	CENTER IMAGE
	------------
*/

#center-image {
	width: 230px;
	height: 410px;
	border: 1px solid #8960a8;
	border-width: 0 1px 1px;
	margin: 0 auto 20px;
	padding: 0;
	background: transparent url("/assets/i/home/great-white.jpg") no-repeat left bottom;
}

#click-gallery {
	position: relative;
	width: 230px;
	height: 410px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#click-gallery li {
	position: absolute;
	width: 210px;
	height: 400px;
	left: 10px;
	bottom: 20px;
/*	overflow: hidden; */
}

#click-gallery li.bj {
	left: 1px;
	top: 40px
}


/*
	CONTENT
	------------
*/

.content {
	position: absolute;
	top: 0;
	font: 1.5em/1.8em "Times New Roman", times, serif;
	color: #939598;
	width: 30%;
	text-align: justify;
}

.content span {
	display: block;
	display: inline;
}

.left {
	top: 200px;
	left: 30px;
}

.right {
	top: 200px;
	left: 620px;
}