body{ 	
	font-family: "Times New Roman", Times, serif; 
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
}

/*
**	INTRO
*/

#intro{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

#introbars{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -172px;
	height: 104px;
	z-index: 1;
}

.introbg{
	visibility: hidden;
}

.introbg img{
	visibility: hidden;
}

/*
**	LAYOUT
*/

#site{
	position: absolute;
	width: 980px;
	height: 620px;
	top: 50%;
	left: 50%;	
	margin-left: -490px;
	margin-top: -310px;
	border: 0px solid #B2B2B2;
	z-index: 2;
}

#bg{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -172px;
	height: 104px;
	z-index: 1;
}

.bg{
	height: 26px;
}

#logo{
	position: absolute;
	margin-left: 260px;
	margin-top: 0px;
}

#menu_bg{
	position: absolute;
	margin-left: 260px;
	margin-top: 138px;
	width: 175px;
	height: 104px;
	background-color: #888888;
	opacity: .8;
		z-index: 3;
}

#menu{
	position: absolute;
	margin-left: 260px;
	margin-top: 138px;
	height: 104px;
	z-index: 4;
}

#menu .main{
	color: #ffffff;
	height: 26px;
	width: 149px;
	line-height: 26px;
	font-size: 18px;
	display: block;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}

#menu .main:hover{
	background-color: #FF66DA;
}

#menu .active{
	background-color: #FF66DA !important;
}

#menu .submenu{
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	text-decoration: none;
	background-color: #FF66DA;
	padding-left: 13px;
	padding-right: 13px;
}

#menu .submenu a{
	font-style: italic;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	text-decoration: none;
}

#menu .submenu a:hover{
	color: #666666;
}

#menu .submenu .active{
	color: #666666;
	font-weight: bold;
}

#container{
	position: absolute;
	margin-top: 270px;
	margin-left: 0px;
	z-index: 2;
	background-color: #ffffff;
}

#scrollcontent{
	position: absolute;
	margin-left: 267px;
	width: 450px;
	height: 340px;
	background-color: #ffffff;
}

#content{
	position: absolute;
	overflow: hidden;
	width: 450px;
	height: 330px;
}

#scrollbar{
	position: absolute;
	margin-top: 0px;
	margin-left: 750px;
	background-color: #E0E0E0;
	width: 7px;
	height: 320px;
	z-index: 10;
}

#scrollcontent2{
	position: absolute;
	margin-left: 267px;
	width: 450px;
	height: 200px;
	background-color: #ffffff;
}

#content2{
	position: absolute;
	overflow: hidden;
	width: 450px;
	height: 200px;
}

#scrollbar2{
	position: absolute;
	margin-top: 0px;
	margin-left: 750px;
	background-color: #E0E0E0;
	width: 7px;
	height: 200px;
	z-index: 10;
}

#handle{
	width: 7px;
	height: 30px;
	background-color: #FF08C4;
	cursor: pointer;
	z-index: 20;
}

#terms{
	position: absolute;
	margin-top: 604px;
	margin-left: 267px;
	width: 150px;
	z-index: 10;
}

#terms a{
	color: #75DA00;
	font-size: 12px;
}

/*
**	CORE
*/

.divider{
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*
**	CONTENT
*/

.email{
	text-decoration: none;
}

.email:hover{
	color: #666666 !important;
	text-decoration: none;
}

.content h1{
	font-size: 22px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}

.content h2{
	font-size: 22px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
}

.content h3{
	font-size: 22px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-weight: normal;
}

.content p{
	margin: 0px 0px 1em 0px;	
}

.content .text{
	margin: 1em 0px 0px 0px;
}

.content .text:first-line{
	font-weight: bold;
	font-style: italic;
}

.content .note{
	font-size: 11px;
}

#photostrip{
	position: absolute;
	margin-left: 245px;
	margin-top: 213px;
	width: 675px;
	height: 95px;
}

#photos{
	position: absolute;
}

#photo_prev{
	position: absolute;
	z-index: 10;
	cursor: pointer;
	margin-top: 50px;
	margin-left: 5px;
}

#photo_next{
	position: absolute;
	z-index: 10;
	cursor: pointer;
	margin-left: 658px;
	margin-top: 50px;
}

#photobox{
	position: absolute;
	width: 625px;
	height: 95px;
}
#photobox span{
	display: block;
	float: left;
	border: 0px;
	width: 72px;
	padding: 0px 3px;
}

#photomask{
	position:absolute;
	margin-left: 25px;
	width:625px;
	height: 95px;
	overflow: hidden;
}

#viewer{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

.fadeimage{
	position: absolute;
	display: none;
}
