
body {
	margin:10px;
	padding:10px;
	background:#FFF;
	color:#000;
	text-align:center;/*centre for ie5 */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;

}
#container {
	width:800px;
	margin:auto;        /* centre for compliant browsers*/
	text-align:left;
	border:1px solid #000000;
}
#header {
	height:176px;
}
#left {
	margin-right: -162px;     /*must be 1 pixel less than width */
	float:right;
	width:163px;            /* this width is the same as the margin on #middle */
	position:relative;
	background-image: url("../images/menu_bg.jpg");
}

#left p {
	padding-left: 5px;
}


#middle {
	background-image: url("../images/content_bg.jpg");
	margin-right: 162px;      /*this is the space for the left column */
}
#content {
	padding: 10px 10px 10px 10px;
}
* html #middle {height:1%}/* combat ie's 3 pixel jog */
#footer {
	clear:both;
	height:16px;
	background-image: url("../images/bottom_bg.gif");
	text-align:center;
}
	
