

body {
	background-image: url(images/bg008.jpg);
 	font-family: Verdana, Arial, Helvetica, sans-serif 14px #000000;
}

p {
   padding: 10px;
   line-height: 160%;
}

#wrapper {
 	background: url(images/bg007.png) no-repeat;
	margin: 0 auto;
   	width:1000px;
	top-0px;
	height: 700px;

}

#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: 750px;
    float: left;
    margin: 0 auto;
}
#content {
    width: 750px;
    margin: 5px;
}

#leftcolumnwrap {
    width: 225px;
    float: left;
    margin: 0 auto;
    padding: 5px;
}

#leftcolumn {
    margin: 5px;
    padding: 10px;
}
table {
    margin: 10px auto; 
  	
  }
table td {     font-family: Verdana, Arial, Helvetica, sans-serif 14px;
		text-align: center;
		color: #FFFFFF;
		padding: 5px;
	}
table td img{
	padding-top: 15px
}
#footerwrap {
   width: 1000px;
   float: left;
   margin: 0 auto;
   clear: both;
}

#footer {
	background-color: #4CAF50;
	height: auto;
   	width: 1000px;
	vertical-align: bottom;
	}

#footer img{
padding-left: 373px
}


