﻿
#container {
 
 background:#D1DCE9;/*this colour will be left column colour */
 margin:auto;/* centre for compliant browsers*/
 text-align:left;

}


#left {
 margin-left:-169px;/*must be 1 pixel less than width */
 float:left;
 width:170px;/* this width is the same as the margin on #middle */
 position:relative;
 padding-left:1px;
 top:-184px;
 left:4px;
 
}

#lefthome {
 margin-left:-169px;/*must be 1 pixel less than width */
 float:left;
 width:170px;/* this width is the same as the margin on #middle */
 position:relative;
 padding-left:5px;
 top:-1px;

}


#rightit 
{
 padding-left:5px;  
 margin-right:-169px;/*must be 1 pixel less than width */
 float:right;
 width:170px;/* this width is the same as the margin on #middle */
 position:relative;
 top:-145px;
}


#middle {

 background:#ffffff;/* background colour of right column */
 margin-left:170px;/*this is the space for the left column */
}

#middletop {

 background:#ffffff;/* background colour of right column */
 margin-right:170px;/*this is the space for the left column */
 margin-left:170px;
min-height:500px;
}



 #outerhome 
 {
position:relative;
top:20px;
 	text-align: left;
 	background: #ffffff;
 	color: inherit;
 	margin-left: 0px ;
 	margin-right: 15px;
 	margin-top: 0px;
 	margin-bottom: 20px ;
 	padding-left: 0px;
 	padding-right:0px;
 	padding-top:0px;
 	padding-bottom:20px;
 	width: 949px;
 	min-height:500px;

 }

 /* Header */

 .header {
 	background: #fcce32;
 }


 #outer 
 {
position:relative;
top:10px;
 	text-align: left;
 	background: #ffffff;
 	color: inherit;
 	margin-left: 0px ;
 	margin-right: 15px;
 	margin-top: 0px;
 	margin-bottom: 20px ;
 	padding-left: 0px;
 	padding-right:0px;
 	padding-top:0px;
 	padding-bottom:20px;
 	width: 949px;
 	min-height:500px;
overflow:auto;
	padding-bottom: 50px;  /* must be same height as the footer */

 }

 /* Header */

 .header {
 	background: #fcce32;
 }

 



/*  Footer */

#footer
 {
     width:949px;
		margin-left:auto;
		margin-right:auto;
	

 	text-align: left;
 	background: #ffffff;
 	color: inherit;

 	height:50px;
 	border-top-width:8px;border-top-color:#CD3367;border-top-style:solid;

 }
 
 #footermiddle {
position:relative;
top:-3px;

 background:#ffffff;/* background colour of right column */
 margin:10px;/*this is the space for the left column */
 /*border: solid #000000;
 	border-width: 1px*/
}

