* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
html, body	{
	height: 100%;
	min-height: 100%;
}
body	{
	font-family: 'Lato', Arial;
	font-size: 15px;
	background: url(../images/bg.jpg) repeat-x left top;
	background-color: #150d0d;
	color: white;
}

/*						PAGE LAYOUT							*/

#wrap	{
	width: 900px;
	min-height: 100%;
	margin: 0 auto -165px auto;
		background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;

}
#header	{
	width: 900px;
	height: 393px;
	display: block;
	position: relative;
	background: url(../images/header.jpg) no-repeat left top;
}

#content	{
	width: 892px;
	padding-left: 8px;
}



#clearfooter	{
	clear: both;
	height: 165px;
}
#footer	{
	height: 165px;
	background: transparent; /*url(../images/footer-bg.jpg) repeat-x left top;*/
}

#footercontent {
	width: 900px;
	height: 165px;
	margin: 0 auto 0 auto;
	background-image: url(../images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
}

h1 {
	color: white;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 40px;
	
}

h2 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;	
	line-height: 28px;
}

h3 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;	
	line-height: 28px;
}

p {
	text-align: left;
	margin-bottom: 16px;	
	line-height: 24px;
}

strong {
	font-weight: bold;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #905921;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #905921;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: white;
  background-color: #905921;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: white;
  background-color: #905921;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: white;
  background-color: #905921;
}

#content ul li {
	list-style-position: outside;
	list-style-type: square;
	border-bottom: 1px #2f2011 dotted;
	line-height: 24px;
	margin-left: 15px;
}

#content ul {
	padding-bottom: 10px;
}