#wrapper {
    min-width: 800px;
    max-width: 960px;
}

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



/* 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: 10px;
}
/* 3 Column blog style settings */
.blogstyle {
	background:#b1c63c;			/* right column background colour */
}
.blogstyle .colmid {
	right:25%;				/* width of the right column */
	background:#f4f4f4 url('/images/vert.jpg') right top repeat-y ;/* 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:60%;				/* 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;
}
.contactform label {
display:block;
}
.contactform fieldset {
border: 2px solid #b1c63c;
}
}
#footer p {
	padding:10px;
	margin:0;
}
.contactform textarea {width: 98%;}