	/*	CSS Design by Chris Duren	*/html { 	min-width: 936px;	 }body	{	background: #ccc url(img/bg.gif);	font: 12px/1.3 helvetica, arial, verdana, sans-serif;	color: #222;	margin: 0 0 15px 0;	}		/*	Typography	*/	p	{	margin: 0;	padding: 0 0 12px 0;	}em	{	color: #c00;	}hr	{	height: 1px;	margin: 15px 0;	border: 0;	color: #ccc;	background-color: #ccc;	}	strong	{	color: #000;	}		h1	{	text-indent: -9999px;	display: block;		width: 936px;	height: 50px;	background: transparent url(img/fire.png) bottom left no-repeat;	margin: 0 auto;	padding: 0;	border: 0;	}	h2	{	font-size: 16px;	color: #c00;	margin: 0 0 15px 0;	font-weight: bold;	text-transform: uppercase;	}h4	{	font-size: 14px;	font-weight: bold;	color: #000;	margin: 0 0 10px 0;	}ul	{	margin-bottom: 14px;	margin-top: 0;	}		/*   Basic Layout Divisions	*/	#wrapper	{	background: #fff url(img/shell.gif) top left repeat-y;	width: 936px;	margin: 0 auto;	padding: 0;	text-align: left;	}	#content 	{	background: transparent url(img/content.jpg) top left no-repeat;	width: 836px;	float: left;	margin: 0;	padding: 155px 50px 20px 50px;	}#footer	{	clear: both;	background: transparent url(img/footer.jpg) bottom left no-repeat;	width: 936px;	padding: 0 0 60px 0;	text-align: center;	}		/*	Main Navigation	*/	#globalnav	{	height: 74px;	width: 936px;	margin: 0 auto;	padding: 0;	border: 0;	background: transparent;	}#globalnav #menu	{	height: 74px;	width: 936px;	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;	top: 0;	}	#menu li, #menu a {	height: 74px;	display: block;	}	#globalnav #menu li a {	text-indent: -9999px;	text-decoration: none;	}	#home	{left: 396px; width: 75px;}#services	{left: 471px; width: 102px;}#projects	{left: 573px; width: 106px;}#about	{left: 679px; width: 110px;}#contact	{left: 789px; width: 121px;}#home a:hover {background: transparent url(img/menu.png) -396px -74px no-repeat;}#services a:hover {background: transparent url(img/menu.png) -471px -74px no-repeat;}#projects a:hover {background: transparent url(img/menu.png) -573px -74px no-repeat;}#about a:hover {background: transparent url(img/menu.png) -679px -74px no-repeat;}#contact a:hover {background: transparent url(img/menu.png) -789px -74px no-repeat;}	/*   Links 	*/a:link	{	color: #000;	font-weight: bold;	}	a:visited	{	color: #222;	font-weight: bold;	}	a:hover	{	color: #c00;	font-weight: bold;	}