	html
	{
	   height: 100%;
	   margin: 0;
	   padding: 0;
	}


	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:100%;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: arial, verdana, sans-serif; /*Helvetica, Arial, Verdana; this is the only place where font names are mentioned, remove if u want to have browser default font*/
		color: #800000;
	}
	a {
		color:#000080;
		text-decoration: none;
	}
	a:hover {
		color:#800000;
		text-decoration:none;
	}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}

	p {
		margin:.4em 2em .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height: 200px;
	}
	#header {
		border-top: 8px solid #FFFEE0;
		background: #c0a080 url('/images/header.jpg');
	}

	
	#header p{
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#header h1{
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h1.siteheading{/*used in displaying the site heading*/
		padding:.4em 15px 0 15px;
		margin:0;
		color:#FFFEE0;
		text-decoration: none;
		text-align: center;
		font-size: 40px;/*if this property is removed it will set 29px by default*/
	}

	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h2.caption{				/*used to display caption of the site*/
		padding:.4em 15px 0 15px;
		margin:0;
		text-align:center;
		color: #000800;
		font-size: 17px;/*reduce if required, even this property is not specified caption will display as big as 23pixels by default*/
	}
	
	#header h3.beta{
		padding:.8em 15px 0 15px;
		margin:0;
		text-align:center;
		font-size: 10px
	}

	h3.content{
		padding-bottom: 12px;
		margin: 0;
		text-align: left;
		font-size: 26px;
	}
	
	p{
		line-height: 19px;
		padding-bottom: 10px;
	}
	.heading{
		padding:.4em 0 25 0px;
		margin:0;
		text-align:left;
		font-size: 16px;
	}

	#layoutdims {
		clear:vboth;
		margin:v0;
		padding: 26px 25px !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,
	.col3 {
		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:#FFFEE0;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#FFFEE0;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#FFFEE0;	/* left column background colour */	
	}
	.threecol .col1 {
		margin-top:30px;    /* not part of original file, added to have some distance between the line and the content text*/
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		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) */
	}
	
	.threecol .col3 {
		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) */
	}
	.col3 ul li {		/*right column */
		list-style: url('images/bullet.jpg');
		padding-bottom: 5px; 
	}
	
	.col2 ul{
		padding-top: 25px;
	}
	.col2 ul li {		/*left column */
		list-style: url('/images/rarrow.jpg');
		padding-bottom: 22px;
	}
		
	.col1 ul li {				/*center column */
		padding-bottom: 15px;
	}
	
	p.second {
		padding-left:80px;
	}
	p.first{
		padding-left:40px;
	}
	
	#prev{
		height: auto;
		width:10%;
		float: left;
	}
	#next{
		height: auto;
		width:10%;
		float: right;
		text-align: right;
	}
	#prev a{
		color: #000080;
	}
	
	#prev  a:hover {
		color:#800000;
	}
	
	#next a{
		color: #000080;
	}
	
	#next a:hover {
		color:#800000;
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:3px solid #800000;
		background: #fffee0 url('/images/footer.jpg');
		text-align: center;
		margin-top: 0px; 
		height: 110x;  /*not part of original file,Just added to support push division , remove if not required*/
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	#push { /*this used to push the footer down whenever content is less because footer comes just below the content doesn't stick to the bottom of the screen*/
		height: 110px; /* .push must be the same height as .footer */
		border-bottom: 0px solid #000; /*Whenever u need, add this division like just this <div id="push"></div>*/
	}

/*

	/*http://matthewjamestaylor.com/blog/perfect-3-column.htm , pictures explaining this layout is available in this site*/

