@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/all-bg.jpg) repeat-x top fixed #410100;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ffae00;
	text-decoration: none;
}

hr {
	background-color: #6e2600;
	color: #6e2600;
	height: 1px;
	border: 0px solid #6e2600;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;

}

td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #container {
	width: 990px; 
	background-color: #410100;
	margin: 0 auto; 
	text-align: left;

}
.oneColFixCtrHdr #header {
	background: url(../images/header.jpg) no-repeat;
	padding: 0 12px 0 20px;
	height: 61px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 30px; 
	position: relative;
	width: 930px;

}
.oneColFixCtrHdr #footer {
	padding: 0px 10px; 
	background: url(../images/footer.gif) no-repeat bottom;
	position:relative;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	color: #413333;
	text-transform:uppercase;
}

/*Menu*/

#menu {
	padding: 30px 0px 0px 12px;
	height: 18px;
	width: 420px;
	float: left;
	
}	
/*Menu*/

ul.menu {
	list-style:none;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
ul.menu li {
	float:left;
	padding:0 0;
}

ul.menu li.hover,
ul.menu li:hover  {position:relative;}
ul.menu li a {
	height:18px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	padding: 0px;
}

ul.menu li a.home-m {

	background:url(../images/m-home.gif) no-repeat;
	width: 63px;
}
ul.menu li a.about-m {

	background:url(../images/m-about.gif) no-repeat;
	width: 83px;
}
ul.menu li a.timetable-m {

	background:url(../images/m-timetable.gif) no-repeat;
	width: 101px;
}
ul.menu li a.gallery-m {

	background:url(../images/m-gallery.gif) no-repeat;
	width: 81px;
}

ul.menu li a.classes-m {

	background:url(../images/m-classes.gif) no-repeat;
	width: 81px;
}
ul.menu li a.contact-m {

	background:url(../images/m-contact.gif) no-repeat;
	width: 82px;
}

ul.menu li a:hover,
ul.menu li.active a,
ul.menu li:hover a ,
ul.menu li.hover a {background-position:0 -18px;}

/*newsletter subscription*/

#subscribe {
	width: 510px; 
	float: right; 
	position: relative; 
	padding: 8px 0px 0px 12px; 
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}
input{
	padding: 0 2px;
}
input#email, input#mobile {
	height: 18px;
	background-color: #300200;
	font-size: 10px;
	color:#ffae00;
	border: 0px solid black;
	line-height: 18px;
	width: 149px;
	text-indent: 4px;
	
}

#subscribe2newsletter {
	margin-top: 0px;
}

h1{
	text-transform:uppercase;
	color: #ffae00;
	font-weight: bold;
	font-size: 12px;
}
-->
