body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        /* width:100%; */
        background:#fff;
        background: #151515 url(/images/img01.jpg) repeat-x left top;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:10pt;
		font-family: Verdana;
    }
	
	img {
		border: 0;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        background-color:  black;
        height: 175px;
    }
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	#page-wrapper {
      margin: 0 auto 0 auto;
      padding : 0;
      text-align: left;
      width: 990px;
      border-left : solid 1px #cdcfd0;
      border-right : solid 1px #cdcfd0;
      border-bottom : solid 1px #cdcfd0;
    }
	
	/* 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 {
	    background:#000;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
        padding: 5px 10px 10px 10px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .NavCol {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background-color: #000;
		font-size: 8pt;
		color: #fff;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    
    h1 {
        font-family: Impact;
        width: 95%;
        color: #990000;
        border-bottom: solid 1px #990000;
        }

    .section 
    {
        font-family: Impact;
        width: 95%;
        color: #990000;
        border-bottom: solid 2px #990000;
        }

    .RadScheduler { width: 700px; }
    