/* CSS Document */

body { 
 margin : 0px; 
 padding : 0px; 
 background : #000000; 
 font-family :"Courier New", Courier, monospace;
 font-size:12px;
 color : #000000; 
 overflow:hidden;
 
} 
a:link	{text-decoration: none;}
a:visited	{text-decoration:line-through;}
a:hover	{text-decoration: underline;}
a:active	{text-decoration:line-through;}
#intro {
	position:absolute;
	background : #FFFFFF; 
	padding:0;
	top:100px;
	left:0px;
	clear:both;
}
#logo {
	position:relative;
	background-image:url('../graph/logo.png');
	height:45px;
	width:inherit;
	margin-top:8px;
}
#section {
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	height:403px;
	width:inherit;
	vertical-align:middle;
}
#section ul {
	margin: 15px;
	margin-top:60px;
	margin-bottom:40px;	
	padding:0;
}
#section ul li{
	list-style: none;
}
#section ul li a{
	list-style: none;
	font-variant:normal;
	font-weight:bold;
	color : #000000;
}
#section ul li ul{
	margin: 0px;
	margin-top:20px;	
	padding:0;
}
#section ul li ul li {
	list-style: none;
}
#section ul li ul li a{
	list-style: none;
	font-variant:normal;
	font-weight:bold;
	color:#999999
}
#left {
	position:absolute;
	width:170px;
	height:516px;
	background : #FFFFFF; 
	padding:0;
	top:100px;
	left:0px;
	/*top :50%;*/
	/*margin-top: -233px;    half of height */
	clear:both;
}
#right {
	position:absolute;
	/*width:800px;*/
	height:516px;
	width:20000px;
	background : #000000; 
	padding:0;
	top:100px;
	left: 170px;
	overflow:scroll;
	/*top :50%;*/
	/*margin-top: -233px;    half of height */
}
#rightinfo {
	position:absolute;
	/*width:800px;*/
	width:100%;
	height:516px;
	background : #FFFFFF; 
	padding:0;
	top:100px;
	left: 170px;
	/*top :50%;*/
	/*margin-top: -233px;    half of height */
}

#rightinfo div {
	position:relative;
	float:left;
	background:#e5e5e5;
	margin:10px;
	overflow:auto;
	height:496px;
	width:400px;
}

#rightinfo div p {
	margin-left:20px; 
	margin-right:20px;
}

#rightinfo div p a{
	list-style: none;
	font-variant:normal;
	font-weight:normal;
	color:#000000
}

#fotocontainer{
	position:absolute;
	/*width:1100%;*/
	margin-top:0px;
	height:500px;
	padding:8px;
	background : #FFFFFF;
	display:-moz-inline-box;
	display:inline-box;
}
#fotocontainer img {
	border:none;
	padding-right:8px;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
}