    /* <!-- */
	/* General styles */
    

body {
		text-align:center;
		}
#fixed {
   margin:0 auto;
   width:900px;   /* you can use px, em or % */
margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
   text-align:left;
}

p,p2,h1,pre {
		margin:0px 0px 0px 0px;
		}
		
	p {
		font-size: .8em;
		font-family: arial, helvetica;
		color:#000;

		}

	h1 {
		font-size:1.4em;
		font-family: arial; 
		color: #000;
		padding:10px 10px 0px 0px;
		}
				
	h2 {
		text-align: left;
		font-size:1em;
		font-family: arial;
		color:#000;
		padding-top:5px;
		}
h3 {
		text-align: center;
		font-size:.8em;
		font-family: arial;
		color:#000;
		padding-top:0px;
		}		

	h4 {
		font-size:1em;
		font-family: arial; 
		color: #000;
		padding:0px 10px 0px 0px;
		}
		

a:link {color: #3f4926;
}
a:visited {color: #707070;
}
a:hover {color: #404040;}
a:active {color: #707070;
text-decoration:none;

}


.buttonscontainer {width: 170px;}

.buttons a {color: #d8ddb5;
background-color: #3f4926;
padding-left: 7px;
display: block;
border-bottom: 1px solid #fff;
font-weight: bold;
text-decoration: none;
text-align: left;
	font-style: normal;
	font-variant: normal;
	font-size: .85em;
	line-height: normal;
	font-family: Arial, sans-serif;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.buttons a:hover {
background-color: #8c914f;
color: #404040;
text-decoration: none;
}
    }
	img {
		margin:10px 0 5px;
	}
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:900px;
height:137px;
		background-image:url('images/thumb/wcr.jpg');
    }
	#header {
		border-bottom:1px solid #000;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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:900px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#fff;
	}
    .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;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:185px;
        position:relative;
        right:200px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->

