/*BODY {background: #ffffff url(spacer.gif) no-repeat}

@font-face {     font-family: "AlexBrush-Regular";     src: url("AlexBrush-Regular.ttf"); }*/


BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link {color:#CF8E00; text-decoration:underline;}
A:visited {color:#CF8E00; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#C42D26; text-decoration:none; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
A.nav:visited { color:#C42D26; text-decoration:none; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
A.nav:hover { color:#000000; text-decoration:underline; font-size: 20px; font-family: Arial, Helvetica, sans-serif;}
A.nav:active { color:#000000; text-decoration:none; font-size: 20px; font-family: Arial, Helvetica, sans-serif;}

A.foot:link { color:#fffce1; text-decoration:none; font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 14px; line-height: 16px; color: #ffffff;}
A.foot:visited { color:#fffce1; text-decoration:none; font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 14px; line-height: 16px; color: #ffffff;}
A.foot:hover { color:#000000; text-decoration:underline; font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 14px; line-height: 16px; color: #ffffff;}
A.foot:active { color:#000000; text-decoration:none; font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 14px; line-height: 16px; color: #ffffff;}

.rounded-corners {
    border-radius: 20px;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #000000;
	}
	
	
.headerText {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: none;
	color: #CE0038;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #ffffff;
	}

.headerText2 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: none;
	color: #CF8E00;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #000000;
	}
		
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	}
	
	
.box
{
padding: 4px;
border: 2px solid #FF0027;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
width: 60%;
font-size: 14px;
line-height: 17px;
}

.frame
{
padding: 0px;
border: 1px solid #000000;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
max-width: 100%;
height: auto;
}

.smallframe
{
padding: 0px;
border: 1px solid #000000;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
}

.resize
{
max-width: 100%;
height: auto;
}

.iframe
{
padding: 0px;
border: 0px solid #CCC;
box-shadow: 0px 0px 0px #ccc;
border-radius: 0px;
max-width: 100%;
height: auto;
}


.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.floatBox {
  display: inline-block;
  width: 160px;
  height: 140px;
  margin: 1px;
  border: 0px solid #CCC;
}	


.frameHeight
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
height: 200px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FF0027;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 8px;
	font: bold 18px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:5px;
	-webkit-box-shadow:
		3px 3px 12px 000000,
		0px 0px 3px 000000,
		inset 0px 5px 12px #FF0027,
		inset 0px 15px 2px #FF0027,
		inset 0px 25px 25px #FF0027;
	-moz-box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FF0027,
		inset 0px 15px 2px #FF0027,
		inset 0px 25px 25px #FF0027;/* Firefox */
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FF0027,
		inset 0px 15px 2px #FF0027,
		inset 0px 25px 25px #FF0027;
	}
	