/*
 * ATS #3 Template
 * Layout for standard screen resolution of 1024 x 768
 */

/*
 * Import main styles
 */
 
@import url(template_css.css);

/*
 * Import colour specific styles
 */
 
 @import url(colour.css);
 
#pagewidth {
	width:915px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/back_normal.gif) repeat-y 0px 140px;
	margin-bottom: 20px;
}

#banner {
	width: 474px;
	height: 129px;
	float: left;
	margin-left: 200px;
}

#centre {
	width:100%; /* 770px */
	padding-top: 6px;
}

#pathway {
	float: left;
	overflow: hidden; 
	width: 50%;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
}

#dateway { 
	float:right;
	width:44%;
	text-align:right;
	height: 19px;
	margin-left:-5px;
	padding-right: 2em;
	padding-top: 5px;
}
 
#leftcol {
 width:152px;
 float: left;
 position: relative;
 margin-right: 5px;
 }

/* This is used where there is also a right-hand column with content */  
#maincol-small { 
float: left; 
width: 575px !important;
margin-left: 0px !important;
margin-left: -5px;
} 

/* This is used where there is NO right-hand column required */ 
#maincol-wide { 
float: left; 
width: 80% !important; /* 600px */
margin-left: 0px !important;
margin-left: -5px;
padding-top: 3px !important;
padding-top: 0px;
}

#rightcol {
 float: right;
 position: relative;
 margin-top: .5em;
 width:20%; /* 178px */
 }
  
#footer {  
	height: 40px; 
	width: 100%; 
	background: transparent url(../images/footer_normal.jpg) bottom left no-repeat; 
	font-size: 10px;
}