/*** Main HTML ***/

html, body, #Container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000000 url(../images/flare_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

input.button { cursor: pointer; }

img {
	border: 0 none;
	padding: 0;
	margin: 0;
}


/*** Header Table ***/

#header {
	width: 100%;
	height:  110px;
	padding: 0;
	margin: 0;
	background-image: url(../images/background.png);
}


/*** Main Content Area ***/

#mainContentArea {
	width: 900px;
	height: 535px;
	text-align: center;
	border-style: none;
	border-width: 0;
	background-image: url(../images/mainContentArea.png);
}

#mainTop {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#mainCenter {
	width: 900px;
	height: 465px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainBottom {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
}


/*** Content Area ***/

#contentArea {
	width: 900px;
	height: 465px;
	color: #fffeff;
	top: 35px;
	position: relative;
}

#contentAreaLeft {
	width: 275px;
	height: 465px;
	margin: 0;
	padding: 0;
}

#contentAreaRight {
	width: 625px;
	height: 465px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}


/*** Top Menu ***/

#top_menu {
	color: white;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	text-align: center;
	font-size: 15px;
	position: relative;
	top: -30px;
}

a:link.top_menu, a:visited.top_menu {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

a:hover.top_menu {
	text-decoration: none;
	font-weight: bold;
}


/*** Studio Menu ***/

#studio_menu_area {
	width: 511px;
	height: 105px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fffeff;
}

#studio_menu {
	width: 505px;
	height: 68px;
	margin: 0;
	padding: 0;
	text-align: center;
}


a.studio_menu_Orlando {
    width: 175px;
    height: 100px;
    background: url("../images/Orlando_button.jpg") no-repeat 0 0;
    text-decoration: none;
	display: block;
}

a:hover.studio_menu_Orlando {
	background-position: 0 -100px;
}

a.studio_menu_WP {
	display: block;
    width: 175px;
    height: 100px;
    background: url("../images/Winterpark_button.jpg") no-repeat 0 0;
    text-decoration: none;

}

a:hover.studio_menu_WP {
	background-position: 0 -100px;
}

a.studio_menu_LM {
	display: block;
    width: 175px;
    height: 100px;
    background: url("../images/LakeMary_button.jpg") no-repeat 0 0;
    text-decoration: none;
}

a:hover.studio_menu_LM {
	background-position: 0 -100px;
}

a.freeText {
	color: #fffeff;
	text-decoration: none;
	text-align: center;
	font-size: small;
}

/*** Complementary Lesson ***/

#CompLesson {
	width: 300px;
	height: 105px;
	margin: 0;
	padding: 0;
}

a.CompLesson {
    width: 300px;
    height: 105px;
    background: url("http://www.arthurmurrayorlando.com/winterpark/templates/am_white/images/CompLesson.png") 0 0 no-repeat;
    text-decoration: none;
	display: block;
}

a:hover.CompLesson {
	background-position: 0 -105px;
}

