/*-----------------------
 Div layouts
-----------------------*/

#centre {
	height:600px;
	width:60%;
	margin-left:150px;
	margin-top:30px;
	
}

#email {
	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;
}

#email {
	background-color:#d8d8d8;
	border-top:1px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:3px solid #e8e8e8;
}



/*-----------------------
 Div classes
-----------------------*/

