/*sh2dotcom stylesheet*/


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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*My structure*/
body {
	background: #fff url('../images/background.gif') repeat;
}

#banner {
	text-align: center;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #000;
	background: #d8d8d8;
}
#banner p {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .7em;
	padding-top: 4px;
}
#container {
	width:920px;
	text-align: center;
	margin: 15px auto;
}
#header {
	background-color: #4b98ff;
	width: 900px;
	height: 25px;
	text-align: left;
	background: #036;
}

#header a#logo {
	position:relative;
	background:url('../images/sh2dotcom.gif') no-repeat;
	display:block;
	width:283px;
	height:25px;
	top:0px;
	left:0px;
	text-indent:-3000em;
}

#header a#tagline {
	position:relative;
	background:url('../images/workinprogress.gif') no-repeat;
	display:block;
	width:411px;
	height:25px;
	top:-25px;
	left:489px;
	text-indent:-3000em;
}

#content {
	width: 856px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	position: relative;
	clear: both;
	background: #fff;
	padding: 30px 20px;
	text-align: left;
}

#content h1 {
	font-family: 'Droid Serif', "Lucida Grande", Arial, Helvetica, Verdana;
	font-size: 2em;
	margin-bottom: 2em;
	line-height: 1.8;
}

#content p {
	font-family: 'Molengo', arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: .7em;
	line-height: 1.4;
}


#footer {
	clear: both;
	width: 896px;
	height: 20px;
	background: #036;
	text-align: right;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#footer p {
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding-top: 4px;
	padding-right: 10px;
}