.container {
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}
.container.sidebar {
	margin: 0 0 30px 0;
}

/****************************
 **   	  BASE STLYES       **
 ****************************/

.container.large {
	width: 926px;
}
.container.medium {
	width: 716px;
}
.container.small {
	width: 506px;
}
.container.sidebar {
	width: 200px;
}
.container .content {
	padding: 10px 10px;
}

/*****************************
 **   	COLOUR STLYES 	  **
 *****************************/

/* blue backgrounds */
.container.blue .content {
	background: #c1e4da;
}
.container.large.blue .top {
	height: 48px;
	background: url('img/bg-lrg-blue-t.png') no-repeat top right;
}
.container.large.blue .bottom {
	height: 48px;
	background: url('img/bg-lrg-blue-b.png') no-repeat top left;
}
.container.medium.blue .top {
	height: 37px;
	background: url('img/bg-med-blue-t.png') no-repeat top right;
}
.container.medium.blue .bottom {
	height: 37px;
	background: url('img/bg-med-blue-b.png') no-repeat top left;
}
.container.small.blue .top {
	height: 26px;
	background: url('img/bg-sml-blue-t.png') no-repeat top right;
}
.container.small.blue .bottom {
	height: 26px;
	background: url('img/bg-sml-blue-b.png') no-repeat top left;
}
.container.sidebar.blue .top {
	height: 10px;
	background: url('img/bg-side-blue-t.png') no-repeat top right;
}
.container.sidebar.blue .bottom {
	height: 10px;
	background: url('img/bg-side-blue-b.png') no-repeat top left;
}

/* grey backgrounds */
.container.grey .content {
	background: #e0e0e0;
}
.container.large.grey .top {
	height: 18px;
	background: url('img/bg-lrg-grey-t.png') no-repeat top right;
}
.container.large.grey .bottom {
	height: 18px;
	background: url('img/bg-lrg-grey-b.png') no-repeat top left;
}
.container.medium.grey .top {
	height: 14px;
	background: url('img/bg-med-grey-t.png') no-repeat top right;
}
.container.medium.grey .bottom {
	height: 14px;
	background: url('img/bg-med-grey-b.png') no-repeat top left;
}
.container.small.grey .top {
	height: 10px;
	background: url('img/bg-sml-grey-t.png') no-repeat top right;
}
.container.small.grey .bottom {
	height: 10px;
	background: url('img/bg-sml-grey-b.png') no-repeat top left;
}
.container.sidebar.grey .top {
	height: 4px;
	background: url('img/bg-side-grey-t.png') no-repeat top right;
}
.container.sidebar.grey .bottom {
	height: 4px;
	background: url('img/bg-side-grey-b.png') no-repeat top left;
}


/* green - purple? backgrounds */
.container.purple .content {
	background: #eac6fc;
}
.container.large.purple .top {
	height: 45px;
	background: url('img/bg-lrg-green-t.png') no-repeat top right;
}
.container.large.purple .bottom {
	height: 45px;
	background: url('img/bg-lrg-green-b.png') no-repeat top left;
}
.container.medium.purple .top {
	height: 45px;
	background: url('img/bg-med-green-t.png') no-repeat top right;
}
.container.medium.purple .bottom {
	height: 45px;
	background: url('img/bg-med-green-b.png') no-repeat top left;
}
.container.small.purple .top {
	height: 26px;
	background: url('img/bg-sml-green-t.png') no-repeat top right;
}
.container.small.purple .bottom {
	height: 26px;
	background: url('img/bg-sml-green-b.png') no-repeat top left;
}
.container.sidebar.purple .top {
	height: 10px;
	background: url('img/bg-side-green-t.png') no-repeat top right;
}
.container.sidebar.purple .bottom {
	height: 10px;
	background: url('img/bg-side-green-b.png') no-repeat top left;
}



/*****************************
 **   DECORATIVE STLYES  **
 *****************************/

/* title */
.container h1.title {
	text-transform: capitalize;
}

/* tabs */
.container .tab {
	width: 164px;
	height: 51px;
	display: block;
}
.container.tabbed .content .pane {
	padding-top: 20px;
}
.sidebar-right .container .tab {
	position: absolute;
	margin: -30px 0 0 66px;
	background: url('img/bg-tab.png') no-repeat top left;
}
.sidebar-left .container .tab {
	position: absolute;
	margin: -30px 0 0 -49px;
	background: url('img/bg-tab-l.png') no-repeat top left;
}
.sidebar-left .container .tab h2 {
	text-align: left;
	padding: 20px 0 0 30px;
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg); 
}
.sidebar-right .container .tab h2 {
	text-align: right;
	padding: 20px 30px 0 0;
	-webkit-transform: rotate(5deg); 
	-moz-transform: rotate(5deg); 
}


/* tape */
.container .tape {
	position: absolute;
}
.container.small.blue .top .tape {
	margin: -10px 0 0 400px;
}
.container.small.blue .bottom .tape {
	margin: 10px 0 0 20px;
}
.container.medium.blue .top .tape {
	margin: -10px 0 0 620px;
}
.container.medium.blue .bottom .tape {
	margin: 20px 0 0 20px;
}
.container.small.purple .top .tape {
	margin: 5px 0 0 400px;
}
.container.small.purple .bottom .tape {
	margin: 10px 0 0 20px;
}
.container.medium.purple .top .tape {
	margin: 25px 0 0 620px;
}
.container.medium.purple .bottom .tape {
	margin: 25px 0 0 20px;
}
.container.large.blue .top .tape {
	margin: -10px 0 0 825px;
}
.container.large.blue .bottom .tape {
	margin: 30px 0 0 20px;
}
.container.small.grey .top .tape {
	margin: -5px 0 0 400px;
}
.container.small.grey .bottom .tape, .container.medium.grey .bottom .tape, .container.large.grey .bottom .tape {
	margin: -15px 0 0 20px;
}
.container.medium.grey .top .tape {
	margin: 0 0 0 620px;
}
.container.large.grey .top .tape {
	margin: 0 0 0 825px;
}
.container.sidebar .top .tape {
	margin: -10px 0 0 100px;
}
.container.sidebar .bottom .tape {
	margin: -10px 0 0 20px;
}