html, body{
	margin:0;
	padding:0;
	color:#255D8A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:95%;
	height:100%;
}
.wrapper{
	min-height:100%;
}
h1{
	border-bottom: 3px solid #CE7C06;
    color: #CE7C06;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding-bottom: 5px;
	font-size:120%;
	font-weight:normal;
	margin-top:0;
	margin-bottom:17px;
}

.headerTop {
    background: url("http://www.weizmann.ac.il/pages/sites/weizmann.ac.il.pages/themes/weizmann/images/header-bg.jpg") no-repeat scroll 0 0 transparent;
    height: 103px;
    width: 1000px;
		margin:0 auto;
}

.headerTop img{
	margin-top:20px;
}

.headerWrapper {
    background: url("http://www.weizmann.ac.il/pages/sites/weizmann.ac.il.pages/themes/weizmann/images/header-bg-bar.png") repeat-x scroll center top transparent;

    height: 149px;
    width: 100%;

}
.content{
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 1000px;
}
.blueLine{
	width:100%;
	height:46px;
	 background: url("http://www.weizmann.ac.il/pages/sites/weizmann.ac.il.pages/themes/weizmann/images/menu-bg.jpg") repeat-x scroll center top transparent;
	position:relative;
	display:block;
	
}

.title{
	 position: relative;
    top: -10px;
	display:inline-block;
	margin-top:-13px;
	color: #305C8D;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16pt;
    left: 20px;
    position: relative;
	width:500px;
	*left:280px;
}
#clearfooter{
/*
clear:both;
height:42px;
*/
}
.footer{
	background: url("http://www.weizmann.ac.il/pages/sites/weizmann.ac.il.pages/themes/weizmann/images/footer-bg.png") repeat-x scroll 0 0 transparent;

    color: #FFFFFF;

    font-family: Tahoma,Geneva,sans-serif;
    height: 42px;
	margin-top:-48px;

    text-align: center;
    width: 100%;
	font-size:75%;
}
.footer a{
	color:#fff;
}
.footer p{margin:0; padding-top:10px;}
