#slot {
	width:0px;
}

#main {
	margin-right:1%;
}

p {
	text-align:left;
	padding:0.5em;
}

/*-Table-----------------*/

#main table {
	margin:1em 0px 1em 22px;
	border-style:ridge;
	empty-cells:hide;
/*	width:100%; */
}

#main table caption {
	text-align:left;
	padding-bottom:1em;
}

#main tr p {
	text-align:center;
}

#main tr#canada, #main tr#nz {
	background-color:#F6FFF6;
}

#main tr#usa, #main tr#aus, #main tr#uk {
	background-color:#F6F6FF;
}

#main ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

#main th {
	background-color:#EEE; 
	padding:1em;
	color:black;
}

#main td {
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-align:center;
	width:20%; 
}

#main img {
	padding:5px;
}

#titlebar {
    background-image:url(/images/title_mm_bg.png);
    background-repeat: repeat-x;
}
#titlebar img {
    margin-left: 30px;
    padding:6px
}
#main img.flag {
    margin-top:12px;
    padding:0;
    box-shadow: 2px 2px 12px #999;
}
