/* 'widths' sub menu */
#layoutdims {
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background-color: #222222;
	padding: 20px 0px 20px 0px;
	font-size: 13px;
	font-family: Courier New, Courier, monospace;
}
.threecol .colmid {
	right:50%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1 {
	width:44%;			/* width of center column content (column width minus padding on either side) */
	left:104%;			/* 100% plus left padding of center column */
}
.col1 p,
.col2 p {
	text-indent: 0px;
}
.threecol .col2 {
	padding-top: 20px;
	width:44%;			/* Width of left column content (column width minus padding on either side) */
	left:108%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
#pancia{
	padding: 15px;

}