/*---(css reset)------------------------------*/
/*------------------------------------||.|---*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
*/
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, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

body { background: #ffffff; width: 100%; height: auto; font-family: Arial, Verdana, sans-serif; }
a { color: #bf1e2e; font-weight: bold; }
a:hover { color: #e16b77; }
h1, h2, h3, h4, h5, h6 { position: relative; visibility: visible; height: auto; color: #000000; font-weight: bold; }
h1 { font-size: 34px; letter-spacing: -1px; line-height: 28px; padding-bottom: 12px; }
h2 { font-size: 24px; letter-spacing: -1px; line-height: 30px; padding-bottom: 10px; }
h3 { font-size: 22px; letter-spacing: -1px; line-height: 28px; padding-bottom: 0px; text-transform: uppercase;}
h4 { font-size: 18px; letter-spacing: -1px; padding-bottom: 20px; text-decoration: underline; font-weight: bold; }
h5 { font-size: 16px; letter-spacing: -1px; padding-bottom: 4px; }
h6 { font-size: 14px; letter-spacing: -1px; padding-bottom: 4px; }
p { padding-bottom: 20px; line-height: 24px; }
.clear { clear: both; margin: 0px; padding: 0px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.center { text-align: center; }
.red {color: #bf1e2e;}

#content-block { position: relative; width: 60%; margin: 0 auto; padding: 60px; text-align: center; }