body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5d5d5d;
	 margin-top: 25px;

	}
#wrapper {
	position: relative;
	text-align: justify;
	width: 800px;
	height: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 140px 0 0 0;
	background-image:url(../img/mm.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;

}
#header {
	position: absolute;
	top: 10px;
	margin-left: 0px;
	



}
#content {
	position: relative;
	top: 40px;
	margin-left: 210px;
	margin-right: 28px;
}	

	a:link, a:visited {
	text-decoration: none;
	color: #cc0066;
	background-color: transparent;
}
    a:hover {
	color: #333333;
	text-decoration:underline;

	
}
#content p {
	font-size: 11px;
	line-height: 1.5em;
	padding-right: 20px;
	color: #333333;
	margin-top: 0px;
}

		

h1 {
 	font-size: 14px;
 	color: #cc0066;
	padding-top:10px;
}


h2 {
	font-size: 12px;
	color: #777777;
	padding-top: 8px;
	line-height:1.8em;


}
h3  {
	font-size:70%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;


}

#navigation {
	position: absolute;
	top: 188px;
	left: 0px;
	width: 160px;

	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 160px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; 

}
#navigation a:link, #navigation a:visited {
	padding: 10px 0px 10px 32px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	line-height:42px;


}
#navigation a:hover {
	padding: 10px 0px 10px 27px;
	background-color: transparent;
	color: #FFFFFF;
	border-left: 0px solid transparent;
	text-decoration:none;	
	
	
	
	
}
#footer {
	padding: 90px 0 20px 252px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}

