h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0;
	color: orange;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: white;
}

ul, ol {
	list-style-type: square;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

hr {
	border: 0;
	background: orange;
	width: 800px;
	margin: 0 auto;
}

hr.thick {
	height: 5px;
}

hr.med {
	height: 2px;
}

hr.thin {
	height: 1px;
}

p {
	font-family: sans-serif;
	margin: 0;
	line-height: 1.2;
}

#background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: white url('../images/bg2.jpg') no-repeat center center;
	background-size: cover;
	
	overflow: scroll;
	padding-top: 70px;
}


#header {
	width: 100%;
	height: 50px;
	margin-top: -70px;
	background: rgba(255,165,0,0.9);	
	position: fixed;
	text-align: center;
}

#header_content {
	width: 800px;
	height: 40px;
	padding-top: 10px;
	margin: 0 auto;
}

.container {
	max-width: 760px;
	padding: 0 20px 20px;
	color: white;
	margin: 20px auto;
}

table#index_grid {
	margin: 0 auto;
	color: white;
	border-collapse: collapse;
	background-repeat: no-repeat;
	
}

@-moz-document url-prefix() {
    td {display: inline-block;}
}

td.icon {
	width: 150px;
	height: 150px;
	background: no-repeat center center;
	background-size: contain;
}

td.content {
	width: 610px;
	height: 110px;
	padding: 20px;
	overflow: auto;
}

table#index_grid  tr {
	border-top: 1px solid orange;
	table-layout: fixed;
}

table#index_grid  tr:nth-child(1) {
	border-top: none;
}






/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-position: center center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}