/*
Theme Name: Home
Theme URI: http://www.ftbcms.co.uk/
Description: This is the default home theme for the main root of the CMS
Version: 1.0
Author: Amrick Chauhan
Author URI: http://www.ft.com/
*/

body {
	background-color: #fff1e0;
}

.clear {
	clear: both;
}

.contentContainer {
	width:970px;
	height: 190px;
	margin: 100px auto;
}

.header {
	border-bottom: 5px solid #9e2f50;
	padding-bottom: 10px;
}

.content {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.p1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	margin: 0px;
}

.p2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #74736C;
	font-size: 1.2em;
	margin: 5px 0;
}

ul {
	padding: 0;
	margin:10px 0 0 3px;
	list-style-position: inside;
	color: #74736c;
}

.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height:25px;
}

a {
	color: #4781aa;
	text-decoration: none;
}