

@import url("customise.css");

/* $1 - Header
----------------------------------------------------------------------------*/
.header {
	
	background-color: #445473;
	background-image: url(images/header.jpg);
	height: 172px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", sans-serif;
}

/* $2 - Left
----------------------------------------------------------------------------*/
.left {
	margin: 0 42% 20px 3%;
	background-color: #FFFFFF;
	
}

/* $3 - Menu Positionings
----------------------------------------------------------------------------*/
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* $4 - Black Round Edges
----------------------------------------------------------------------------*/
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(images/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
