/* css reset - makes the layout looking good in all browsers */
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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	margin-top: 20px;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 {
	display: none;
}
p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul {
	margin-left: 20px;
}
hr {
	margin: 20px 0;
}
a {
	color: #000;
}
img {
	display: none;
}
#header {
	display: none;
}
.nav-main ul {
	display: none;
}
#body-content {
	margin: 0;
	width: 100%;
}
#body-content-left {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#body-content-right {
	float: none;
	margin: 30px 0;
	text-align: left;
}
iframe {
	border: 2px solid #000;
	border-radius: 15px;
	height: 550px;
	margin: 20px 0 0 0;
	width: 560px;
}
#footer {
	padding-top: 5px;
}
.nav-footer {
	display: none;
}
#designer, #designer a {
	color: #000;
	font-size: 10px;
}
.qr {
	color: #000;
	margin: 65px 0 10px 0;
}
