﻿#footercontent 
{
    height:40px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	opacity: 0.3; 
	filter: alpha(opacity=30);
	
	}

#box {
	width: 800px;
	margin: auto;
	padding: 0 10px;
	}
	
.MenuItem
{
   font-size:22px;
   margin-right:10px; 
}

.Logo
{
    position: absolute;
    top: 50px;
    margin: auto;
    text-align: center;
    z-index: 50;
    width: 100%;
    font-size: 60px;
    color: #333333;
    margin-bottom: 50px;
    font-family: Papyrus;
}

	
h1 { 
	margin-top: 12px;
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
	}
	
h2 { 
	margin-top: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #C52D08;
	}

a {
	text-decoration: none;
	outline: none;
	color: #C52D08;
	}
	
	a:hover {
		text-decoration: underline;
		}
