body {
	margin:0;
	padding:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-align: center; 	/* This centres everything for old versions of IE. we the reset the text-left in the containing div below*/
}
a {
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
p {
		margin:0;
		padding:0;
		line-height: 1.35;
	}
h1{
font-family: Georgia, Times, serif;
font-size: 2em;
font-weight:normal;
color: #FFF;
padding: 0.5em 0 0.5em 0;
margin: 0;
}
h2{
font-family: Georgia, Times, serif; 
font-size: 1.85em;
font-weight:normal;
color:#FFF;
padding: 0;
margin:0.8em 0 0 0;
}
h2 a{
color:#FFF;
}
h3{
font-family: Georgia, Times, serif;
font-size: 1.5em;
font-weight:normal;
color:#FFF;
padding: 0;
margin:0.8em 0 0 0;
}
#container{
	position: relative;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	text-align:centre;
}
#mainbody{
	width: 30em;
	margin-left: auto;
	margin-right: auto;
}
.bodytext {
padding-bottom: 1em;

}
#head{
	clear:both;
	text-align: centre;
	padding: 1em 0 1em 0;
	margin: 0;
	border-bottom:solid #FFF 1px;
}
.head{
font-family: Georgia, Times, serif;
font-size: 1.13
em;
color: #FFF;
text-align:center;
margin: 0;
padding: 0;
}
.head strong{
color: #F00;
}
#corporate{
	border-bottom:solid #FFF 1px; 
	paddding: 0;
	margin: 0;
}
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#eee;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/* Footer styles old for reference 
	#footer {
		clear:both;
		width:100%;
		background-color: #000;
		text-align: center;
		font-size: 0.75em;
		color: #CCC;
		line-height: 1.4;
	}
	#footer p {
		padding:10px;
		margin:0;
	}*/
	

#footer {
		clear:both;
		float:left;
		width:100%;
		padding: 1em 0 1em 0;
		border-top:solid #FFF 1px;
		}
