@charset "utf-8";
/* CSS Document */

/* COLOURS */

.blue {
	color:#348bd8;
	}
	
.red {
	color:#eaf5ff;
	}

body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif
	}
	
	.stabaliser {
		width:940px;
		margin:0 auto;
		padding:0 10px 0 10px;
	}
	
	.background-frame {
		background:url(/images/main-gradient-bg.png) repeat-x #eaf5ff;
		background-position:0 235px;
		float:left;
		height:auto;
		}
	
		.header-frame {
			float:left;
			width:940px;
			background:url(/images/header-bg.jpg) no-repeat #fff;
			}
			
		.main-content-frame {
			float:left;
			height:auto;
			}
			
			.main-content-frame-left {
				float:left;
				width:640px;
				height:auto;
				}
			
			.main-content-frame-right {
				width:300px;
				float:left;
				height:auto;
				}
				
			.main-content-frame-full-width {
				width:940px;
				float:left;
				height:auto;
				}
				
	.footer-frame {
			float:left;
			width:900px;
			clear:both;
			font-size:11px;
			color:#666666;
			border-top:1px solid #fff;
			padding:20px;
			background-color:#f5faff;
			margin-bottom:20px;
			}