﻿/* AUTHOR: Matt Evans - infernalstudios.com */
/* CREATED: 17/10/2008 */
/* LAST UPDATED: 26/10/2008 */

/* PRINTER FRIENDLY CSS */

/* PAGE SETUP */
body { background: white; color: black;}
a {color: blue; text-decoration: underline;}
html {height: 100%; overflow: scroll}
body {height: 100%;}

/* STRUCTURE */

#pagewrap {	min-height: 0; height: auto; background: none;}

	#header h1 a {display:block; background: none; font-size: 2em; height: 50px; text-indent: 0; margin: 0; padding: 0;}
	
	ul#nav { background: none; position: static; list-style: none inside;}
	
		ul#nav li {display: inline}
	
			ul#nav li a{display: inherit; text-indent: 0; position: absolute; background: none;}
			
	#main div { margin-bottom: 0; padding-bottom: 0;}
		
		#backer {width: 940px; margin: 0 auto; padding-bottom: 0; background: none;}
		
	#leftcontent {border: thin black solid;	background: none;}	
	
	#rightcontent { border: thin black solid; background: none;}	
		
	.singlecontent { border: thin black solid; background: none;}
	
	ul.services {list-style: disc outside; margin: 0 10px 20px 15px; text-align: justify;}
	
	#bottom {border: thin black solid; background: none;}
	
		h2#recent {background: none; text-indent: 0; margin-left: 380px;}	
		h2#welcome {background: none; text-indent: 0; margin-left: 0;}	
		h2#web {background: none; text-indent: 0; margin-left: 0;}
		h2#new {background: none; text-indent: 0; margin-left: 0;}	
		h2#graphic {background: none; text-indent: 0; margin-left: 0;}	
		h2#contact {background: none; text-indent: 0; margin-left: 0;}	
		h2#portfolio {background: none; text-indent: 0; margin-left: 0;}	
		h2#about {background: none; text-indent: 0; margin-left: 0;}
	
	#footer {background: none;}
	
		#footwrap {background: none;}
	






