﻿
html, body, form, #wrap {height: 100%;}

body
{
	background-color: #000000;	/* black */
	color: #444444;
	font-family: Sans-Serif;
	font-size: 14px;
	margin: 0 0px;
	letter-spacing: 0px;
	line-height: 1.5;
}

#main {padding-bottom: 125px;}  /* must be same height as the footer */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.master-box
{
	line-height: 16px;
	color: #666666;
	width: 850px;
	margin: 0 auto;	/* center */
	border: 2px dotted;
	border-color: #999999;
	background-color: White;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}

.box
{
	line-height: 16px;
	color: #666666;
	width: 850px;
	margin: 0 auto;	/* center */
	margin-bottom: 20px;
	border: 2px dotted;
	border-color: #999999;
	background-color: White;
}

.box-p
{
	 margin-top: 40px;
}

h1
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 16pt;
	margin-bottom: 20px;
	margin-top: 15px;
}

h2
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 15pt;
	margin-left: 30px;
	margin-top: 10px;
}

.img-site
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: White;
	width: 800px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#footer
{
	margin-top: -125px; /* negative value of footer height */
	color: #FFF; 
	background: #A52A2A; 
	border-top: 2px solid black;
	padding: 0 0 0 0; 
	height: 125px;
	font-size: 95%;
	width: 100%;
}

#footer a
{ 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}

#footer p
{
	margin: 10px 0 0 0;
}

#footer img
{
	margin: 10px 0 0 0;
}

#footer .footer-left
{
	float: left;
	width: 50%;
	margin: 0 0 0 10px;
	text-align: left;
	position: absolute;
}

#footer .footer-right
{
	float: right;
	width: 50%;
	text-align: right;
	margin: 0 10px 0 0;
}

