/* CSS Document */


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

li
{
		color: #fff;
	    text-align: center;
		font-family: arial;
		font-size: 100%;
		list-style: none;
		
}

		container2{
			padding-top: 2px;
		}

small
{
		color: #fff;
	    text-align: center;
		font-family: arial;
/*		font-size: 100%; */
		list-style: none;
}

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

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

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

h5
{
		color: #fff;
	    text-align: center;
		font-family: arial;
		font-size: 50%;
		list-style: none;
}

p
{
		color: #000;
	    text-align: center;
		font-family: 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
{
		width: 100%;
		margin: 0 0 0 0;
		padding: 1px 0px 1px 0px;
		background-color: rgba(170,170,170,1.00);
		color: rgba(0,0,0,1.00);
	    text-align: center;
		font-family: Chesterfield, Evita, Arial;
		font-size: 12px;
}



img src
{
		align-content: center;
}


/* unvisited link */
p a:link {
    color: black;
}

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

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

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

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