/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #ffffff;
	background-image:  url(http://www.musiconstage.co.uk/images/body/bg2.jpg);
	background-repeat: repeat-x;

}



/*
	Standard paragraph style
*/

p
{
	font-family: arial, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0px;
	color: #000000;
	line-height: 1em;
	
}


li
{
	font-family: arial, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0px;
	color: #000000;
	line-height: 1em;

}




/*
	Links
*/


a:link { 
	color: #000000; 
	font-family: arial, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #CA2119; 
	font-family: Gill Sans MT, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #000000;
	font-family: Gill Sans MT, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #FF0000; 
	font-family: Gill Sans MT, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #ff9900; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ff9900;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #00B9FE; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
  margin-top: 0px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left: 0px;
}

h2
{
	font-size: 0.6em;
	color: #ffffff;
	padding-top: 0px;
}



/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #ffffff;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 84px;	
	width: 745px;
	font-size: 0.7em;
}

.menucell
{
  padding-left: 0px;
}



/*
	Left hand column on homepage - the big image
*/

.home-left 
{
	width: 200px;
	height: 200px;
	
	background-repeat: no-repeat;
	padding-top: 0px;
}

p.left-text
{
	font-size: 0.6em;
	margin-left: 5px;
	margin-right: 0px;
	color: #999999;
}



/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 0px;
	padding-right: 0px;
}





/*
	Left hand column on sub-page
*/

.page-left 

}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 0px;
	line-height: 1em;

}




/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 10px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 0px;
	text-align: left;
}





