/*==============================
GENERAL
================================*/
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, tr, 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; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
*{margin:0; padding:0; box-sizing:border-box;}
body{ background-color:#BB9156; font-family: "Times New Roman"; font-weight: normal; color: white; max-width:1430px; position:relative; margin:0 auto;}
a:link{ color:white; text-decoration:none; outline:none;}
a:visited {color:white;}
a:hover, a:focus {color:white; text-decoration:underline;}
a:active {color: white, background-color: white;}
#container{
	background:#C9AC76; padding-bottom:20px; margin-bottom:5px; 
	width:100%;
	max-width:1430px; 
	margin:0 auto; 
	position:relative; 
	margin-top:2px;
	padding:5px:
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;}
	
}
h1{width:100%; font-size:1.6em; text-align:center; padding:10px 0px 10px 0px;}
h2{width:100%; font-size:1.5em; text-align:center; padding:10px 0px 10px 0px;}
h3{width:100%; font-size:1.4em; text-align:center; padding:10px 0px 10px 0px;}
h4{width:100%; font-size:1.3em; text-align:center; padding:10px 0px 10px 0px;}
h5{width:100%; font-size:1.2em; text-align:center; padding:10px 0px 10px 0px;}
h6{width:100%; font-size:1.1em; text-align:center; padding:10px 0px 10px 0px;}
h7{width:100%; font-size:1.05em; text-align:center; padding:10px 0px 10px 0px;}
h8{width:100%; font-size:1em; text-align:center; padding:10px 0px 10px 0px;}
h9{width:100%; font-size:.95em; text-align:center; padding:10px 0px 10px 0px;}

p{line-height:1.1em;}