@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#7A7C7F;
}
h1 {
	color:#8DAFDC;
	font-weight:normal;
}
h2 {
	color:#877DAF;
	border-bottom:2px solid #ff92bc;
	border-top:2px solid #ff92bc;
	font-weight:normal;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#7A7C7F;
}

.big {
font-size:1.3em;
}
.bigger {
font-size:1.5em;
}
.text_d_green {
	color:#288228;
}
.text_l_green {
	color:#32AE8A;
}
.text_purple {
	color:#877DAF;
}
.text_blue {
	color:#8DAFDC;
}

#frame {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/colour/images/frame_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	overflow:auto;	
	}
#left_col {
	float:left;
	width:228px;
	position:relative;
	z-index:3;
}
#mid_col {
	float:left;
	width:528px;
	background-image:url(/colour/images/colour_me_header.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
}
#right_col {
	float:left;
	width:204px;
	overflow:hidden;
}
