/* Marylebone Dance Studio CSS */
/* Copyright 2007 */

body {
	background-repeat: repeat-x;
	background-image: url('/images/tilebg.jpg'); 
}

img {
	border: none;
}
a {
	color: #009966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.linkmenu {
	position:absolute;
	visibility: hidden;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #EFEFEF;
	width: 170px;
	padding-right: 6px;
}

html>body .linkmenu {
	width: auto;
}

.linkmenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.linkmenu a:hover {
	color: #888888;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #87CB87;
	border-bottom: dashed 1px #CCCCCC;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A2A7CA;
	border-bottom: dashed 1px #CCCCCC;
}

.credit {
	position: absolute;
	top: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	-khtml-opacity:0.85;
}