* { padding: 0; margin: 0; border: 0; }
html { background: #eee; }
body, html { height: 100%; }
body { min-width: 1240px; /* Don't work in IE */ }

	#everything { min-height: 100%; width: 800px; margin: 0 auto; background: #fff url(silverdew.jpg) top left no-repeat; box-shadow: 0px 0px 10px -5px black; } 
 * html #everything { height: 100%; } /*** IE: height = min-height  ***/

#header { padding: 0px; height: 200px; } /* 260px */
#footer { height: 100px; text-align: center; width: 800px; margin: -100px auto 0 auto; /*margin: -100px 0 0 0; padding: 0 0 0 75px;*/ }
#footer p { clear: both; padding: 0 0 20px 0; } 

#content { position: relative; /*margin: 0 auto;*/ padding: 50px 75px 150px 75px; /*width: 960px;*/ } 
#right { position: relative; float: right; width: 250px; margin-right: -250px; }
#left { position: relative; float: left; width: 250px; }

nav { position: absolute; top: 170px; left: 350px; }
nav ul {  }
nav ul li { font-size: 16px; padding: 0 10px; }

.clear { clear: both; }
                                                    
/************************** FOOTER (set overflow to hidden) **************************/
