body {
	width:100%;
	margin: 0 auto;
	padding: 0;
	font: 0;
	text-align: center;
	background: url(../img/pattern.gif) repeat;
	}

a {
	color: #fff;
	}

a:hover {
	color: #fff;
	text-decoration:none;
	}

h1, h2 {
	margin: 1.5em 0 0 0;
	padding: 0;
	color: silver;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

h1 {
	font-size: .9em;
	background-color: #232323;
	border-bottom: thin solid gray;
	}

h2 {
	font-size: .7em;
	text-decoration: underline;
	}

p {
	margin-bottom: 3em;
	padding: 0;
	font-size: 0.7em;
	}

p.block {
	display: block;
	height: 200px;
	}
	
img {
	margin-bottom: 1em;
	}

img.imgleft {
	display: block;
	position:relative;
	float:left;
	margin-right: 20px;
	margin-bottom: 40px /* pushing the last few line to the side */
}
	
ul {
	list-style: none;
	margin: 0;
	color: #fff;
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	}

ul li {
	margin: 0;
	padding: 0;
	}



/* 'widths' sub menu */
#layoutdims {
	clear: both;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
	}



/* column container */
#fixed {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}

#fixed p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: silver;
	}

.colmask {
	position: relative;		/* IE7 fix overflow hidden bug and stops the layout jumping out of place */
	clear: both;
    float: left;
    width: 100%;			/* width of whole page */
	overflow: hidden;
	}



/* 2 column left menu settings */
.leftmenu {
	background: black;
	}

.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 375px;
	background: #000;
	border-left: thin dotted gray;
	}

.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 375px;
	padding-bottom: 1em;
	}

.leftmenu .col1 {
	margin: 0 40px 0 400px;
	position: relative;
	right: 100%;
	overflow: hidden;
	}

.leftmenu .col2 {
	float: left;
	width: 300px;
	position: relative;
	right: 330px;
	}
	

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #272727;
	}

#footer p {
	padding-left: 45px;
	font-size: x-small;
	color: black;
	}

* {
	
	}
	
	
/* Announcement divs */
#announcement {
	background: #FFDEAD;
	}
