	/*		CSS by Chris Duren @ Invisible-Ink.com	Increase your visibility with Invisible Ink (TM)	*/html { 	min-width: 860px;	 }body	{	background: #ede4cf url(img/bg.png) top left repeat-x;	font: 12px/1.3 arial, helvetica, verdana, sans-serif;	color: #222;	margin: 0 0 15px 0;	}		/*	Typography	*/	p	{	margin: 0;	padding: 0 0 12px 0;	}em	{	color: #396;	}hr	{	height: 1px;	margin: 15px 0;	border: 1px dotted #930;	background-color: transparent;	}	strong	{	color: #000;	}		h1	{	text-indent: -9999px;	display: block;		width: 860px;	height: 87px;	background: transparent url(img/steveweise.png) top left no-repeat;	margin: 0 auto;	padding: 0;	border: 0;	}	h2	{	font-family: georgia, times, serif;	font-size: 19px;	color: #633;	margin: 0 0 10px 0;	font-weight: normal;	}h4	{	font-size: 14px;	font-weight: bold;	color: #063;	margin: 0 0 10px 0;	}ul	{	margin-bottom: 14px;	margin-top: 0;	}		/*   Basic Layout Divisions	*/	#wrapper	{	background: transparent url(img/shell.png) top left repeat-y;	width: 860px;	margin: 0 auto;	padding: 0;	text-align: left;	}	#nav 	{	background: transparent;	width: 135px;	float: left;	margin: 0;	padding: 0;	}#content 	{	background: transparent url(img/bg-content.png) top right no-repeat;	width: 630px;	float: left;	margin: 0;	padding: 25px 70px 20px 25px;	}#footer	{	clear: both;	background: transparent;	width: 840px;	margin: 0;	padding: 30px 20px 0 0;	text-align: center;	color: #999;	}	#ink	{	background: transparent url(img/footer.png) top left no-repeat;	width: 820px;	height: 50px;	margin: 0 auto;	padding: 30px 40px 0 0;	text-align: right;	color: #d2c6aa;	font-size: 11px;	}		#ink a	{	color: #d2c6aa;	}			/*	Main Navigation	*/	#globalnav	{	width: 135px;	height: 163px;	margin: 0 ;	padding: 0;	border: 0;	background: transparent;	}#globalnav #menu	{	width: 135px;	height: 163px;	background: transparent url(img/menu.png) top left no-repeat;	margin: 0;	padding: 0;	position: relative;	}#globalnav #menu li {	margin: 0;	padding: 0;	list-style: none;	position: absolute;	left: 0;	}	#menu li, #menu a {	display: block;	height: 50px;	}	#globalnav #menu li a {	text-indent: -9999px;	text-decoration: none;	}	#services	{left: 0; width: 135px; top: 0;}#projects	{left: 0; width: 135px; top: 50px;}#contact	{left: 0; width: 135px; top: 100px;}	#services a:hover	{background: transparent url(img/menu.png) 0 -163px no-repeat;}#projects a:hover	{background: transparent url(img/menu.png) 0 -213px no-repeat;}#contact a:hover	{background: transparent url(img/menu.png) 0 -263px no-repeat; height: 63px;}	/*   Links 	*/a:link	{	color: #000;	font-weight: bold;	}	a:visited	{	color: #222;	font-weight: bold;	}	a:hover	{	color: #063;	font-weight: bold;	}	/*   Admin Styles	*/	#selectomatic	{	background: #000;	padding: 6px 20px;	color: #fff;	border-bottom: 1px solid #fff;	}	#selectomatic a	{	color: #fff;	}