	body {
		max-width:981px;
		margin:0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	}

/* Inside the content div - should just be the bulk 
    content of the page. */
    #content li { font-weight: bold; }
    #content p { font-weight: normal; }
    img { border: 0px; }
	#content 
	{
	    margin:10px 0px 20px 20px;

	}

	#main {
		background:#fff;
		}
/* END CONTENT DIV */

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#menuleft {
		float: left;
		width:250px;
		background:#ddd;
		margin: 15px 0px 15px 15px;
		padding: 10px 5px 10px 5px;
		}
	
	div.rightbox {
		border:1px solid #000; 
		float:right;
		position: relative;
		background:#eee;
		margin: 10px 0px 10px 10px;
		padding: 0px;
	}
	
	div.leftbox {
		border:1px solid #000; 
		float: left;
		position: relative;
		background:#eee;
		margin: 10px 10px 10px 0px;
		padding: 0px;
	}
	
	div.photobox 
	{
	    float: left;
	    position: relative;
	    background: #000;
	    margin: 10px 10px 10px 0px;
        border: 1px solid #000;
	}
	
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }

    .clearfix {display: inline-block;}

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
		    
	p,h1,pre {
		margin:10px 10px 10px 10px;
		}
		
	h1 
	{
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:14px;
		padding-top:0px;
	}
	
	#menuleft p { font-size:10px}

	#banner {
		padding:0px 0px 0px 0px;
		margin: 0px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:79px;
		width:auto;
		}
	html>body #banner {
		height:79px;
		}
	#banner h1 {
		font-size:14px;
		margin:0px;
	}
		/* NEW */
	
	#leftcontent {
		position: relative;
		float: left;
		left:0px;
		width:280px;
		background:#fff;
		border:0px solid #000;
	}

    #contentframe
    {
        left:0px;

        background:#fff;
		border:0px solid #000;
		padding: 0px 0px 10px 0px;
    }
    
	#centercontent 
	{
	    padding: 10px;
		background:#fff;
   		margin-left: 280px;
		border:0px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 280px;
   		margin-right: 0px;
		}
		
	html>body #centercontent {
   		margin-left: 280px;
   		margin-right: 0px;
		}

    /* This tag affects the bar that contains the list for
        the dropdowns. */
	#navbar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		width:960px;
		font-size:12px;
		padding: 5px 10px 1px 10px;
		margin: 0px 0px 0px 0px;
		background:#3462dc;
		height:20px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:19px;
		}
    /* IE5PC fix? */
	html>body #navbar {
		height:19px;
		}
	
	#nav a:visited { color: #FFFFFF; text-decoration: none;}
	#nav a:link { color: #FFFFFF; text-decoration: none;}
	#nav a:hover { color: #000000; text-decoration: none;}
	
	.calendar a:visited { color: #FFFFFF; text-decoration: none; font-weight:bold;}
	.calendar a:link { color: #FFFFFF; text-decoration: none; font-weight:bold;}
	.calendar a:hover { color: #000000; text-decoration: none; font-weight:bold;}
	
	#leftlist a:visited { color: #3462dc; font-weight: bold; text-decoration: none;}
	#leftlist a:link { color: #3462dc; font-weight: bold; text-decoration: none;}
	#leftlist a:hover { color: #FF6600; font-weight: bold; text-decoration: none;}
	
	/* FOOTER */

	#footer {
	    color: white;
	    background-color: black;
	}
	#footer p {
	    font-size: 0.8em;
	    
	    margin: 0;
	    padding: 15px;
	}

	/* END FOOTER */
    
	#nav, #nav ul 
	{
	    width: 981px;
		padding: 0px 0px 0px 3px;
		margin: 0;
		list-style: none;
		z-index: 20;
	}
	
	#nav a 
	{
		display: block;
		/*width: 120px;*/
	}
	
	#nav li 
	{
	    padding:  0px 5px 0px 5px;
		float: left;
		/*width: 120px;*/
	}
	
	/* This tag affects the menu popup */
	#nav li ul 
	{
	    border: solid 1px #000;
		position: absolute;
		width: 200px;
		left: -999em;
		background: #FF6600;
		padding: 0px 0px 2px 3px;

	}
	
	#nav li ul li
	{
	    padding: 3px 0px 3px 0px;
	    width: 195px;
	    
	}
	
	#nav li:hover ul {
		left: auto;
	    top: auto;
	    margin: 2px 0px 0px -1px;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		top: auto;
		margin: 0px 0px 0px -1px;
	}
	
	div.spacer 
	{
	    clear: both;
	}
