/* css reset - makes the layout looking good in all browsers */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	background-image: url(../elements/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
h1 {
	background-image: url(../elements/line.png);
	background-repeat: no-repeat;
	color: #FFDA59;
	font-family: 'Coda Caption', sans-serif;
	font-size: 2.7em;
	line-height: 1em;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 5px 5px 5px #000;
	text-transform: uppercase;
	width: 360px;
}
@media only screen and (max-width: 360px) { /* 360 wide and smaller */
	h1 {
		background-image: none;
		color: #FFDA59;
		font-family: 'Coda Caption', sans-serif;
		font-size: 2em;
		line-height: .8em;
		margin: 0 auto;
		padding: 10px 0;
		text-shadow: 5px 5px 5px #000;
		text-transform: uppercase;
		width: auto;
	}
}
.sub {
	font-size: .8em;
}
h2 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 auto;
	width: 500px;
}
@media only screen and (max-width: 580px) { /* 580 wide and smaller */
	h2 {
		font-size: 2em;
		text-transform: uppercase;
		margin: 0 auto;
		width: auto;
	}
}
h3 {
	color: #FFF;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}
h4 {
	color: #FFD63F;
	font-size: 1.3em;
	text-transform: capitalize;
}
h5 {
	color: #FFD63F;
	font-size: 1.1em;
	text-transform: capitalize;
}
h6 {
	color: #FFF;
	font-size: 1.1em;
	text-transform: capitalize;
}
#navigation li {
	background-color: #F90;
	border: 2px #FC0 outset;
	border-radius: 10px;
	display: inline-block;
	margin: 6px;
	padding: 3px 8px;
}
#navigation li:hover {
	background-color: #FC3;
}
#navigation ul {
	background: #000;
	margin: 0 0 10px 0;
}
#navigation a {
	color: #000;
	text-decoration: none;
}
li {
	list-style-type: none;	
}
#header {
	background-image: url(../elements/seal.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	width: 560px;
}
@media only screen and (max-width: 560px) { /* 560 wide and smaller */
	#header {
		background-image: none;
		height: auto;
		margin: 0 auto;
		padding: 0 0 40px 0;
		text-align: center;
		width: auto;
	}
}
#header p {
	color: #FFD63F;
}
#content {
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#content p {
	margin-bottom: 20px;
}
#center {
	margin-bottom: 40px;
}
.section {
	float: left;
	padding: 0 0 30px 0;
	width: 50%;
}
@media only screen and (max-width: 800px) { /* 800 wide and smaller */
	.section {
		clear: both;
		float: none;
		padding: 0 0 30px 0;
		width: 100%;
	}
}
.footer {
	font-size: .9em;
	padding: 20px;
}