

*
{
	color: rgb(255,255,255);
	font-weight: 100;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
body
{
	background: url('gfx/bodyBackground.png')
					0px
					0px
					repeat;
	text-align: center;
}
#container
{
	position: relative;
	background: url('gfx/containerBackground.png')
					0px
					60px
					no-repeat;
	filter: alpha(opacity=0);
	opacity: 0.0;
	width: 934px;
	font-family: 'Georgia', Serif;
	font-size: 9pt;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}


#idle_alfa,
#clock_alfa
{
	position: absolute;
	width: 814px;
	height: 1px;
	margin: 0px 60px;
	overflow: hidden;
}


#head_alfa
{
	float: left;
	width: 814px;
	height: 25px;
	margin: 60px 60px 7px 60px;
	overflow: hidden;
}
#head_beta
{
	text-align: center;
	padding: 1px 0px;
}
#head
{
}


#visual_alfa
{
	float: left;
	width: 432px;
	height: 415px;
	margin: 0px 0px 0px 69px;
	overflow: hidden;
}
#visual_beta
{
}
#visual
{
	position: relative;
}
	#visual #photo0,
	#visual #photo1
	{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#visual #photo0
	{
		z-index: 0;
	}
	#visual #photo1
	{
		z-index: 1;
	}


#content_alfa
{
	float: left;
	width: 366px;
	height: 415px;
	overflow: hidden;
}
#content_beta
{
	height: 415px;
	overflow: hidden;
}
#content
{
	padding: 40px 32px 40px 2px;
}
	#content .p40
	{
		width: 132px;
	}
	#content .p60
	{
		width: 180px;
	}


#scrollbar_alfa
{
	position: relative;
	float: left;
	width: 7px;
	height: 415px;
	margin: 0px 60px 0px 0px;
	overflow: hidden;
}
#scrollbar_beta
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 7px;
	height: auto;
}
#scrollbar
{
	position: relative;
	background: rgb(139,133,117);
	width: 7px;
	height: 438px;
}


#foot_alfa
{
	float: left;
	width: 814px;
	height: 240px;
	margin: 8px 60px 0px 60px;
	overflow: hidden;
}
#foot_beta
{
	text-align: center;
	padding: 6px 0px;
}
#foot
{
}


.scContainer
{
	position: relative;
}
.scLeft,
.scRight
{
	position: absolute;
	top: 331px;
	width: 11px;
	height: 39px;
	cursor: pointer;
}
#scPhoto
{
	position: absolute;
	background: rgb(255,255,255);
	left: 42px;
	top: 40px;
	width: 362px;
	height: 254px;
}
#scLabel
{
	position: absolute;
	left: 42px;
	top: 300px;
	width: 362px;
	height: 20px;
	overflow: hidden;
}
.scLeft
{
	left: 23px;
}
.scRight
{
	left: 412px;
}
#scPanel
{
	position: relative;
	left: 41px;
	top: 329px;
	width: 365px;
	height: 44px;
	overflow: hidden;
}
img.scThumb,
span.scThumb
{
	position: absolute;
	top: 0px;
	width: 50px;
	height: 44px;
}
img.scThumb
{
	cursor: pointer;
}
span.scThumb
{
	background: url('gfx/scThumb.png')
					0px
					0px
					no-repeat;
}


.onload
{
	float: right;
	border: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


h1
{
	font-size: 2.9em;
	margin-bottom: 25px;
}
h2
{
	font-size: 2.3em;
	margin-bottom: 25px;
}
h3
{
	font-size: 1em;
	color: rgb(70,70,70);
}
p
{
	padding: 3px 0px 12px 0px;
}
form div
{
	font-size: 0.8em;
}
input,
textarea
{
	background: transparent;
	border: 1px solid rgb(255,255,255);
	margin: 1px 0px 7px 0px;
}


.left
{
	float: left;
}
.right
{
	float: right;
}
.full
{
	width: 100%;
}


a
{
	text-decoration: underline;
}