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: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #666666;
	font-family: Helvetica, Calibri, Arial, 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 {
	color: #000;
	background: #ccc;
	text-decoration: none;
}
a:hover {
	background: #CCA9A9;
}

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

#containerboxbox {
	margin: 0 auto;
	width: 600px;
}

#containerbox {
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	background-image: url(img/shadowbox.gif);
	float: left;
	border-bottom: 20px solid #666;
	border-top: 20px solid #666;
}

#container {
	display: block;
	position: relative;
	border: 1px solid;
	border-left-color: #aaa;
	border-top-color: #aaa;
	border-right-color: #444;
	border-bottom-color: #444;
	margin: -5px 5px 5px -5px;
	background-color: #eee;
	font-size: .8em;
}

#header {
	padding: 40px 20px 20px 20px;
	background: url(img/bg.gif);
}
#header h1 {
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	text-transform: uppercase;
	color: #eee;
	letter-spacing: .15em;
}

#navigation {
	width: 135px;
	float: left;
	padding: 15px 0 15px 20px;
}
#navigation li {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
#navigation li.first {
	margin-top: 0;
	border-top: 0;
}
#navigation li a {
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	color: #720C17;
	font-size: 1.2em;
	background: transparent;
}
#navigation li a:hover {
	color: #9D1020;
	text-decoration: none;
}

#content {
	padding: 20px 15px 15px 15px;
	margin-left: 160px;
	color: #333;
}
#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-weight: bold;
	font-size: 1.6em;
}
#content h5 {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.2em;
	color: #444;
}
#content h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: -.25em;
	line-height: 1.2em;
}