html,body
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:100%;
	font-weight:500;
    color: #000000;
	height:100%;
	margin-top:0;
	overflow:hidden;
	padding:0;
	top:0;
    background: #2d2d2d;      /* base 393939 */
}

#container
{
	min-height:100%;
	position:relative;
}

#header
{
	height:37px;
	padding-top:5px;
	position:relative;
	text-align:center;:
	top:0;
	vertical-align:middle;
	width:100%;
}

#body
{
	padding:1px 1px 37px;
}

div.hidden
{
background-color:#2d2d2d;
width:0px;
height:1px;
overflow:hidden;
}

#footer
{
	bottom:0;
	height:37px;
	padding-bottom:22px;  /* 5px for single line  22px for two lines */
	position:absolute;
	text-align:center;
	width:1000px;
    left: 0;
    right: 0;
    margin: auto;
}

#overlay
{
	bottom:0;
	height:77px;
	padding-bottom:72px;  /* 5px for single line  22px for two lines */
	position:absolute;
	text-align:center;
	width:1000px;
    left: 0;
    right: 0;
    margin: auto;
    background-color:#ff000;
    z-index:8;
}



#tagline {                    /* for future fixed logo or ?? */
    position: fixed;
    bottom: 45px;
    height: 40px;
    width: 190px;
    left: 0;
    right: 0;
    margin: auto;
}

H1.c1
{
	font-family:Georgia, Comic Sans MS, serif;
	font-size:19px;
    color: #FFFFFF;
	font-variant:small-caps;
	font-weight:700;
	letter-spacing:4px;
	text-align:center;
	text-shadow:4px 4px 2px #000000;
}

H2.c1
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
    color: #FFFFFF;
	font-weight:500;
    letter-spacing: 1px;
    line-height: 21px;
	text-align:center;
	text-shadow:4px 4px 2px #000000;
}

H3
{
	font-family:Comic Sans MS, cursive, sans-serif;
	font-size:15px;
    color: #FFFFFF;
	font-weight:500;
    letter-spacing: 1px;
    line-height: 21px;
	text-align:center;
	text-shadow:4px 4px 2px #000000;
}


.subhead {
  font-size: 11px;
}

.subfoot {
  font-size: 11px;
  color: #CC0000;
}


#header p,#header h1
{
	margin:0;
	padding:1px 0 0 1px;
}

#footer p
{
	margin:0;
	padding:10px;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#323232; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images2/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
    opacity: 0.5;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* End PreLoader */
