html {
	margin:0px;
	padding:0px;	
}

body {
	margin:0px;
	padding:0px;		
	background-color:#fff;
	background-image:url(images/background.png);
	background-position:50% 100%;
	background-repeat:no-repeat;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

h1 {
	font-size:1.5em;
	color:#6F0;
	padding-left:30px;
	background-image:url(images/headingstar.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
}

h2 {
	font-size:1.3em;
	color:#fff;	
}

a {
	color:#fff;		
}
a:hover {
	color:#6f0;	
}

#outer {
	width:740px;
	margin:auto;
}

#toptag {
	margin:0px;
	padding:10px;
	text-align:center;
	font-size:0.8em;
}

#locationtag {
	margin:0px;
	margin-right:145px;
	padding-bottom:10px;
	color:#6F0;
	text-align:right;
	font-size:1.1em;	
}

#banner {

}

#banner_left {
	padding:0px;
	padding-left:20px;
	background-image:url(images/banner_left.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#banner_right {
	padding:0px;
	padding-right:20px;
	padding-bottom:20px;
	background-image:url(images/banner_right.png);
	background-position:right;
	background-repeat:repeat-y;
}

#inner {
	color:#fff;
	background-color:#333;
	padding:20px 20px;
	padding-bottom:50px;
	
	background-image:url(images/content_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	font-size:0.9em;
}

#inner table {
	border-collapse:collapse;
}

#contactinfo {
	text-align:right;
	margin-bottom:20px;
	color:#fff;
	margin-right:145px;
	font-size:0.9em;
}
#contactinfo a {
	color:#fff;
	text-decoration:none;
}
#contactinfo a:hover {
	color:#6f0;
}

#menu {
	margin-bottom:50px;
}
#menu ul {
	margin:0;
	padding:0;
	display:inline;	
}
#menu li {
	display:inline;	
	list-style-type:none;	
}
#menu li:hover a {
	background-color:#000;
	color:#fff;	
}
#menu a {
	margin-right:10px;
	padding:3px 10px;
	background-color:#6F0;
	color:#000;
	font-size:1.2em;
	text-decoration:none;
}
#welcome #m1 a, #principal #m2 a,  #danceclasses #m3 a , #contactus #m4 a {
	background-color:#fff;
	color:#000;	
}

#content {
}
.clearit {
	clear:both;
}

.imagecontainerright {
	padding:5px;
	margin:2px;
	margin-left:14px;
	border:1px solid #6f0;
}

.imagecontainerleft {
	padding:5px;
	margin:2px;
	margin-right:14px;
	border:1px solid #6f0;
}

.tablesubheading td {
	border-bottom:1px solid #6f0;
	font-weight:bold;
}

#footer {
	margin:0px;
	margin-top:-20px;
	padding:10px 40px;
	text-align:right;
	font-size:0.8em;
	padding-bottom:120px;
	
	background-image:url(images/footer_bg.png);
	background-position:top left;
	background-repeat:no-repeat;	
}
#footer a {
	color:#000;	
}
#footer a:hover {
	color:#333;	
}



/* -- google map -- */
#map {
	width:250px;
	height:250px;
	padding:0px;
	margin:0px;

}
#mapcontainer {
	padding:5px;
	float:right;
	margin:2px;	
	border:1px solid #6f0;
}
