@charset "utf-8";
/* CSS Document */

#centre {
	width: 850px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
	
#banner {
	width: 490px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#mainflash {
	width: 360px;
	height: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#top-nav {
	position: absolute;
	height: 38px;
	width: 478px;
	top: 150px;
	background-image: url(NavBar.jpg);
	border-color: #000000;
	border-style: solid;
	border-width:1px;
	}
	
#ftestimonial {
	position: absolute;
	height: 73px;
	width: 360px;
	top: 260px;
	right: 0px;
	}
	
#mom {
	position:absolute;
	height: 73px;
	width: 360px;
	top: 344px;
	right: 0px;
	}
	
#franchise {
	position: absolute;
	height: 73px;
	width: 360px;
	top: 428px;
	right: 0px;
	}
	
#bottom-box {
	position: absolute;
	height: 50px;
	width: 830px;
	top: 510px;
	text-align: center;
	padding: 10px;
	background: url(Footer.jpg);
	background-image: url(Footer.jpg);
	}
	
#main-text {
	width: 458px;
	height: 292px;
	position: absolute;
	top: 190px;
	left: 0px;
	padding: 10px;
	background-color: #E6E6E6;
	line-height: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	overflow: scroll;
	}


/* Class Styles */

.nav {
font: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

.nav a:hover {
color: #FF00CC;
}

.Heading {
font: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #FF00CC;
font-weight: bold;
}

.main-body {
font: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #343556;
}

.Footer {
font: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
}

.Footer a:hover {
color: #FF00CC;
}

