* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f3e2c1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
}
div#body {
	margin: 30px auto 0 auto;
	text-align: left;
	width: 760px;
}
div#border {
	border: 2px solid #000;
	width: 756px;
}
div#header {
	background-color: #d2ab66;
	border-bottom: 8px solid #fff;
	font-size: 14px;
	height: 1em;
	padding: 0.75em 17px;
}
div#info {
	color: #fff;
	float: left;
	font-weight: bold;
}

/* Meun - Primary */

div#menu-primary {
	float: right;
}
div#menu-primary ul {
	list-style: none;
}
div#menu-primary ul li {
	display: inline;
	margin-left: 10px;
}
div#menu-primary a {
	color: #4d4c2d;
	font-weight: bold;
	text-decoration: none;
}
div#menu-primary a:hover {
	text-decoration: underline;
}

/* Content */

div#content {
	background-color: #fff;
	border-top: 1px solid #000;
	font-size: 11px;
	width: 756px;
	padding-bottom: 1em;
}
div#content img.title {
	margin: 17px 0 1em 14px;
}
div#content p {
	margin-left: 17px;
	margin-right: 17px;
}
div#content h2 {
	font-size: 12px;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 1em;
}
div#content ol, div#content ul {
	margin-left: 47px;
	margin-bottom: 1em;
}
div#content a {
	color: #494a2a;
}
div#content ol.faq {
	margin-left: 34px;
}
div#content ol.faq li {
	font-size: 12px;
	font-weight: bold;
}
div#content ol.faq li p {
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	margin-top: 1em;
}

/* Meun - Products */

div#menu-products {
	background-color: #d2ab66;
	height: 128px;
	width: 756px;
}
div#menu-products ul {
	list-style: none;
	padding-left: 17px;
}
div#menu-products ul li {
	display: inline;
	float: left;
	text-align: center;
	margin-right: 10px;
}
div#menu-products img {
	border: 0;
	display: block;
}
div#menu-products a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#menu-products a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
div#footer {
	text-align: center;
}
div#copyright {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}

/* Memberships */

table#memberships {
	margin: 30px auto;
}
table#memberships td {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-right: 17px;
	vertical-align: bottom;
}
table#memberships td img {
	margin: auto 0;
	margin-bottom: 10px;
}
