body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	background-color: #dcd7d8;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	color: #1fb46d;
	font-size: 16px;
}
.red {
	border: 1px solid #b70e26;
	padding: 5px;
}
#colour{
	background-color: #d9f4e7;
	border: 1px solid #1fb46d;
	padding: 5px;
}
.leftimage {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0;
}
.grey {
	color: #554749;
	font-size: 12px;
}
.white {
	color: #ffffff;
	font-size: 12px;
}
#top {
	width: 996px;
	height: 18px;
	padding-bottom: 3px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #aa9ea0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

/* Content */

#content {
	width: 996px;
	margin: 0  auto 0 auto;
	background-color: #fbfbfb;
}

/* Column One */

#colOne {
	float: left;
	width: 270px;
	background-color: #cfc8ca;
	color: #000;
}
#colOne a{
	color: #b70e26;
	text-decoration: none;
}
#colOne a:hover{
	color: #1fb46d;
	text-decoration: none;
}
#colOne img{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#colOne p{
	padding-left: 15px;
	padding-right: 15px;
}
#menu {
	float: left;
	font-size: 15px;
	font-weight: normal;
	width:250px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 25px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 25px;
	text-decoration: none;
	color: #554749;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #554749;
}

#menu a:hover {
	color: #b70e26;	
}
#menu a#active {
	color: #b70e26;	
}
/* Column Two */
#colhome {
	float: right;
	width: 725px;
	background-color: #fbfbfb;
	background-image: url(images/light.png);
	background-repeat: no-repeat;
	background-position: 640px bottom;
}
#colhome a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#colhome a:hover{
	color: #1fb46d;
	text-decoration: none;
}
#colhome img{
	
}
#colTwo {
	float: right;
	width: 725px;
	background-color: #fbfbfb;
	background-image: url(images/light.png);
	background-repeat: no-repeat;
	background-position: 640px bottom;
}
#colTwo a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#colTwo a:hover{
	color: #1fb46d;
	text-decoration: none;
}
#colTwo img{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;	
}
#colright {
	float: right;
	width: 725px;
	background-color: #fbfbfb;
}
#colright a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#colright a:hover{
	color: #1fb46d;
	text-decoration: none;
}
#colright img{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;	
}
#maintext{
	margin-left: 20px;
	margin-right: 20px;	
}
/* Footer */

#footer {
	width: 995px;
	height: 75px;
	margin: 0 auto;
	border-top: 1px solid #fbfbfb;
	background-color: #aa9ea0;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #fbfbfb;
}

#footer a {
	color: #fbfbfb;
	text-decoration: none;
}
#footer a:hover {
	color: #fbfbfb;
	text-decoration: underline;
}
