	body {
		margin:10px 10px 0px 10px;
		background:#eee;
		}

	a:link { text-decoration: underline; color: #008080 }
	a:visited { text-decoration: underline; color: #684628 }
	a:active { text-decoration: none;  color: #36AEC6 }
	a:hover { text-decoration: none; color: #0000C0 }

	
	#main {
		width:750px;
		border:1px solid #000;
		background:#000040;
		}

	#main p { font-family: "verdana", "sans serif"; font-size:14px; color:#fff}

/* 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. */

	#main #menu {
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		float:right;
		width:130px;
		background:#eee;
		margin:0px 0px 10px 10px;
		padding:0px 0px 10px 0px;
		}
		
	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	h2 {
		font-size:10px;
		}

	h3 {
		font-size:8px;
		}
	
	#menu p { font-size:10px}

	#menu img { border-width:1px; border-color: #000080}

	#content {
		border:1px solid #000;
		background:#FFFF80;
		margin:10px 20px 10px 20px;
		padding:10px 10px 10px 0px;
		}

	#content p { font-family: "verdana", "sans serif"; font-size:14px; color:#000; text-align: center; }

	#content hr { color:#000080; width:50%}

	#design {
		border-left:1px solid #000;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		background:#eee;	
		margin: 20px 30px 10px 30px;
		padding:10px 10px 5px 5px;
		}

	#design p { font-family: "verdana", "sans serif"; font-size:14px; color:#000; text-align: left}

	#client {
		border-left:1px solid #000;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		width:500px;
		background:#eee;
		margin:20px 60px 10px 50px;
		padding:10px 10px 10px 10px;
		}

	#client p { font-family: "verdana", "sans serif"; font-size:12px; color:#000; text-align: center}

