@charset "UTF-8";
/* CSS Document */

/**************************
Global CSS
**************************/
body {
margin:0; 
background-image:url(images/page-bg.jpg);
background-size: 100%;
background-repeat:repeat-x; }	

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:link {
	color: #BE1E2C;
}
a:visited {
	color: #BE1E2C;
}
a:hover {
	color: #BE1E2C;
}
a:active {
	color: #BE1E2C;
}

p {
	font-family: alegreya;
	font-size: 18px;
	font-style: normal;
	line-height:160%;
}

.fontsize18 {font-size: 18px; }

h1 {font-family: acme;
font-size: 36px;
color:#DB0000;
display:inline;
text-shadow: 1px 1px #000000; }

h2 {
	font-family: architects-daughter;
	font-size: 22px;
	color: #FFD700;
	display: inline;
	line-height: 150%;
	text-shadow: 1px 1px 1px #000000;
	font-style: normal;
	font-weight: 400;
	letter-spacing:.10em;
}

h3 {font-family:architects-daughter;
font-size: 24px;
color: #BE1E2C;
display:inline;
text-shadow: 1px 1px 1px #4D4D4D;
	font-style: normal;
	font-weight: 400;
	letter-spacing:.10em;
}

h4 {font-family: artifika;
font-size: 24px;
color: white;
display:inline;}

h5{ font-family:acme;
font-size:72px;
display:inline;
color:#BE1E2C;
text-shadow: 1px 1px 2px #000000;}

h6 {font-family:architects-daughter;
display:inline; 
font-size:22px;}

.margin-left10 {margin-left: 10px; }
.margin-right10 {margin-right: 10px; }
.margin-right5 {margin-right: 5px; }
.margin-top10 {margin-top: 10px; }
.margin-bottom10 {margin-bottom: 10px; }	
.padding-top10 {padding-top: 10px; }
	
.margin-top30 {margin-top:30px; }


