@charset "utf-8";

#menu {
	width: 480px;
	height: 30px;
	margin: 0;
	border-left: 10px solid #842c7f;
}

body {
	background: #E3E3E6 url(images/img01pop.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

	#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 10px 0 10px;
	font-size: 72%;
	font-weight: bold;
}
#logo {
	width: 480px;
	height: 120px;
	margin: 0 auto;
	background: #010100 url(images/img02PM.jpg)
}
#logoart {
	width: 480px;
	height: 120px;
	margin: 0 auto;
	background: #010100 url(images/img02MA.jpg)
}
#page {
	width: 480px;
	margin: 0 auto;
	background: url(images/img03m.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 5px 5px 5px 25px;
}

.floating-box3 {
	float: left;
	width: 440px;
}

#sidebar blockquote {

}



#sidebar {
	float: left;
	width: 420px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/* Footer */

#footer {
	height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 480px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 460px;
	height: 24px;
	padding: 8px 0px 0 15px;
	background: #ffffff;
	border-left: 10px solid #00a1af;
	font-size: 85%;
}

#footer .legal {
	float: left;
	width: 460px;
	height: 17px;
	margin: 0 auto;
	padding: 8px 20px 0 0;
	background: #00a1af;
	text-align: right;
	font-size: 85%;
	color: #f3d590;
}
