html, body, div, spa	n, 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: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #222D2D;
	color: #C8EBEB;
	font: 76%/140% Verdana,Arial,Helvetica,sans-serif;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
hr.c {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}

a:link,a:visited {
	text-decoration: none;
	color: #DD5343;
}
a:hover {
	text-decoration: underline;
}

li, p {
	line-height: 1.6em;
}
p {
	margin: 1.5em 0;
}

#container {
	width: 700px;
	margin: 20px auto;
	background: #293636;
}
#left {
	float: left;
	width: 300px;
}
#header #logo {
	position: relative;
	padding: 300px 0 0 0;
	overflow: hidden;
	background: transparent url(img/runaways-sue-scheff.jpg) no-repeat;
	height: 0px !important;
	height /**/:300px;
}

#navigation li {
	line-height: 1.3em;
}
#navigation li a {
	display: block;
	background: #DD5343;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid #C8EBEB;
	letter-spacing: .2em;
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
}
#navigation li a:hover {
	text-decoration: none;
	background: #428DB5;
}
#navigation li a.last {
	border-bottom: 1px solid #C8ebeb;
}

#content {
	margin-left: 300px;
	padding: 15px;
	border-left: 1px solid #C8EBEB;
	background: #2F3E3E;
}
#content ul {
	margin: 1em 0;
}
#content ul ul {
	margin: 0 5%;
}
#content li {
	margin: .5em 0 .5em 1.5em;
	list-style-type: disc;
}
#content ul ul li {
	list-style-type: circle;
}
#content h3 {
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	color: #D9FFFF;
	margin-top: .25em;
	line-height: 1.2em;
}
#content h4 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top: .25em;
}

#copyright {
	border-top: 1px solid #C8EBEB;
	padding: 20px 0;
	text-align: center;
	color: #7F9898;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: .8em;
	background: #405555 url(img/bottom.gif) no-repeat bottom;
}