

body {
	background-image: url(images/bg008.jpg);
 	font-family: Verdana, Arial, Helvetica, sans-serif 14px #000000;
}

p {
   padding: 10px;
   line-height: 160%;
}

h1 { 	color: #FFFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps:
	 display: block;
   	font-size: 16px;
  	margin: 10px 0 10px 0 ;
   	font-weight: bold;
}

h2{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
   	font-size: 16px;
  	margin: 10px 0 10px 0 ;
   	font-weight: bold;
}
h3{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
   	font-size: 14px;
  	margin: 10px 0 10px 0 ;
   	font-weight: bold;
}
#wrapper {
 	background: url(images/bg007.png) no-repeat;
	margin: 0 auto;
   	width:1000px;
	height:700px;
	top-0px;

}

#headerwrap {
	background-image: url(images/mmg.png);
	background-repeat: no-repeat;
 	width: 1000px;
	float: left;
	margin: 0 auto;
}

#header {
    height: 75px;
    margin: 5px;
}

#navigationwrap {
	width: 1000px;
    	float: left;
   	margin: 0px auto;
}

#navigation {
	width:1000px
	height: 40px;
    	background: #FFCC33;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFCC33;
}

#navigation li {
    float: left;
	display: inline; 
}

#navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a:hover:not(.active) {
    background-color: #420863;
}

.active {
background-color:#4CAF50;
}

#contentwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}
#content {
    width: 1000px;
    margin: 5px;
}

#footerwrap {
   width: 1000px;
   float: left;
   margin: 0 auto;
   clear: both;
}

#footer {
	background-color: #4CAF50;
	height: auto;
   	width: 1000px;
	position:fixed;
	bottom: 0;
}
	

#footer img{
padding-left: 373px
}


