@charset "utf-8";
/* CSS Document */

/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

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 {
  position: absolute;
  width: 100%;
  height: 100%;
}

a,
a:focus,
a:active {
  text-decoration: none;
  color:#B80719;
}

#wrapper {width:100%; height:100%; overflow:hidden;}
#content {width:800px; height:100% !important; height: auto; margin: 0 auto; background: white; -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3); box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);}

.gradient {background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #8B0E12),
	color-stop(1, #B80719)
);
background-image: -o-linear-gradient(bottom, #8B0E12 0%, #B80719 100%);
background-image: -moz-linear-gradient(bottom, #8B0E12 0%, #B80719 100%);
background-image: -webkit-linear-gradient(bottom, #8B0E12 0%, #B80719 100%);
background-image: -ms-linear-gradient(bottom, #8B0E12 0%, #B80719 100%);
background-image: linear-gradient(to bottom, #8B0E12 0%, #B80719 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0E12', endColorstr='#B80719');
zoom: 1;}

header#logo {width:800px;}
header#logo > img {text-align:center;margin-top:75px;left:235px;position:relative;}

article.main > p, footer, p.mail {font-family: Calibri, 'Open Sans', sans-serif; text-align:center;margin-top:2em;font-size:1em;line-height:1.25em;color:#58585a;}
p.bold {font-weight:bold;}

footer {margin-top:2.5em;}