.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
#nav {
	width:935px; 
	height:100px;
	margin:0 auto 0 auto;
	zoom:1; }
 
#nav ul {
	height:80px;
	line-height:20px;
	padding-top:30px;
	text-indent:26px;
	text-align:center;
  } 
  
#nav ul li {
	font-family: "Arial",ΣΧΤ²;
  font-size:28px;
  font-weight:bold;
  }

#content {
	width:316px;
	height:950px;
	float:left;
	margin-left:360px

	} 
	
#content1 {
	
	width:auto;
	height:950px;

  
	font-size:18px;
	line-height:32px;
	} 
	
#content1 table {
	line-height:30px;
	}
	
#content1 table a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
	
#content1 table a:hover {
	color:red;
	font-weight:bold;
	text-decoration:underline;
  }