#wrapper {
   width: 960px;
}

/* Header styles */
#header {
	clear:both;
	/*float:left;
	width:100%;*/
/*	position:absolute;
	top:0;
	left:0;
	z-index: 10;*/
}
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}



/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	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:960px;				/* 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;
}
.content,
.decoratif,
.auxiliary {
	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;
           padding-top: 20px;
}
/* 3 Column blog style settings */
.blogstyle {
	background:#fff url('/images/vert.jpg') 720px -880px repeat-y ;			/* right column background colour */
}
.blogstyle .colmid {
	right:25%;				/* width of the right column */
	background:#b1c63c;	/* center column background colour */
}
.blogstyle .colleft {
	right:25%;				/* width of the middle column */
	background: #fff; 			/* left column background colour */
}
.blogstyle .content {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:52%;				/* 100% plus left padding of center column */
}
.blogstyle .decoratif {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .auxiliary{
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:56%;				/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}