@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html{background:#016285;}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif
}
#page-wrap{
width:950px;
margin:0 auto;
background:#016285;
}
div#header{
width:950px;
background-color:#FFFFFF;
background-image:url(about-the-cantor-new_files/about-the-cantor-new-image3.jpg);
background-repeat:no-repeat;

}
div#left{
clear:both;
margin-top:430px;
background:url(images/leftside.jpg) repeat-y top left;
	width: 146px;
	overflow:hidden;
	height:2300px;
	float:left;
	border:0;}
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:300px;
  margin:2px;
  }
  ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("images/navbar/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/navbar/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}
div#header{
width:950px;
float:left;
margin:0;
padding:0;
overflow: hidden;
}
#maincontent{
position:relative;
margin:140px 20px 20px 146px;
width:780px;
z-index:200;
background-color:#FFF;
overflow: hidden;
}
.smcontainer{
width:780px;
float:left;
border:none;
padding:0, 30px,;
}

div.left{
	float: left;
	width: 200px;
	hight: 300px;
	background: red;
	padding: 10px 10px 5px 5px;
}
div.center{
	float: left;
	width: 250px;
	hight: 300px;
	background: yellow;
}
div.container{
width:750px;
}
div.center1{
	float: left;
	width: 200px;
	hight: 300px;
	background: yellow;
	}
	div.left1{
	float: left;
	width: 300px;
	hight: 300px;
	background: red;
	padding: 10px 10px 5px 5px;
	}