@charset "utf-8";
/* CSS reset */

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	background: #231f20;
}


p {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
	padding: 0 10px 0 10px;
}

.text-main {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
}

h1 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c6651c;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c1a47a;
	line-height: 20px;
	font-weight: normal;
	padding: 0 10px 0 10px;
}