body,html {
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: arial,helvetica;
	font-weight: 100%;
}

body {
	min-width:850px;
}


/* container is the whole background block */
#container {
	background-color: #FF9900;
    	float:center;
	width:90%;
	margin: 5 auto;
	padding: 5;
}

/* this is the background for the whole of the header and header menu */
#header {
	background-color: #FF9900;
    	float:left;
	width:100%;
	margin: 0 auto;
	border-bottom-style: solid
}

/* this is for the title text n the left of the header */
#title {
	background-color: #FF9900;
    	float:center;
	width:100%;
    }

/* this is for the title image (if there is one - logo etc) on the right of the header */
#headimg {
	background-color: #FF9900;
    	float:right;
	width:15%;
	margin: 5 auto;
    }


/* this is the menus at the top of the page (visible on every page) */
#headermenu {
	background-color: #FF9900;
    	float:center;
	width:100%;
	margin: 5 auto;
    }

/* This is the side menu block */
#menu {
	clear:both;
	background-color: #FF9900;
    	float:left;
	width:15%;
	margin: 5px;
	font-weight: bold;
	font-size: small;
    	}

a:link { 
	color: 	#8A4117;
	}

a:visited { 
/*	Other useful colours: #CC6600 #CC3300 */
	color:#C35617;
	}

#menu ul{
	margin-left:1.1em;
	padding:0;
	}

#menu li.toplevel{
	padding-top:10px;
	}


#content {
	background-color: #FFCC00;
    	float:left;
	width:80%;
	margin:5;
	padding:10;
	font-color: red;
   	} 

.projectcont {
	float:left;
	background-color: #FFCC00;
	width:100%;	
	padding:5;
    	}

.thumbcont {
	background-color: #FFCC00;
    	float:left;
	width:80px;	
	}

.descriptioncont {
	background-color: #FFCC00;
    	margin-left:80px;
	}

#thumb {
	background-color: #FFCC00;
    	float:left;
	width:80px;
	padding:5;
	font-size:70%;
    	}

#mainimg {
	clear:both;
	background-color: #FFCC00;
    	float:center;
	width:100%;
	font-size:100%;
	padding-top:10px;
	padding-bottom:10px;
    	}

#newgallery {
	clear:both;
	background-color:  #FF9900;
    	float:center;
	width:100%;
	margin: 0;
	padding: 0 0;
	font-size:100%;
	font-weight: bold;
	border-bottom-style: solid;
    	}

#newlinks {
	clear:both;
	background-color:  #FF9900;
    	float:center;
	width:100%;
	margin: 0;
	padding: 0 0;
	font-size:100%;
	font-weight: bold;
	border-bottom-style: solid;
    	}

#nav ul{
    	margin:10;
    	padding:1;
    	list-style:none;
	text-align:center;
    }

#nav li{
    	display:inline;
    	margin:10;
    	padding:2;
	font-weight:bold;
    	float:center;
    }

#footer {
	clear:both;
	background-color:  #FF9900;
	font-size:80%;
    	float:center;
	width:90%;
	margin: 2 auto;
	padding:1;
}
