@charset "utf-8";
/* CSS Document */

body				{
					font: 100% "Courier New", Courier, monospace;
					margin:0;padding:0;
					color: #888;
					background:#FFF;
					}
p					{
					margin:8px 25px 5px 45px;
					line-height:16px;
					font-size:14px;
					text-align:left;
					}
p.small				{
					margin:8px 20px 3px 45px;
					line-height:14px;
					font-size:12px;
					text-align:left;
					}
p.bread				{
					margin:-13px 0 0 5px;
					font-size: 11px;
					}

h1					{
					margin:15px 20px 10px 30px;
					text-align:left;
					color:#000;
					}
h2					{
					margin:15px 30px 10px 35px;
					text-align:left;
					color:#333;
					}
h3					{
					margin:15px 30px 10px 40px;
					text-align:left;
					color:#666;
					}
a:link				{text-decoration:none;color:#000;display:block;}
a:visited			{text-decoration:none;color:#333;}
a:hover				{text-decoration:none;color:#CCC;}
a:active			{text-decoration:none;color:#CCC;}

#container			{
					width:850px;
					margin:0 auto;padding:0;
					}
#header				{
					width:690px; height:120px;
					margin:0 0 0 160px;padding:0;
					border-bottom:#999 solid 1px;
					border-left:#333 solid 1px;
					background-image: url('../images/spider-friendly-logo.jpg');
					background-repeat: no-repeat;
					}
#header h3			{float:right;margin: 104px 0 0 0;}
#nav				{
					float:left;
					width: 140px;
					height: 720px;
					margin:-126px 0 0 20px;padding:170px 0 200px 0;
					background-image: url('../images/nav-bg.jpg');
					background-repeat: repeat-y;
					border-right:#999 solid 1px;
					}
#nav p.first				{
					margin: -12px 5px 0 5px;
					line-height: 18px;
					text-align: right;
					color: #666;
					}
#nav p				{
					margin: 60px 5px 0 5px;
					line-height: 18px;
					text-align: right;
					color: #666;
					}
#nav p.description	{
					margin: -2px 5px 0 5px;
					line-height: 18px;
					text-align: right;
					color: #555;
					font-size: 11px;
					}
#content			{
					float:right;
					width:688px;
					margin:0 -1px 0 0;padding:15px 0 20px 0;
					}
#content p			{text-align: left;}
#content a:link		{display:inline;}
.portfolio			{
					width: 500px;
					margin: 25px auto 15px auto;
					padding: 10px 20px 20px 20px;
					text-align: center;
					background: #EEE;
					color: #111;
					}
#footer				{
					float: right;
					width:690px;
					height:120px;
					margin:-141px 0 0 -10px;padding:0;
					border-top: #999 solid 1px;
					}
#footer p,h4    	{text-align: center;}
#footer p.small		{text-align:center; font-size:12px; color:#000;}
.clearAll 			{
					clear: both;
					height: 0;
    				font-size: 1px;
   					line-height: 0px;
					}


