/* CSS Document */


html,
body
{
		background-image: url(../Img/Background.png);
		font-family: Arial;
		margin: 0;
}


h1
{
		color: #fff;
	    text-align: center;
		font-family: Chesterfield, Evita, Arial;
/*		font-size: 100%; --> */
		list-style: none;
}


h2
{
		color: #fff;
	    text-align: center;
		font-family: Chesterfield, Evita, Arial;
/*		font-size: 100%; --> */
		list-style: none;
}


h3
{
		color: #fff;
	    text-align: center;
		font-family: Chesterfield, Evita, Arial;
		font-size: 100%;
		list-style: none;
}



header
{
		width: 100%;
/*		background-color: rgba(170,170,170,1.00); */
		color: rgba(255,255,255,1.00);
	    text-align: center;
		font-family: Chesterfield, Evita, Arial;
		font-size: 30px;
		overflow: hidden;
}

footer {
	background: rgba(170,170,170,1.00);
	width: 100%;
	height:40px;
	position: absolute, !important;
	bottom: 0;
	left: 0;
	color: rgba(0,0,0,1.00);
	text-align: center;
	font-family: Chesterfield, Evita, Arial;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 1px 0px 0px 0px;
}



img src
{
		align-content: center;
}


/* unvisited link */
h2 a:link {
    color: white;
}

/* visited link */
p a:visited {
    color: white;
}

/* mouse over link */
p a:hover {
    color: white;
}

/* selected link */
p a:active {
    color: white;
}

/* ie fix for menu */
#iefix
{
		position:relative;
		z-index:1000;	
}
