    /* <!-- */
    /* 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:1060px;	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
				
	background-color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:13px;
    }


	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header p{
	    padding:.4em 15px 0 15px;
        margin:0;
	}

	/* column container */
	.colmask {
	    position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
	    width:100%;		/* width of whole page */
	    overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	}
	
    .leftmenu .colright {
        float:left;
        width:200%;
	position:relative;
	left:185px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:100px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
            margin:8px 15px 0 239px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    width:100%;
	}
    .leftmenu .col2 {
        float:left;
        width:320px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
