body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        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%;*/
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:8px 0;
        padding:0;
				line-height:1.7em;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        /*float:left;*/
	margin: 0 auto;
        width:990px;
	/*text-align: center;*/
	border-bottom:1px solid #000;
	background:#fff;
	
    }
    #header a {
	color: #000;
    }
    #logo {
	font: 36px verdana;
    }
	
	/*#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	} */
	/* '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;*/
	margin: 0 auto;
	
        width:990px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* widecolumn hack (don't know what generates that class, can't change it for now... */
	.widecolumn {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    /*float:left;*/
	margin: 0 auto;
	
        width:990px;				/* width of whole page */
		overflow:hidden;
	}
		/* This chops off any overhanging divs */
	/* holy grail 3 column settings */
	.holygrail {
	    background:#eee;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-330px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:660px;         	/* Left column width + right column width */
        background:#eee;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:330px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 345px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:300px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:300px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
	margin: 0 auto;
        width:990px;
	text-align: center;
	clear:both;
	border-top:1px solid #000;
	background:#fff;
	}

	/* float:left;
	margin: 0 auto;
        width:990px;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }*/
.consuming-nav
{
width:100%;

}
.producing-nav
{
width:100%;
clear:all;

}
.description
{
float:right;
clear:all;
}
#head-title
{
float:left;
}
body {
/*font-family: arial;*/
font-family: Georgia,Baskerville,'Liberation Sans',serif;
font-size: 10pt;
}
#header-right ul {
padding-bottom:0;
margin-bottom:8px;
}
#logo {
font-family: "Arial Narrow", arial;
font-size: 30pt;
}
#tag {
font-family: arial;
font-size: 12pt;
}
/*li {
display: inline;
list-style-type: none;
}*/
#header a {
text-decoration:none;
color: #000;
}
#header_wrapper { 
	width:100%;

	margin:0;
	padding:0;
}
#header {
	width:990px;
	height:70px;
	margin:0 auto;
	padding:0;
  border-bottom:1px solid #000;
  position:relative;
}

#header-left { 
	position:absolute;
	bottom:2px;
	left:20px;
}

#small-nav { 
	padding:10px 18px 0 0;
	width:475px;
	float: right;
	text-align: right;
}
#small-nav a, #small-nav input, #small-nav form, #small-nav ul li {
	display:inline;
}
#header-right { 
	text-align: right; 
	position:absolute;
	bottom:0;
	right:20px;
}

#header-right li {
  margin-left: 8px;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#intro { 
	width:990px;
	margin:0 auto;
	padding:32px 0 40px 0;
	border-bottom:1px solid #000;
	font-family:Georgia,Times,serif;
	font-size: 44px;
	line-height: 1.4em;
	text-align:center;
}
#introred {
color: #cc0000;
}
#search a {
text-decoration:none;
color: #cc0000;
}
.proj {
width:80px;
height:80px;
background-image: url('http://mitchmclachlan.com/images/intro-proj.jpg');
clear:none;
#display:inline;
border:1px solid #000;
}
/*ul {
height:75px;
}*/
.intro_cat {
margin:0 auto;
}
.intro_cat ul {
display:inline;
}
.intro_cat li {
display:inline;
list-style-type: none;
float: left;
padding-right:10px;
margin:0;
}
.intro_cat a {
display:block;
width:75px;
height:53px;
background-repeat: no-repeat;
background-image: url(/images/intro-proj.jpg);
text-align:center;
padding:20px 0 0 0;
font-size:21px;
color:#fff;
font-weight:bold;
#border: 1px solid #000;
text-decoration:none;
}