	html
	{
	   height: 100%;
	   margin: 0;
	   padding: 0;
	}

	/* General styles */
	body {
		margin: 20px;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#F9F3F4;
		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:85%;
		font-family: arial, helvetica, sans-serif;/*Verdana this is the only place where font names are mentioned, remove if u want to have browser default font*/
	}
	a {
		color:#E0C0C5;
		text-decoration: none;
	}
	a:hover {
		color:#BC941A;
		text-decoration:none;
	}

	h1, h2  {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	h3{
		margin: 2em 0 .2em 0;
		padding-bottom: 20px;
		font-size: 23px;
	}
	
	h4{
		margin: 0.5em 0 .1em 0;
		padding-bottom: 5px;
		font-size: 20px;
	}
	
	h5{
		margin: 0.5em 0 .1em 0;
		padding-bottom: 17px;
		font-size: 15px;
		color: #964A56;
	}
	
	p {
		margin:.4em 0 1.6em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear: both;
		float: left;
		width: 100%;
		/*height: 200px;*/
		height: auto;
	}
	
	#header {
		border-bottom: 1px dotted #ccc;
		background: #984A57; /*url('/images/header.jpg');*/
		color: #7F596E;
	}
	
	#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 55px;
		margin:0;
		text-decoration: none;
		text-align: left;
		font-size: 45px;/*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 55px;
		margin:0;
		color: #E8D0D4;
		text-align:left;
		font-size: 13px;/*reduce if required, even this property is not specified caption will display as big as 23pixels by default*/
		text-transform: uppercase;
	}
	

	
	/* Menu */
	#menubar {
		height: 50px;
		margin: 0px auto;	
		background: #984A57;
		border-top: 1px solid #E4C8CD;
	}
	
	#menubar ul {
		margin: 0;
		margin-left: 25%;
		padding: 11px 0 0 0px;
		list-style: none;
		line-height: normal;
	}

	#menubar li {
		display: inline;
	}

	#menubar a {
		display: block;
		float:left;
		margin-right: 3px;
		padding: 6px 30px 6px 30px;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		border-bottom: 0; 
		background: #904652;
	}

	#menubar a:hover, #menubar .active a {
		background-color: #fff;
		color: #904652;
	}
	.beta{
		padding-left: 55px;
		color: #E8D0D4;
		font-size: 13px;
	}
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:3px 15px !important;
		text-align:right;
		color: #CC98A1;
	}
	


	#desc{
		margin: 1 1 1 1px;
		padding: 5 25 2 20px;
		border: 1px solid #ccc;
		background: #F8F0FA;
		color: #B56976;
	}

	#desc p{
		padding: 0 0 0 0px;
		margin: 8px;
		line-height: 1px;
	}
	
	/* 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;	
	}
	
	.col1 a{
		color: #AD899C;
	}
	.col1 a:hover{
		color: #7F596E;
	}
	.col2 ul{
		padding-top: 30px;
	}

	.col2 ul li {				/*left column */
		list-style: url('/images/rarrow.jpg');
		padding-bottom: 20px;
	}
	
	.col2 ul li a{				/*left column */
		color: #C0808B;
		padding-left: 5px;
	}
	
	/*Col3 right column list style*/
	.col3 ul{
		padding-top: 30px;
	}
	
	.col3 ul li a:hover{
		color: #BC941A;
	}
	
	.col3 ul li {				/*right column */
		list-style: url('/images/rarrow.jpg');
		padding-bottom: 20px;
	}
	
	.col3 ul li a{				/*right column */
		color: #C0808B;
		padding-left: 5px;
	}
	
	.col3 ul li a:hover{
		color: #BC941A;
	}
	
	.col1{
		margin: 1 1 1 1px;
		padding: 20 25 2 20px;
		border: 1px solid #ccc;
		background: #F8F0F2;
		color: #B56976;
	}
	/* 3 Column settings */
	.threecol {
		background:#F9F3F4;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#F9F3F4;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#F9F3F4;	/* 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) */
	}
	
	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: #634555;
	}
	#next a{
		color: #634555;
	}
	
	#leftsidebar1{/*first division on the left side of the screen ie inside division col2*/
		background: #F8F0F2; 
		width: 100%; 
		padding: 30 25 5 0px;
	}
	
	#rightsidebar1{/*first division on the right side of the screen ie inside division col3*/
		background: #F8F0F2; 
		width: 100%; 
		padding: 30 25 5 0px;
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px dotted #ccc;
		text-align: center;
		margin-top: 0px; /*not part of original file,Just added to test, need to be removed if not required*/
		height: 110x;  /*not part of original file,Just added to test, need to be removed if not required*/
		background: #F9F3F4 url('/images/footer.jpg');
		color: #C0808B;
	}
	#footer a{
		color: #B26471;
	}
	#footer a:hover{
		color: #7F596E;
	}
	#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; /*Whenver u need to add this division like this <div id="push"></div>*/
	}

	.right{
		text-align: right;
	}

/*

	/*http://matthewjamestaylor.com/blog/perfect-3-column.htm , pictures explaining this layout is available in this site*/


