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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1 } 
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0 }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM */

body {
	background: #0055A5 url(../img/background-repeat.jpg) top center repeat-y
}

ul.inline li {
	float: left;
}

#container {
	background: url(../img/top.jpg) top center no-repeat;
	width: 939px;
	margin: 0 auto
}

	#banner {
		width: 817px;
		height: 167px;
		padding-top: 42px;
		margin: 0 auto;
	}
	
	#navigation {
		width: 817px;
		height: 42px;
		margin: 10px auto
	}
	#main.index {
		background: url(../img/main-background.jpg) no-repeat;
		height: 445px;
		width: 814px;
		margin: 10px auto;
		position: relative;
	}
		#splash {
			position: absolute;
			top: 11px;
			left: 10px
		}
		#buttons {
			position: absolute;
			top: 336px;
			left: 12px
		}
			#buttons ul li {
				margin-right: 10px
			}
	#main.page {
		width: 814px;
		margin: 10px auto
	}
		
		#content {
			font: 14px Arial, Helvetica, sans-serif;
			color: #000;
			width: 528px;
			float: left
		}
			#content p {
				margin-bottom: 1em;
				line-height: 125%;
			}
			#content ul, #content li {
				padding-left: 30px
			}
			#content ul { list-style: disc }
			#content h2 {
				font-size: 2em;
				margin-bottom: .5em
			}
			#content h3 {
				font-size: 1.5em;
				margin-bottom: .5em
			}
		
		.page #sidebar {
			float: right;
			background: #0055A5 url(../img/sidebar-background.jpg);
			width: 275px;
			height: 444px;
			margin-bottom: 10px;
			position: relative
		}
		.index #twitter {
			position: absolute;
			top: 15px;
			left: 551px;
			width: 252px;
			color: #FFF;
			font: 14px Arial, Helvetica, sans-serif
		}
		.page #twitter {
			position: absolute;
			top: 14px;
			left: 12px;
			width: 252px;
			color: #FFF;
			font: 14px Arial, Helvetica, sans-serif
		}
			.index #twitter-link {
				position: absolute;
				top: 138px;
				left: 539px
			}
			.page #twitter-link {
				position: absolute;
				top: 138px;
				left: 0
			}
			#twitter a { color: #FFF }
			#twitter p.date {
				text-align: right;
				margin-top: 1em
			}
		.index #facebook {
			position: absolute;
			top: 173px;
			left: 551px
		}
		.page #facebook {
			position: absolute;
			top: 173px;
			left: 13px
		}
	#footer {
		width: 813px;
		margin: 10px auto
	}