@charset "utf-8";
/* CSS Document */

body {
    background-color: #503131;
	margin:0;
	padding:0;
}
/******************************** Page Specific Backgrounds ********************************/
#Container {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
#Container2 {
	background-image:url(images/background_faries.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
#Container3 {
	background-image:url(images/background_mermaid.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
#Container4 {
	background-image:url(images/background_dragon.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
#Container5 {
	background-image:url(images/background_bottles.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
#Container6 {
	background-image:url(images/background_unicorn.jpg);
	background-repeat:no-repeat;
	height:903px;
	width:900px;
	margin:0 auto 0 auto;
}
/************************************************* End *************************************************/
#Spacer {
	height:180px;
}
#Header {
}
/*************************************** Menu ***********************************************/
#Menu {
	width:780px;
	height:45px;
	margin:0px auto 15px auto;
}
#Home {
	height:45px;
	width:80px;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 35px;
}
#Home:hover {
	height:45px;
	width:80px;
	background-image:url(images/home_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 35px;
}
#Shop {
	height:45px;
	width:80px;
	background-image:url(images/shop.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
	display:none;
}
#Shop:hover {
	height:45px;
	width:80px;
	background-image:url(images/shop_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
	display:none;
}
#Gallery {
	height:45px;
	width:120px;
	background-image:url(images/gallery.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
}
#Gallery:hover {
	height:45px;
	width:120px;
	background-image:url(images/gallery_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#Classes {
	height:45px;
	width:105px;
	background-image:url(images/classes.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
}
#Classes:hover {
	height:45px;
	width:105px;
	background-image:url(images/classes_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#Events {
	height:45px;
	width:100px;
	background-image:url(images/events.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
	float:left;
}
#Events:hover {
	height:45px;
	width:100px;
	background-image:url(images/events_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#Contact {
	height:45px;
	width:100px;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
	display:none;
}
#Contact:hover {
	height:45px;
	width:100px;
	background-image:url(images/contact_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
	display:none;
}
#Info {
	height:45px;
	width:80px;
	background-image:url(images/info.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
}
#Info:hover {
	height:45px;
	width:80px;
	background-image:url(images/info_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#Links {
	height:45px;
	width:90px;
	background-image:url(images/links.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
}
#Links:hover {
	height:45px;
	width:90px;
	background-image:url(images/links_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#Troupe {
	height:45px;
	width:90px;
	background-image:url(images/troupe.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 5px;
}
#Troupe:hover {
	height:45px;
	width:90px;
	background-image:url(images/troupe_over.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
/****************************************** End Menu *************************************/
#Content {
	width:700px;
	height:430px;
	margin:0 0 0 130px;
}
#HomeText {
	width:650px;
	height:400px;
	line-height:16px;
	margin:10px auto 0 auto;
	padding:0 5px 0 5px;
}
#Col1 {
	width:335px;
	height:400px;
	float:left;
	padding:0 5px 0 5px;
	border-right:1px solid #000000;
}
#Col2 {
	width:340px;
	height:400px;
	padding:0 5px 0 5px;
	float:left;
}
#Footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	width:700px;
	height:30px;
	margin:15px auto 0 auto;
	text-align:center;
}
#InfoExtra {
	font-size:12px;
	margin:0 0 10px 0;
	width:700px;
}
#Yoga {
	width:700px;
}

a {
	text-decoration:none;
	color:#503131;
}
a:link {
	text-decoration:none;
	color:#503131;
}
a:hover {
	text-decoration:none;
	color:#990000 !IMPORTANT;
}
a:active {
	text-decoration:none;
	color:#990000 !IMPORTANT;
}
a:visited {
	text-decoration:none;
	color:#503131;
}
