/* ---------------------------------------------------------------------------------------------- */
/* Reset ---------------------------------------------------------------------------------------- */	
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	background:transparent;	}
ol, ul {	list-style: none;	}
table {	border-collapse: collapse;	border-spacing: 0;	}
table[align="left"] {	clear:both;	float:none;	}								/* tables still need 'cellspacing="0"' in the markup */
a:active, a:focus {	outline:none;	}											/*tables with align="left" apply float, this fixes it */
*:focus {	outline:none;	}													/* removes link dotted line */
blockquote:before, blockquote:after, q:before, q:after {	content: "";	}	/*remove webkit focus outline - comment out to apply*/	
blockquote, q {	quotes: "" "";	}
blockquote {	margin:30px 20px;	color:#666;	font-style:italic;	}
button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="file"]:hover {	cursor:pointer;	}
a img, img, fieldset {	border: 0;	}
/* Typography ----------------------------------------------------------------------------------- */	
em, dfn {	font-style: italic;	}
dfn, label, legend, strong, dl dt {	font-weight: bold;	}
dl, address {	margin: 0 0 1.5em 0;	}
dd {			margin-left: 1.5em;	}
sup, sub {		line-height: 0;	}
sup {			font-size:smaller;	line-height:normal;	vertical-align:super;	}
sub {			font-size:smaller;	line-height:normal;	vertical-align:sub;	}
address {		font-style: italic;	}
del {			color:#666;	}
pre {			margin: 1.5em 0;	white-space: pre;	}
pre, code, tt {	font: 1.2em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;;	line-height: 1.5;	}
ins {			text-decoration: none;	}	/* remember to highlight inserts somehow! */
del {			text-decoration: line-through;	}
thead th {		background:none repeat scroll 0 0 #C3D9FF;	}
th, td, caption {	padding:4px 10px 4px 5px;	}
th {			font-weight:bold;	}
tfoot {			font-style:italic;	}
abbr, acronym {	border-bottom:1px dotted #666;	cursor:help;	}
fieldset {		padding:.1px;	margin: 0 0 1.5em 0;	border: 1px solid #ccc;	}
caption {		text-align: left;	background:#eee;	}
em {			font-style:oblique;	}
a {				color:#0033CC;	text-decoration:underline;	}
a:focus, a:hover {	color:#000;	}
body {			font: 62.5% "Lucida Grande", Arial, sans-serif;	color:#333333;	}
/* Headings --------------------------------------------------------------------------------------*/	
h1 {	font-size: 1.8em;	}
h2 {	font-size: 1.6em;	}
h3 {	font-size: 1.4em;	}
h4 {	font-size: 1.2em;	}
h5 {	font-size: 1.2em;	}
h6 {	font-size: 1.2em;	}
/* Spacing ---------------------------------------------------------------------------------------*/	
ol {	list-style: decimal;	}
ul {	list-style: disc;	}
ul ul {	list-style: square;	}
li {	margin-bottom: 1em;	margin-left: 30px;	}
p, dl, hr, ol, ul, pre, table, address, fieldset {	margin-bottom: 1.7em;	}
h1, h2, h3, h4, h5, h6 {	margin-bottom: 1em;	}
hr {	border:0px #ccc solid;	border-top-width: 1px;	clear: both;	height: 0;	}

/* ---------------------------------------------------------------------------------------------- */
/* General Styles ------------------------------------------------------------------------------- */
#placeholder {	background:url(../img/SKOOG_placeholder.gif) top left no-repeat;	height:130px;	margin:180px auto 0 auto;	position:relative;	width:260px;	}
	#contact {	bottom:0px;	display:block;	height:30px;	left:55px;	position:absolute;	width:150px;	}