/*<!-- $RCSfile: moshe.css,v $ $Revision: 1.4 $ $Date: 2007/07/21 13:14:30 $ -->*/

body {
	margin:20px 10%;
	padding:0 ;
	background:#D1DCE9;
	color:#000;
}
#container {
	/* background:#B1B3D6;*/
	border:1px solid #000;
    background: #AEBCD5;
}
#header {
	border-bottom:1px solid red;
	/*background:#ffffCC;*/
    background: #EF4E4E;
	text-align:center;
    padding: 5px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#nav-menu li
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
/*margin-right:-160px;/* must be 1 pixel less than width*/
float: right;
width: 100px;
position:relative;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#left {
	margin-left:-169px;/* must be 1 pixel less than width*/
	float:left;
	width:170px;/* must be same as left margin on #middle*/
	position:relative;
	left:-2px;/* line up exactly */
	display:inline;/* ie fix*/
}
#right {
	margin-right:-169px;/* must be 1 pixel less than width*/
	float:right;
	width:170px;/* must be same as right margin on #middle*/
	position:relative;
	right:-2px;/* line up */
	display:inline;/* ie fix*/
}
* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

#middle {
	border-left:1px solid red;
	border-right:1px solid red;
	/* background:#6FACD0;*/
	margin-left:170px;
	margin-right:170px;
    background: #8897DB;
}
/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}
/* end hide*/
#footer {
	clear:both;
	border-top:1px solid red;
	border-bottom:1px solid red;
	height:60px;
	text-align:center;
    /*background: #FFEA9F;*/
    background: #FF4242;
}
h1,h3,p {margin-top:0}
p {
  margin-left: 0.5em;;
  margin-right: 0.5em
}

logo{float:right;
margin-right: 5px;
  z-index: 100
}

img{float:right;}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
