  
/* <!-- */
    /* General styles */
    body {
	margin: 2%;
	padding: 0;
	border: 0px none; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: blue;
	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: 90%
	   text-align:center;
}
    #fixed {
   margin:0 auto;
   width:80%;   /* you can use px, em or % */
   text-align:left;
}

    
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3, h4, h5, h6 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:5px 0 5px;
	}
	/* Header styles */
    #header {
	clear: both;
	float: left;
	width: 100%;
	background: white;
}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    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 */
	background: white;
}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#ffc1aa;
	    	   }
	    	    	
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-300px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 315px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:270px;
        position:relative;
        left:285px;
        }
	/* Footer styles */
	#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	background: white;
        margin: 0% 0% 2% 0%;
}
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->


