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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html,body{
	background:#ffffff;
	color:#000000;
	font-family:"century gothic",helvetica,arial,sans-serif;
	font-size:12.5px;
	font-style:italic;
	height:100%;
	line-height:130%;
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
	}

p
	{
	margin:1em 0;
	}
	
a
	{
	color:#000000;
	display:inline-block;
	padding:0 5px;
	text-decoration:none;
	}
	
a:hover
	{
	color:#f80000;
	}


#container
	{
	margin:0 auto;
	width:850px;
	}

#header
	{
	border-bottom:solid 12px #f80000;
	padding:20px 0 14px 3px;
	}

#header h1
	{
	background:url('logo.gif') no-repeat;
	font-size:90px;
	line-height:90px;
	margin:0;
	text-indent:-9999px;
	}

#content-container
	{
	float: left;
	width: 850px;
	}

#content
	{
	float:left;
	display:inline;
	float:left;
	margin:0;
	padding:30px 0;
	width:510px;
	}

#content h2
	{
	font-size:24px;
	line-height:36px;
	}

#navigation
	{
	display:inline;
	float:right;
	font-size:24px;
	line-height:36px;
	margin:0 20px 0 0;
	padding:30px 0;
	width:190px;
	}

#navigation ul
	{
	margin:0;
	padding:0 0 30px;
	}

ul#subNav li
	{
	font-size:18px;
	line-height:30px;
	}

#footer
	{
	border-top:solid 12px #000000;
	float:left;
	height:1%;
	padding:14px 0 30px;
	width:850px;
	}
