/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*  start styles */
body {
	background:url(/i/emf_pattern.gif) #666;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.25em;
	color:#fff;
	text-align:center;
	}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	}
ul {
	list-style:none;
	}
li { 
	height: 596px;
	}
		
/* containers */
#container	{
	background: #ffffff;
	border: 1px solid #999;
	margin: 40px auto;
	padding: 1px;
	width: 950px;
	}
	
/* typography */
h1 {
	background: url(/i/main_hdr.gif) no-repeat;
	height: 129px;
	text-indent: -7000px;
	}
h2 {
	background: url(/i/grey_bar.gif) no-repeat;
	height: 35px;
	line-height: 1.7em;
	text-indent: 40px;
	text-transform: uppercase;
	}	
em {
	font-style: italic;
	}	
#portfolio p {	
	background: url(/i/blk_bar.png) #000000;
	color: #cccccc; 
	font-size: 90%;
	height: 35px;
	line-height: 2em;
	text-indent: 40px
	}	
#portfolio p strong {
	 color: #ffffff;
	text-transform: uppercase;
	}

			