body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-align: left;
	background-color: #000033;
	margin-left: 0;
	margin-top: 0;

}
h1 {
	font-family: "Copperplate Gothic Bold", Georgia, Arial;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #C85C04;
	text-align: center;
}
h2 {
	font-family: "Copperplate Gothic Bold", Georgia, Arial;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #C85C04;
	text-align: left;
}
h3 {
	font-family: "Copperplate Gothic Bold", Georgia, Arial;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C85C04;
	text-align: right;
}

/* ***********************    Menu Area  Start    **************************************************************** */
A.menulink {
	border: solid 1px #271735;
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:1em;
	color: #C85C04;
	font-weight: bold;
}

A.menulink:hover {
	border: solid 1px #271735;
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:1em;
	background-color: #CCCCCC;
	color: #271735;
	font-weight: bold;
}
.menulinkactive {
	border: solid 1px #271735;
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size: 1em;
	color: #C85C04;
	font-weight: bold;/* color:#271735 */
	background-color: #2E1E3D;
}

.menuline {
	list-style-type: circle;
}
/* ********************    Menu Area  Finish    ***************************************************************** */
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
}

/* ******************    Background decoration    ****************************************************************** */

.ddback {
	background-image: url(../assets/dojo_drummers_back.gif);
}
.ddbackcolour {
background-color: #3A264C;
}

.ddedgeright {
	background-image: url(../assets/ddedge_right.gif);
}
.ddedgeleft {
	background-image: url(../assets/ddedge_left.gif);
}
.ddback {
	background-color: #3A264C;
}
.ddcornerleft {
	background-image: url(../assets/ddc_left.gif);
}
.ddcornerright {
	background-image: url(../assets/ddc_right.gif);
}
.ddtopbar {
	background-image: url(../assets/ddc_top.gif);
}
/* ******************    Background decoration finish   ****************************************************************** */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
