@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

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,
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;
}
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;
}

/* BEGIN THIEL DESIGN CSS by ryan glasgow */

body { 
	background: #FFF; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-color:#000;
}

#container {
	background:#FFF;
	padding:20px;
	width:650px;
	margin:40px;
	text-align:left;
}


#content {
	line-height:1.5em;
	font-size:14px;
	margin-top:40px;
	clear:both;
	letter-spacing:0px;
}

#content p {
	margin-top:20px;
}

#navigation {
	height:20px;
	clear:both;
	margin-top:20px;
	line-height:2em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

#navigation .span {
text-decoration:underline; }

#navigation a {
	color:#000;
	text-decoration:none;
}

#navigation a:hover {
	color:#000;
	text-decoration:none;
}

#navigation a:visited {
	color:#000;
	text-decoration:none;
}
#footer {
	line-height:1.4em;
	margin-top:50px;
}

#footer a {
	color:#000;
	text-decoration:none;
}