body {
margin:0;
padding:0;
text-align:center;
font-family: verdana, arial, helvetica, sans-serif;
  background: #F0E6C4 url(images/newBG-back.png) repeat-x;
font-size:10px;
}

/*structure */

/*this is the wrapper */
#container {
position:relative;
width:960px;
margin:auto;
border-left:10px solid #F6F0E2;
border-right:10px solid #F6F0E2;
background-color:white;
background-image:none;

}


/* content, menu and header sit in this panel */

#leftpanel {
width:657px;
height: 255px;
float:left;
}


/* this is where content get published */
#content {
  position:inherit;
  left:0;
  top:0;
	width:920px;
	color:#185C7D;
	text-align:left;
	background-color:white;
border-top:10px solid #F6F0E2;
}



#rightpanel {

width:293px;
height:255px;
background-color:#F1BE5E;
color:#A3480B;
float:left;
border-left:10px solid #F6F0E2;
}




