@charset "UTF-8";
/* Main CSS for Peter Dobbins Site
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #999;
	background: #000;
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Menu
----------------------------------------------- */
	#header{position:absolute; top:0px; width:700px;}	
	#side-menu{ position:absolute; top:350px; left:30px; width:200px;}

	a:link		{color:#999999; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a:visited 	{color:#999999; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a:active  	{color:#ffffff; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a:hover   	{color:#ffffff; font-weight: bold; text-decoration:none; font-family:Verdana; }


	a.sidemenu:link		{color:#999999; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a.sidemenu:visited 	{color:#999999; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a.sidemenu:active  	{color:#999999; font-weight: bold; text-decoration:none; font-family:Verdana; }
	a.sidemenu:hover   	{color:#ffffff; font-weight: bold; text-decoration:none; font-family:Verdana; }


img{border:0;}
