   	/* '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:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:5em 5em;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    
.col1 .entry .image {
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
    width: 200px;
    text-align: right;
}

.col1 .entry .image img {
    border: 2px solid #999;
}

.col1 .entry,
.visualClear {
    clear: both;
}

#header form {
    margin-top: -3em;
    position: relative;
    top: 10em;
}

