body { padding: 20px 0; }

#wrap {
	margin: 0 auto;
	width: 770px;
	}

#nav { width: 770px; }

#main-body { width: 560px; }

#sidebar {
	width: 200px;
	}

#theme a img#theme-fluid { background: #cce181; }
#theme a img#theme-fixed { background: #fff; }
#theme a:hover img#theme-fluid { background: #fff; }

/* stuff for poor old IE */

#wrap {
	width: 772px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 770px;
	}
html>body #wrap { /* be nice to Opera */
	width: 770px;
	}
