div#cn {
	width: 960px;
	position:relative;
	margin: -101px 0 0 10px;
}

div.cn {
	position: relative;
	width: 930px;
	padding: 15px;
	margin: 0 0 0 10px;
}

div#cn > div {
	position: relative;
	background: #fff;
}

div#cn div#hd,
div#fakehd {
	height: 100px;
	overflow: hidden;
	background: #e3e3e3 url(/img/theme09/bg_top.jpg) left top repeat-x;
}


div#cn div#bd {
	min-height:1000px;
	height:auto !important;
	height:1000px;
	margin: 0 0 10px 0;
	position:relative;
}

div#cn div#ft {
	height: 60px;
	position:relative;
}


.clr { 
	clear: both;
}

/* highlight columns with colors 
 
.c1 {
	background: #ffd200;
}

.c2 {
	background: #ffb400;
}

.c3 {
	background: #ff8400;
}
 end color highlighting */

.c1, .c2, .c3 {
	position: relative;
	float: left;
	width: 320px;
	padding: 0;
}

.c1.c2, .c2.c3 {
	width: 640px;
}

.c1.c2.c3 {
	width: 640px;
	padding-right: 315px;
	clear: both;
}

.c1 > *,
.c2 > *,
.c3 > * {
	position: relative;
	margin: 0;
	padding: 0 10px;
	clear: both;
}


div#bd > .c3.sidebar,
div#ft > .c3 {
	position: absolute;
	width: 309px;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: 1px dotted #a4a3ab;
	background: #f8f8f8;
}

