/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3 {
}
/* title */
#title {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 87px;
	height: 87px;
	background: url(mpimages/mptitlered.jpg) center no-repeat;
}
/* main */
#main {
	width: 800px;
	min-height: 600px;
	height: 600px;
	background: url(mpimages/borderred.jpg) center no-repeat;
}
#main p {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#main td {
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	color: #000;	
}
#main a {
	text-decoration: none;
	color: #000;	
}
#main a:hover {
	color: #00AB39;
	text-decoration: underline;
}
/* base */
#base {
	width: 800px;
	min-height: 70px;
	margin-top: 5px;
	height: 70px;
	background: url(mpimages/basered.jpg) center no-repeat;
}
#base p {
	color: #000;
	padding-top: 25px;
}
#base a {
	color: #000;
	text-decoration: none;
}
#base a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	text-transform: uppercase;
}
#copy {
	float: right;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 18px;
}
#design {
	float: left;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 18px;
}