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: #ddd;
	background: #bbff85 url(img/web.gif) no-repeat top left;
	font-family: Verdana, Corbel, "Bitstream Vera Sans", 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: #6CBA55;
}
a:hover {
	text-decoration: underline;
	color: #7DD259;
}

li, p {
	line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	color: #97CB56;
}

#container {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #abbd9d;
	background: #333;
}

#header {
	text-align: center;
	padding: 10px;
}
#header h1 {
	text-transform: uppercase;
	font-size: 3em;
	color: #9EE446;
}
#header h2 {
	font-size: 1.4em;
}

#navigation {
	border-top: 1px dotted #abbd9d;
	border-bottom: 1px dotted #abbd9d;
	background: #383838;
	padding: 10px;
}
#navigation ul {
	text-align: center;
}
#navigation li {
	display: inline;
	margin: 0 .7em;
	line-height: 1.8em;
}
#navigation li a {
	color: #ccc;
	font-family: "Trebuchet MS", Trebuchet, Candara, sans-serif;
	font-size: 1.2em;
}
#navigation li a:hover {
	text-decoration: none;
	color: #BDE68B;
}

#content {
	font-size: .8em;
	padding: 10px;
}
#content ul {
	margin: 1em 0;
}
#content #submenu {
	color: #666;
}
#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 p {
	margin: 1em 0;
}
#content h3 {
	margin: .5em 0 -.25em 0;
	font-size: 1.5em;
}
#content h4 {
	margin: 1.5em 0 -.25em 0;
	font-size: 1.1em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#copyright {
	text-transform: uppercase;
	text-align: center;
	font-size: .6em;
	letter-spacing: .1em;
	border-top: 1px dotted #555;
	padding: 10px 0;
	color: #aaa;
}
