/* reset */

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, font, 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, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* --------------
   GENERAL
-------------- */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
}

#content {
	width: 800px;
	margin: 150px auto 0;
}

table { width: 100%; border-collapse: collapse; margin-top: 90px; }
table td { vertical-align: middle; width: 50%; }
.right { text-align: right; }
.left { text-align: left; }
img { margin-bottom: 14px; }
p { margin: 34px 0; text-align: left; }
a { color: #152237; text-decoration: none; }
a:hover { color: #C4151C; text-decoration: underline; }