* { margin:0;padding:0; }
html, body { background:#EBE9E1; }

	body {
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#EBE9E1 url(assets/topfiller.jpg) center top repeat-x;
		font-family:arial,helvetica,sans-serif;
		font-size:10pt;
	}
   #wrapper {display:block;margin:0 auto;padding:0;text-align:left;width:980px; }  /* set width Here */
	img {border:0;}
  * html div#wrapper {width:983px;}

	/* Header styles */
    #header {
        clear:both;
        /*float:left;*/
        width:100%;background:#222f7d url(assets/top.jpg) no-repeat;;
        height:120px;
    }
	#header img{
		border:0;margin:0;
	}
	
	h1 {
	    font-size:20pt;margin:0;padding:10px 0 5px 0;
	}

	/* 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,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		/*height:480px;*/

	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		/*background:#a9a09b;*/		/* right column background colour */
	}
	.rightmenu .colleft {
		right:340px;			/* right column width */
		/*background:#fff;	*/		/* left column background colour */
		/*background:url(assets/silhouette-legs.jpg) top 340px no-repeat;*/
	}
	.rightmenu .col1 {
		width:640px;		/* left column content width (left column width minus left and right padding) */
		left:340px;			/* (right column width) plus (left column left padding) */
		color:#3d3d3d;
	}
	.rightmenu .col2 {
		width:340px;		/* right column content width (right column width minus left and right padding) */
		left:340px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		/*color:#fff; */
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;color:#000;
		background:#a9a09b;height:70px;
		font-size:9pt;
		text-align:center;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
