/*-----------------------
 Div layouts
-----------------------*/

#centre {
	height:600px;
	width:60%;
	margin-left:150px;
	margin-top:30px;	
}

#updates {

	width:100%;
}


/*-----------------------
 Div styles
-----------------------*/

#textTitle {
	border-bottom:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	padding:5px;
}

#textContent {
	border-bottom:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	padding:5px;
}

#centreText img {
	margin-left:40px;
}

#postageInfo {

	background-color:#f8f8f8;
	border-left:1px solid #c8c8c8;
	border-right:2px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	border-bottom:2px solid #c8c8c8;
}



/*-----------------------
 Div classes
-----------------------*/

