a:link {color:#006600}
a:visited {color:#cc33cc}
a:hover {color:#bf88ff}

/*--------This is where the text formatting all happens--------*/

h1 {
	margin:0px 0px 0px 0px;
	color:#000000;
	font-family:font-family:Arial;
	font-size:50px;
	text-align:center
}

h2 {
	margin:0px 20px 0px 20px;
	color:#006600;
	font-family:font-family:Arial;
	font-size:25px;
	text-align:Left
}

h3 {
	margin:-15px 20px 10px 20px;
	font-size:18px; color:#006600;
	text-align:left
}

b {color:#006600}

ul {
	margin:0px 20px 1px 20px;
	color:#006600;
	text-align:left
}

p  {
	margin:0px 20px 1px 20px;
	color:#006600;
	text-align:left
}

p.navigation {
	margin:0px 0px 0px 0px;
	color:#006600;
	text-align:center
}

p.banner {
	margin-right:20px;
	text-align:right;
	font-size: 11px;
	color:#000000;
}

p.footer {
	margin-top:2px;
	margin-right:20px;
	text-align:center;
	font-size: 11px;
	color:#000000;
}

/*------------This is where the positioning ID's are------------*/
html {
	margin:0px 0px 0px 0px;
}
body{
	margin:0px 0px 0px 0px;
}


#container {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:706px;
	background-color:#ffffff
}

#Title {
	height:59px;
	width:702px;
	background-color:#bf88ff;
	border-width:2px;
	border-right-style:solid;
	border-left-style:solid;
}

#banner {
	height:83px;
	width:706px;
	background-image:url('site_images/banner.jpg');
}

#menu {
	left:0%;
	right:0%;
	height:53px;
	width:706px;
	background-image:url('site_images/nav.gif');
}

#content {
	margin-bottom:0px;
	margin-left:14px;
	width:671px;
	background-color:#e7ffd9;
	border-width:1px;
	border-right-style:solid;
	border-left-style:solid;
}

#footer {
	margin-top:0px;
	margin-left:14px;
	/*height:17px;*/
	width:671px;
	background-color:#bf88ff;
	border-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
}

#classRegistration {
	position:absolute;
	margin-left:80%;
	margin-top:0%;
	width:50px;
	height:50px;
	background-color:#fffe80
}

/*------------Misc. tags-----------*/

img.tourtheshop {
	border-style:none;
	padding:15px;		
}

form {
	margin-left:15px;
}

embed {
	margin-left: 15px;
	margin-right: 15px;
}

/*---------Image map--------*/

#menu a.home {
	position: absolute;
	margin-top: -12px;
	margin-left:10px;
	height:25px;
	width:95px;
	text-decoration: none;
	background-color:cccccc;
	color:000000;
	font-weight:bold;
	font-size:25px;
}

#menu a.tourTheShop {
	position: absolute;
	margin-top: 0px;
	margin-left:120px;
	height:25px;
	width:150px;
	text-decoration: none;
	background-color:cccccc;
	color:000000;
	font-weight:bold;
	font-size:25px;
}

#menu a.classSchedule {
	position: absolute;
	margin-top: 0px;
	margin-left:281px;
	height:25px;
	width:160px;
	text-decoration: none;
	background-color:cccccc;
	color:000000;
	font-weight:bold;
	font-size:25px;
}

#menu a.aboutUs {
	position: absolute;
	margin-top: 0px;
	margin-left:455px;
	height:25px;
	width:100px;
	text-decoration: none;
	background-color:cccccc;
	color:000000;
	font-weight:bold;
	font-size:25px;
}

#menu a.contactUs {
	position: absolute;
	margin-top: 0px;
	margin-left:568px;
	height:25px;
	width:115px;
	text-decoration: none;
	background-color:cccccc;
	color:000000;
	font-weight:bold;
	font-size:25px;
}

#menu a:link {color:#ffffff}
#menu a:visited {color:#ffffff}
#menu a:hover {color:#cccccc}

