body {
	margin: 0px;
	background-color: #260F2F;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

p, li {
	font-size: 1em;
  line-height: 1.3em;
}

li {
  margin: 0.3em 0;
}

img {
  border: none;
}

h1 {
	font-size: 1.6em;
	color: #68398A;
	font-weight: bold;
	margin: 0;
  text-align: center;
  text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
	color: #68398A;
	font-weight: bold;
	margin: 0 0 0.8em 0;
  text-align: center;
}

a, a:link, a:active, a:visited {
	color: #68398A;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}



/*
 *  TEXT STYLES
 */

#courselist {
  text-align: left;
  margin: 1em;
}


.purple_bold {
	font-weight: bold;
	color: #68398A;
	margin: -8px 0px 1px 0px;
	padding: 0px;
}

.home_hotels {
	border-bottom:1px solid #000;
	text-align: justify;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

td.artists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

a.artists {
	color: #000000;
	text-decoration: none;
}

.legal, a.legal, a.legal:link, a.legal:active, a.legal:visited {
	color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

a.legal:hover {
	text-decoration: underline;
}

.artist_name {
	font-size: 16px;
	color: #68398A;
	font-weight: bold;
}

a.enquire, a.enquire:link, a.enquire:hover, a.enquire:active, a.enquire, a.enquire:visited {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}

.course_price {
	font-size: 16px;
	color: #68398A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.course_details {
	border-bottom: 3px solid #0D5B3B;
}

/*
 * LAYOUT STYLES
 */

#menu_line1 {
  margin-top: -47px;
  margin-left: 80px;
  text-align: center;
  width: 300px;
  padding: 0;
}

#menu_line1 li, #menu_line2 li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu_line1 a {
  color: #000;
  text-decoration: none;
}

#menu_line2 {
  margin-top: -8px;
  margin-left: 20px;
  text-align: center;
  width: 420px;
  padding: 0;
  font-weight: bold;
}

#menu_line2 a {
  text-decoration: none;
}


.maincell {
	padding: 0px 15px 0px 15px;
}
 
.topcell {
	border-top: 6px solid #68398A;
}

.bottomcell {
	background-color: #68398A;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
  font-style: italic;
}

.leftcol {
	background-image: url(images/side_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 20px;
}

.rightcol {
	background-image: url(images/side_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}

.tpl_hotel {
	color: #0D5B3B;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.tpl_location {
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.tpl_courses {
	width: 100%;
	border: 1px solid #000;
	background-color: #0D5B3B;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

