@charset "utf-8";

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 806px;
	margin: 0px;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 25px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	font-size: 80%;
	line-height: 80%;
}
#lower_left {
	width: 440px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: none;
	padding-right: 15px;
	font-family: "Century Gothic";
	line-height: 200%;
}
#lower_right {
	width: 330px;
	float: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Century Gothic";
}
#colour_box {
	background-color: #CBCF94;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#top {
}
