<style type="text/css">{  }
body {
	 background-color: #eeeeee;
	 }
#main {
		border-left:1px dotted #a7a7a7; 
		border-bottom:1px dotted #a7a7a7;
		border-top:1px dotted #a7a7a7;
		border-right:1px dotted #a7a7a7;
		width:600px;
		height: 10px;
		background: #dde4e8;
		font-family: arial, tahoma, verdana;
		font-size: 11px;
		color: #000;
		margin:0px 0px 0px 10px;
		width: 40%;
		padding: 10px;
		}

#menu {
		border-left:1px dotted #a7a7a7; 
		border-top:1px dotted #a7a7a7;
		border-right:1px dotted #a7a7a7;
		width:600px;
		height: 20px;
		background: #ddd;
		margin:0px 0px 0px 10px;
		font-family: arial, tahoma, verdana;
		font-variant: small-caps;
		font-size: 13px;
		color: #777;
		width: 40%;
		}
		
#nav {
		border-top:1px dotted #a7a7a7;
		border-left:1px dotted #a7a7a7;
		border-right:1px dotted #a7a7a7;
		width:600px;
		background: #e6e6e6;
		margin:0px 0px 0px 10px;
		font-family: arial, tahoma, verdana;
		font-size: 10px;
		color: #777;
		width: 40%;
		}
#credits {
		border-left:1px dotted #a7a7a7; 
		border-bottom:1px dotted #a7a7a7;
		border-right:1px dotted #a7a7a7;
		width:600px;
		background: #ddd;
		margin:0px 0px 0px 10px;
		font-family: arial, tahoma, verdana;
		font-size: 9px;
		color: #777;
		width: 40%;
		}
A:link {color: #777; text-decoration: none; }
A:visited {color: #999; text-decoration: none;}
A:active {color: #888; text-decoration: none;}
A:hover {color: #000; text-decoration: underline;}			
-->
</style>