/* Concept Design */

body {
	background: url(images/body.gif);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 19px;
	}

body.player {
	background: #000;
	}

/* Index Page */

#intro {
	width: 700px;
	height: 400px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	}

a.intro:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	}

a.intro:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	}	

/* Music Player */

#player {
	width: 325px;
	font-size: 11px;
	margin-top: 10px;
	}

/* Top right Name and Forum link */

#sitename {
	float: right;
	margin-top: -50px;
	width: 270px;
	height: 30px;
	background: url(images/sitename.png) no-repeat;
	}


/* Border and black background */

#capsule {
	margin: auto;
	padding: 10px 5px 5px 5px;
	margin-top: 50px;	
	width: 768px;
	border: 1px solid #333;
	background: #000;
	}

/* Header Image */

#header {
	margin: 0 auto 0 auto;
	width: 760px;
	height: 155px;
	background: url(images/header.png) no-repeat;
	}

#linky {
	float: left;
	text-align: center;
	margin: 0;
	width: 760px;
	height: 22px;
	font-size: 11px;
	color: #fff
	}

#linky a:link, a:visited {
	text-decoration: none;
	color: #fff;
	}

#linky a:hover {
	border-bottom: 1px solid #fff;
	}

	

/* Menu System */

#menu {
	height: 40px;
	background: url(images/menu.jpg) no-repeat;
	margin: 15px auto 2px auto;
	padding: 0;
	width: 762px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

.menu li {
      margin: 0;
      padding: 0;
      float: left;
	  width: 127px;
    }


.menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

.menu a:link {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 107px;
	 height: 25px;
	 padding: 12px 0 0 20px;
	 font-size: 14px;
	}

.menu a:visited {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 107px;
	 height: 25px;
	 padding: 12px 0 0 20px;
	 font-size: 14px;
	}

.menu a:hover {
      background: url(images/hover.jpg) 3px 0 no-repeat;
	  color: #fff;
    }

.menu ul li ul li {
	display: block;
	height: 33px;
	width: 127px;
	margin: 0;
	}

.menu ul li ul li a:link {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	width: 112px;
	height: 25px;
	padding: 7px 0 0 15px;
	margin: 0;
	border-top: 1px dotted #ccc;
	}

.menu ul li ul li a:visited {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	width: 112px;
	height: 25px;
	padding: 7px 0 0 15px;
	margin: 0;
	border-top: 1px dotted #ccc;
	}

.menu ul li ul li a:hover {
	background: #A40000;
	}

.menu ul li ul {
	background: #000;
	position: absolute; 
	left: -999px; 
	width: 127px;
	list-style-type: none;
	border: 1px solid #ccc;
	border-top: none;
	}

.menu li:hover ul, .menu li.sfhover ul {    
	left: auto; 
	}
	



/* Small Menu System */

#smenu {
	height: 30px;
	background: url(images/smenu.jpg) no-repeat;
	margin: 15px auto 2px auto;
	padding: 0;
	width: 762px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

.smenu li {
      margin: 0;
      padding: 0;
      float: left;
	  width: 127px;
    }


.smenu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

.smenu a:link {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 107px;
	 height: 25px;
	 padding: 12px 0 0 20px;
	 font-size: 14px;
	}

.smenu a:visited {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 107px;
	 height: 25px;
	 padding: 12px 0 0 20px;
	 font-size: 14px;
	}

.smenu a:hover {
      background: url(images/hover.jpg) 3px 0 no-repeat;
	  color: #fff;
    }

.smenu ul li ul li {
	display: block;
	height: 33px;
	width: 127px;
	margin: 0;
	}

.smenu ul li ul li a:link {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	width: 112px;
	height: 25px;
	padding: 7px 0 0 15px;
	margin: 0;
	border-top: 1px dotted #ccc;
	}

.smenu ul li ul li a:visited {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
	width: 112px;
	height: 25px;
	padding: 7px 0 0 15px;
	margin: 0;
	border-top: 1px dotted #ccc;
	}

.smenu ul li ul li a:hover {
	background: #A40000;
	}

.smenu ul li ul {
	background: #000;
	position: absolute; 
	left: -999px; 
	width: 127px;
	list-style-type: none;
	border: 1px solid #ccc;
	border-top: none;
	}

.smenu li:hover ul, .menu li.sfhover ul {    
	left: auto; 
	}
	


/* Main Section */

#text {
	margin-top: 0px;
	width: 768px;
	}

#text a:link {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}

#text a:visited {
	text-decoration: none;
	color: #FF8A8A;
	border-bottom: 1px dotted #FF8A8A;
	}

#text a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#text a.vid:link, a.vid:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
	}

#text a.vid:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#left {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px 8px 8px 15px;
	}

#prleft {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px 8px 8px 15px;
	}


#right {
	float: right;
	width: 350px;
	padding: 0px 15px 8px 8px;
	margin: 0px;
	}


#prright {
	float: right;
	width: 500px;
	padding: 0px 15px 8px 8px;
	margin: 0px;
	}


/* Main Section without Two Columns */

#main {
	float: left;
	width: 730px;
	margin-top: 0px;
	padding: 20px 8px 8px 15px;
	}

/* Images in Site */

img.profile {
	float: left;
	border: 1px solid #333;
	text-decoration: none;
	margin: 0 15px 10px 0;
	}

/* Tables */

table.contact {
	width: 500px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	height: 180px;
	border: 1px solid #333;
	}

table.contact td.label {
	width: 150px;
	text-align: left;
	padding: 10px;
	}

table.contact td {
	width: 350px;
	text-align: center;
	}

table.vid {
	width: 690px;
	table-layout: fixed;
	border: 1px solid #333;
	margin: 30px auto 10px auto;
	}

table.vid td {
	padding: 10px;
	text-align: center;
	width: 420px;
	height: 180px;
	}

table.vid td.text {
	padding: 10px;
	width: 250px;
	text-align: left;
	}

table.events {
	table-layout: fixed;
	margin: 40px auto 10px auto;
	border-collapse: collapse;
	}

table.events th {
	font-weight: bold;
	text-align: left;
	}

table.events col.date {
	width: 120px;
	padding: 10px;
	}

table.events col.location {
	width: 250px;
	padding: 10px;
	}

table.events col.contact {
	width: 200px;
	padding: 10px;
	}

table.sponsors {
	table-layout: fixed;
	margin: 40px auto 10px auto;
	border-collapse: collapse;
	}

table.sponsors col.image {
	width: 200px;
	padding: 10px;
	}

table.sponsors col.detail {
	width: 350px;
	padding: 10px;
	}

table.classes {
	width: 600px;
	table-layout: fixed;
	border: 1px solid #333;
	
	}
table.bookings  {
	width: 250px;
	padding: 10px;
	}

table.dvd   {
	width:600px;
	padding: 20px;
	}
/* Non-menu Lists */

ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
	}

li {
	margin: 5px 0;
	}

/* Headings */

h1 {
	display: block;
	width: 740px;
	font: 25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	height: 30px;
	margin: 30px 0 10px 20px;
	}

h2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	

h3 {
	color: #ff0000;
	display: block;
	width: 345px;
	height: 20px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 3px;
	line-height: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #FF0000;
	}

h3.wide {
	width: 740px;
	}

h3.classes {
	width: 555px;
	}
/* Bottom Footnote */

#bottom {
	height: 40px;
	width: 760px;
	clear: both;
	text-align: center;
	margin: 50px auto 10px auto;
	font-size: 11px;
	line-height: 20px;
	}	

#bottom a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	}

#bottom a:hover {
	border-bottom: 1px solid #fff;
	}
	
