	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
	}
	/* header */
	#header {
		padding-top: 1%;
		clear:both;
		float:left;
		width:100%;
	}
	/* end header */
	
	/* column container */
	.wrapper {
		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 */
	}
	/* end column container */
	
	/* common column settings */
	.rightwrapper,
	.midwrapper,
	.leftwrapper {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.maincol,
	.leftcol,
	.rightcol {
		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 */
	/* footer */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	/* end footer */
	/* Header styles */
	#header p,
	#header h1 {
		margin: auto;
		text-align: center;
		color: Green;
		font-size: 200%;
	}
	#header img {
		max-width: 95%;
	}
/* end header styles */
/* navigation menu styles */
ul.kghmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: solid 0.1em;
}
ul.kghmenu li {
	border-top: solid 0.1em;
	border-left: solid 0.1em;
	border-right: solid 0.1em;
}
ul.kghmenu li a {
	text-decoration: none;
	width: 100%;
	display: block;
}
ul.kghmenu li a:hover {
	background-color: Black;
	color: White;
}
/* end navigation menu styles */
/* column modifiers */
.modifier {
	background:#fff;		/* right column background colour */
}
.modifier .midwrapper {
	right:25%;			/* width of the right column */
	background:#9d9;		/* center column background colour */
}
.modifier .leftwrapper {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.modifier .maincol {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
`	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: top;
}
.modifier .leftcol {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	vertical-align: top;
}
.modifier .rightcol {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* 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) */
	vertical-align: top;					
}
.maincol img, .rightcol img, .leftcol img {
	max-width: 90%;
	margin: 1%;
}
/* Footer styles */
#footer p {
	padding:10px;
	margin:0;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
/* end footer styles */
/* general styles */
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-size: 150%;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
.center {
	text-align: center;
}
/* end general styles */
/* like codes */
.rightcol #social {
	width: 100%;
   margin: 1%;
}    
div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}
div .fb_reset {
    display: inline;
} 
/* end like codes */
