/* Layout ******************/

body {
	background: #333333;
	padding:0;
	width:69%;
	margin-left:30%;   
}

#text {
  float:left; 
  width:55%;
  height:100%;
  padding-top:10%;
  font-size:11px;
  color:#999999;
}
#img {
  
  width:55%;
  height:100%;
  font-size:11px;
  color:#999999;
}



#menu {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	float:right; 
	width:20%; 
	padding-top:50%;
	
  
}

#menu b {
	color:#00ccff;
	font-size:11px; 
 	font-weight:normal;
 	
}

#menu a{
	
	font-size:12px;
	font-weight:100;
}

#menu li{
	list-style:none;

	
}	
#menu b2{
	font-size:12px;
	color:#999999;
}
#menu i{
	font-Regular:none;
	font-size:12px;
	color:#666666;
}


	
#logo {
  float:right; 
  width:20%;
  padding-top:52%;    
}



#content {
  overflow:hidden; 
  width:100%;
}

#cif {
	position:absolute;
	float:left;
	width:55%;
	height:40px;
	text-align:center;
	left: 21%;
	font:"Times New Roman", Times, serif;
	color:#666666;
	font-size:100%;
}

#text h2 {
	color:#666666;
	font-size:11px; 
 	font-weight:normal;
 	
}
#text b {
	color:#00ccff;
	font-size:11px; 
 	font-weight:normal;
 	
}
#cif b {
	font:"Times New Roman", Times, serif;
	color:#00ccff;
	font-size:150%; 
 	font-weight:bold;
 	
}

#logo b {
	color:#666666;
	font-size:11px; 
 	font-weight:normal;
 	
}



a:link {
	text-decoration: none;
	color:#666666;
	
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#00CCFF;
}
a:active {
	text-decoration: none;
	color:#666666;
}
