/* ----------------------- title  */

#title {
	margin-left: 70px; margin-top:  70px;
}
#title .big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100px;
	color: #FFFFFF;
	font-style: italic;
}
#title .sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
	float: left;
}
#title a {
	text-decoration: none;
	color: #FFFFFF;
}

/* ----------------------- content  */



#content1 {
	position: absolute;
	width: 400px;
	top: 250px;  
	left: 455px;
}
#left {
	position: absolute;
	width: 250px;
	top: 250px;
	left: 80px;
}
#right {
	position: absolute;
	width: 550px;
	top: 250px;  
	left: 350px;
}
#video {
	position: absolute;
	top: 250px;  
	left: 80px;
}
#transbox1 {
	width: 400px;
	background-image: url(px/grey50.png) !important;  /* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #000000;                          /* IE only */
    filter:alpha(opacity=45);                           /* IE only */
}
#transbox {
	width: 250px;
	background-image: url(px/grey50.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #000000;
	filter:alpha(opacity=45);
}
#whitebox {
	background-color: #FFFFFF;
	padding: 10px;
}

#opaque {
	position: relative;
	padding: 15px;

}
.abstract {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.mark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996699;
	line-height: 22px;
}
#transbox img {
	border: 0px;
}
#whitebox a {
	text-decoration: none;
	color: #999999;
}
#whitebox a:hover {
	color: #666666;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #BBBBBB;
	font-weight: bold;
}
.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
}

/* ----------------------- menu  */

#next {
	position: absolute;
	top: 550px;  
	left: 910px;
	filter:alpha(opacity=50);
	font-weight: bolder;
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
#next a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100px;
	color: #000000;
	text-decoration: none;
	
}
#next a:hover {
	/* filter:alpha(opacity=100);    Internet Explorer       */
    /* -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
   /*  opacity: 1.0;               /* newer Mozilla and CSS-3 */
	color: #ffffff;
}

#menu {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ffffff;
	padding: 5px;

}
#menu a{
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	color: #333333;
}


/* ----------------------- subline  */

#sublineabsolute {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
#subline {
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
}
