body {
	background: #3F6DAB url(http://www.mcgregormedia.co.uk/css/images/bg_blue_grad.jpg);
	background-repeat: repeat-x; 
	margin: 0;
}

h1 {
	font-family: arial;
	font-size: 14pt;
	color: #000066;
}

h2 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

h3.inline {
	display: inline;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

h4 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #EE0000;
}

h6 {
	font-family: arial;
	font-size: 7pt;
}		

p {
	font-family: arial;
	font-size: 10pt;
}

p.inline {
	display: inline;
	font-family: arial;
	font-size: 10pt;
}

blockquote {
	font-family: arial;
	font-size: 10pt;
}

li {
	font-size: 10pt;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: none;
}

#main {
	margin: 0 auto;
	width:800px;
}

#popup {
	margin: 0 auto;
	padding: 10px;
	width:450px;
}

#banner {
	background-image: url(images/banner_clouds.jpg);
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-bottom: 2% solid #FFFFFF;
}

#banner_content {
	margin: 0 auto;
	width: 800px;
}

#banner_text1 {
	width: 50%;
	float: right;
	text-align: right;
	text-shadow: #000000 3px 3px 3px;
	font-family: arial;
	font-size: 35pt;
	font-weight: bold;
	color: #444444;
	padding: 2% 0 0 0;
}

#banner_text2 {
	width: 50%;
	float: right;
	text-align: right;
	font-family: arial;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	padding: 0;
}

#banner_text3 {
	width: 50%;
	float: right;
	text-align: right;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	padding: 0;
}

#banner_img {
	width: 50%;
	height: 110px;
	float: left;
	text-align: left;
	font-family: arial;
	font-size: 16pt;
	color: #FFFFFF;
	padding: 0;
}

#content_center {
	background: #FFFFFF;
	float: left;
	width: 98%;
	padding: 0;
	margin: 1% 0 1% 0;
	text-align: center;
	font-family: arial;
	font-size: 18pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_left {
	background: #FFFFFF;
	float: left;
	width: 98%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_left_no_border {
	background: #FFFFFF;
	float: left;
	width: 98%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
}

#content_left_half {
	background: #FFFFFF;
	float: left;
	width: 46%;
	padding: 1%;
	margin: 1% 1% 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#content_left_wide {
	background: #FFFFFF;
	float: left;
	width: 70%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#content_right_half {
	background: #FFFFFF;
	float: right;
	width: 47%;
	padding: 1%;
	margin: 1% 0 1% 1%;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#content_left_third {
	background: #FFFFFF;
	float: left;
	width: 30%;
	padding: 1%;
	margin: 1% 1% 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#content_center_third {
	background: #FFFFFF;
	float: left;
	width: 31%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
}

#content_right_third {
	background: #FFFFFF;
	float: right;
	width: 30%;
	padding: 1%;
	margin: 1% 0 1% 1%;
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#content1 {
	background: #FFFFFF;
	float: left;
	width: 46%;
	padding: 1%;
	margin: 1% 1% 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#content2 {
	background: #FFFFFF;
	float: left;
	width: 22%;
	padding: 1%;
	margin: 1% 1% 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
}

#content3 {
	background: #FFFFFF;
	float: right;
	width: 23%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#content_right_narrow {
	background: #FFFFFF;
	float: right;
	width: 23%;
	padding: 1%;
	margin: 1% 0 1% 0;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444;
	text-decoration: none;
	overflow: hidden;
	border: solid 1px #444444;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.content_left img {
	padding: 1%;
	overflow: hidden;
}

table {
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444444;	
}

table .dnc {
	width: 400px;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #444444;	
}

#footer {
	margin: 0 auto;
	width: 800px;
	clear: both;
}

#footer .left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 5px 0 0 0;
	font-family: arial;
	font-size: 7pt;
	color: #444444;
	text-decoration: none;
}

#footer .right {
	width: 50%;
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
	font-family: arial;
	font-size: 7pt;
	color: #444444;
	text-decoration: none;
}

#footer img {
	padding: 0 0 0 5px;

}