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, font, img, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
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%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }
a img { border: none; }

::selection {
	color: #eee;
	background: #000;
	}
::-moz-selection {
	color: #eee;
	background: #000;
	}

/* ------------------------- */

body {
	font-size: 75%;
	line-height: 1.5;
	font-family: "Myriad Pro", Myriad,
		Verdana, Arial, sans-serif;
	color: #352c2c;
	xbackground-image: url(../brian/baseline.gif);
	background-color: #f0e2cb;
	margin: 4.5em;
	}

h1, h2, h3, a {
	font-family: 
		"MyriadPro-Black", "Myriad Pro", Myriad,
		Verdana, Arial, sans-serif;
	}

div#col1 {
	float: left;
	width: 48%;
	}
div#col2 {
	float: right;
	width: 48%;
	}

a:link, a:visited {
	color: #b46864;
	font-weight: 900;
	}
a:hover, a:active {
	color: #333;
	}

h1 {
	line-height: 1;
	font-size: 4.5em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.056em;
	margin: 0 0 .4em;
	color: #352c2c;
	background: url(zickswebventures.gif) 0 50% no-repeat;
	padding: .3em 0 .3em 110px;
	}

h2 {
	line-height: 1;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 1em;
	color: #352c2c;
	}
	
h3 {
	line-height: 1.5;
	font-size: 1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.028em;
	margin: 0 0 1.5em;
	color: #352c2c;
	}
	
ul {
	margin-left: 2em;
	}
	
p {
	margin: 0 0 1.5em;
	}

dl { }
	dt {
		margin: 0 0 1.5em;
		padding: .75em;
		text-transform: uppercase;
		letter-spacing: .167em;
		color: #f0e2cb;
		background: #b46864;
		}
	dd {
		margin: 0 0 1.5em;
		}
		dd a {
			margin: 0 .250em 0 0;
			}

blockquote {
	margin: 1.5em 0;
	padding: 1.5em;
	color: #f0e2cb;
	background: #352c2c;
	}
	blockquote p {
		margin: 0;
		}
	p.reference {
		text-align: center;
		}

p.author {
	text-align: right;
	}

p.img-wrapper {
	min-width: 144px;
	max-width: 430px;
	font-size: .833em;
	line-hight: 1.8;
	margin: 3.600em 0;
	}
	p.img-wrapper img {
		clear: both;
		width: 100%;
		}
