﻿/* General body styling */
body 
{
	background-color:Black; 
	font-family: Verdana, Arial; 
	color:White;
	font-size: 10pt; 
	width: 800px; 
	height: auto; 
	margin: auto;
	margin-top:3px;
}

div.body
{
	font-family:inherit;
	background-color:inherit;
	color:inherit;
	width:inherit;
}

.vertical
{
	vertical-align:middle;
}

/* Make sure that the inner body of these items do not have borders inherited */
div.innerBody
{
	font-family:inherit;
	border-style:none;
	width: inherit;
}

/* Ensure that page links are in yellow */
a.button:link
{
	vertical-align:bottom;
	color: Black;
	text-decoration:none;
	margin-top:10px;
	height:20px;
	border-style:none;
}

/* Ensure that button visited links stay black */
a.button:visited
{
	color: Black;
	text-decoration:none;
}

a.image:link
{
	color:Black;
	text-decoration:none;
}

a.image:visited
{
	color:Black;
	text-decoration:none;
}

/* Ensure that page links are in yellow */
a:link
{
	color: #CCCC33;
	text-decoration:none;
	border-style:none;
}

/* Ensure that visited links stay yellow */
a:visited
{
	color: #CCCC33;
	text-decoration:none;
	border-style:none;
}

H1
{
	font-size:larger; font-weight:bolder; font-family: inherit; width:inherit
}

span.contactText
{
	font-size: 6pt; font-style: inherit; font-family: inherit;
}

span.copyrightText
{
	font-size: 7pt; font-style: italic; font-family: inherit;
}

/* Defines what the button background will look like */
div.button
{
	font-family: Verdana, Arial; 
	font-size:10pt;
	text-align:center;
	height:24px;
	width:90px;
	color:Black;
	margin:1px;
	background: url(YellowGlassButtonSmall.png);
	background-repeat:no-repeat;
	float:right;
	
}

/* Defines what the button background will look like */
div.buttonLit
{
	font-family: Verdana, Arial; 
	font-size:10pt;
	text-align:center;
	height:24px;
	width:90px;
	color:Black;
	margin:1px;
	background: url(YellowGlassButtonSmall_lit.png); 
	background-repeat:no-repeat;
	float:right;
}

span.button
{
	color:Black;
	margin-top:40px;
	font-family: Verdana; 
	text-align:center;
	vertical-align:middle;
	width:inherit;
}

p.button
{
	font-family: Verdana; 
	margin-top:4px;
	text-align:center;
	vertical-align:middle;
	width:inherit;
	height:10px;
}

/* The div that contains extra page header text for the likes of testamonials e.t.c */
div.pageHeaderText
{
	font-family: inherit;
	width:inherit;
	text-align:center;
}

/* separator red lines between main header and footer */
div.redSeparator
{
	margin-left:10px;
	margin-right:10px;
	width:inherit; 
	background: url(GradientSeparator_800.gif) no-repeat top left;  
	height:2px; 
	font-size:2px; 
	line-height:2px;
}

/* The div containing the copyright information */
div.copyright
{
	width:inherit; 
	text-align:center; 
	font-size: 7pt;
	margin:5px;
}

/* The header used by the page (such as the FAQs) */
.pageHeader
{
	width:inherit; font-size: 18pt; font-family: inherit; text-align:center; vertical-align:middle;
}

/* The logo of the band  */
img.logo
{
	width:inherit;
	height:101px;
	float:left
}

p.centeredText
{
	text-align:center;
}