/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #ffffff;
	background-color: #978800;
	background-image: url(images/bg.png);
	background-position: center;
	background-repeat:no-repeat;
	text-align: center; 
}

h1 { font: 28px;  color: #fff; text-align:center;	 }
h2 { font-size: 18px; font-weight: bold;	 }

/* LINKS */
a:link { color: #443e02; text-decoration: none; }
a:visited {	color: #443e02;	text-decoration: none; }
a:hover{ color: #625c00; text-decoration: none; }

/* LISTS*/
ul { margin-left: 15px;	padding: 2px; }
li { padding: 2px; list-style:none; font-size: 11px; color: #e4bd8a;}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;

	margin: 0 auto; 
	text-align: left;
}




/* MAIN CONTENT */

#main {
	width: 88%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	
}
/* MAIN BODY LINKS */

#main h1 { font-size: 30px; color: #fff; text-align:center;	line-height: 130%; }


#main p { text-align: center; }

#contentwrapper {	width: 100%; margin: 0 auto; 	 margin: 0 auto; background-color: #fff;  }
.img-responsive { max-width: 100%; height: auto; }
	
/* FOOTER / COPYRIGHT INFO */
#copyright {
	
	font-size: 11px;
	color: #26282e;
	margin-top: 20px;
	
	line-height: 140%;
	text-align: center;
	position: relative;
	width: 100%;

	padding-top: 4px;
	clear: both;
}




/* FOOTER */
#footer {
	width: 980px;
	
	margin: 0 auto;
	
	padding-top: 30px;
	padding-bottom: 5px;
	position: relative;
	color: #26282e;
}
