* {
    margin: 0;
    padding: 0;
}

/* table data cell styles */
td{
  color: white;
}

/* table header styles */
th{
  color: Chartreuse;
  text-align: center;
}


div {
    border: dashed 0px  Red;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: none;
    background-position: top;
    background-repeat: repeat-y;
    background-color: #000024;
}

#shell {
    width: 795px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header {
    height: 100px;
    background-color: #000024;
    background-image: url(mm_entertainment_image.jpg);
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    word-spacing: 2px;
    text-indent: 5px;
    letter-spacing: 2px;
    vertical-align: middle;
    color: Crimson;
    font-size: 25px;
  font-weight: bolder
}

#navigation {
    height: 29px;
    background-color: MidnightBlue;
    padding: 1px 1px;
    font-size: 11px;
    font-weight: bold;
}

#navigation .currentPage {
    background-color: #fff;
    color: MidnightBlue;
    display: block;
    padding: 7px 12px;
    text-decoration: none;
}

#navigation ul {
    list-style-type: none;
    display: block;
    margin: 0 auto 0 10px;
    }

#navigation li {
    float: left;
    margin-right: 1px;
    }
#navigation a {
    display: block;
    padding: 7px 12px;
    text-decoration: none;
    color: White;
    font-weight: bold;
        }

#navigation a:hover, #navigation a:visited {
    background-color: White;
    color: Red;
        }

#content {
    padding: 0px auto 0px auto;
    background-color:  DarkBlue;
    margin: 0px 0px 0px 0px;
}

#content p {
    padding: 0 0 1em 0;
    }

#content a {
    text-decoration: none;
    color:  Aqua;
    }

#content a:hover, #content a:visited {
    text-decoration: underline;
    }

#content img {
    border: 2px solid Silver;
    margin:5px;
    }

#contentRight {
    width: 250px;
    float: right;
    margin: 10px 10px auto 10px;
    white-space: normal;
    font-size: 0.8em;
    color: white;
    }

#contentCentre {
    width: auto;
    float: none;
    margin: 10px 270px auto 270px;
    text-align: left;
    color: white;
}
#contentTables {
    width: auto;
    float: none;
    margin: 10px 10px auto 10px;
    text-align: left;
    color: white;
}

#contentLeft {
    width: 250px;
    float: left;
    margin: 10px 10px auto 10px;
    white-space: normal;
    font-size: 0.8em;
    color: white;
    }

#content h1, #content h2, #content h3 {
    color: Crimson;
    padding: 0.5em 0 0.2em 0;
    clear: none;
        }

#footer {
    border-top: medium double Crimson;
    margin: auto;
    color: RoyalBlue;
}

#footer #Right {
    width: 250px;
    float: right;
    margin: -105px 10px 0px 0px;
    font-size: 1.0em;
    color: white;
    }

#footer #Center {
    width: auto;
    margin: 10px 270px 0px 270px;
    float: none;
    font-size: 1.0em;
    text-align: left;
    color: White;
}

#footer #Left {
    width: 250px;
    float: left;
    margin: 10px 0px 0px 10px;
    font-size: 1.0em;
    color: White;
    }
#footer #businessDetails {
    margin: 50px 10px 2px 10px;
    border-top: medium double Crimson;
    text-align: center;
    font-size: 0.8em;
    color: white;
}
#footer h1, #footer h2, #footer h3 {
    color: Crimson;
    padding: 0.5em 0 0.2em 0;
    clear: none;
        }

.clearleft {
  clear: none;
}

.backtotop {
  float: right;
  padding: 0px;
  margin-right: 10px;
}

/* Global Styles

/*tr{   } */

/* table data cell styles */
td{
  color: white;
}

/* table header styles
th{
  color: Chartreuse;
  text-align: center;
}

ul
 {
   color: white;
   text-align: left;
}

a:visited {
    color: violet;
    text-decoration: none;
    }
a:active {
    color: orange;
    text-decoration: none;
    }

a:link {
    color: aqua;
    text-decoration: none;
    }

/* ID Styles
#navigation a {
	font:11px georgia;
	color: aqua;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
#navigation a:hover {
	color: red;
    text-decoration: none;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}

#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#tagline {
	font:12px georgia;
	color: yellow;
	line-height:18px;
	letter-spacing:.4em;
	}

/* Class Styles

.HeaderLarge {
	font: 22px  "Times New Roman";
	color: white;
    text-align:  center;
	line-height:26px;
    font-weight:bold;
	letter-spacing:.1em;
	}

.TextLarge {
	font: 12px arial;
	color: white;
    text-align: left;
	line-height: 20px;
	letter-spacing: 0.3em;
    margin-top: 0px;
	}

.HeaderMedium {
	font:  20px  "Times New Roman";
	color: white;
    text-align: center;
    line-height:24px;
	font-weight:bold;
	letter-spacing:.1em;
	}

.HeaderMediumLeft {
	font:  20px  "Times New Roman";
	color: red;
    text-align: left;
    line-height:24px;
	font-weight:bold;
	letter-spacing:.1em;
	}

.HeaderMediumLeftWhite {
	font:  20px  "Times New Roman";
	color: white;
    text-align: left;
    line-height:24px;
	font-weight:bold;
	letter-spacing:.1em;
	}

.TextMedium {
	font: 12px   Georgia;
	color: white;
	line-height: 18px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	}

.HeaderSmall {
	font: 14px georgia;
	color: red;
    line-height:22px;
	font-weight:bold;
	letter-spacing:.4em;
	}

.TextSmall {
	font:12px  Georgia;
	color: white;
    text-align:  center;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-top: 0px;
	}
.TextSmallLeft {
	font:12px  Georgia;
	color: white;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-top: 0px;
	}

    */