﻿@import "VertMenu.css";

* {
	padding: 0;
	margin: 0;
}

body {
	background:white;/*#f0f0f0; */
}

body, .Normal {
	font-size:1em; 
    font-family: Trebuchet MS, verdana, arial, sans-serif; 
    color: #21477F;
    word-wrap:break-word;
	padding: 10px;
}

.HomepageText 
{
    font-size:1.3em; 
    
}
.wholepagecentre 
{
    width: 900px;
    text-align:center;
	margin: 0 auto;
}

.wholepagefloat 
{
    width: 900px;
    background-image: url(images/1pixelfade.jpg);
    background-repeat: repeat-x;
    float:left;
}

.topHdr {
    top: 10px;
    left:0px;
    height: 300px;
    width:900px;
    padding-bottom: -50px;
    /*background:#a31e39;*/
    float:left;
}

.topPic 
{
    height: 300px;
    width: 400px;
    background-image: url(images/FMTLOGOONLY.png);
    float: left;
}


.theLogo {
    height: 220px;
    width: 380px;
    background-image: url(images/MUSICALNOTES.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-left: 120px;
    float: left;
}


.wrapper 
{
    overflow:visible; 
    margin-top: -100px;
    margin-bottom: -25px;
    /*background:#c0c0c0;*/
    float:left;
}

.mainContent 
{
    width:640px;
    /*background:#e0e0e0;*/ 
    /*margin-left:240px; */
    float: left;
    padding:10px;
}
        
.FMTMenuVPane, .mainContent 
{
    padding-bottom:32767px; 
    margin-bottom:-32767px;
}

.contentpane {
    float: left;
    min-height: 380px;
    width: 600px;
    overflow:visible;
    text-align: left;
}

.footer 
{
    clear:both; 
    /*background:#455c5a;*/
}

.footer a
{
    color: White;
}

.footer a:hover
{
    color: Silver;
}

.FMTPics 
{
    float: left;
    height: 139px;
    width: 900px;
    background-image: url(images/PHOTOSTRIP.png);
    background-repeat: no-repeat;
    
}

.comingsoonsplash
{
    /*position:relative;
    float: left;
    top: 130px;*/
    margin-top: -145px;
    margin-left: -25px;
    overflow: visible;
    left: 350px;
    background-image: url(images/COMINGSOON.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 215px;
    height: 130px;
}

