/*
gccb.css

David Abbott
for Gloucester Charter Concert Band
November 2006
*/

body
{
	margin: 20px 20px 20px 100px;
	padding: 20px 20px 20px 100px;
	color: #000000;
	background: #ffffff;
	background-image: url(../images/gccb_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}

.main
{
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #bb9765; 
	border-right: 1px solid #bb9765; 
}

.banner_hear, .banner_find, .banner_meet, .banner_hire, .banner_main
{
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align: right;
	background-color: #bb9765;
	color: #ffffff;
	background-repeat: both;
}

.banner_hire, .banner_main
{
	background-image: url(../images/gccb_trumpet_1.jpg);
}

.banner_hear
{
	background-image: url(../images/gccb_trumpet_3.jpg);
}

.banner_find
{
	background-image: url(../images/gccb_clarinet_2.jpg);
}

.banner_meet
{
	background-image: url(../images/gccb_sax_2.jpg);
}

.menu
{
	padding: 1px 10px 1px 10px;
	margin: 0px 5px 0px 5px;
	background-color: #bb9765;
	color: #ffffff;
	text-align: center;
	background-image: url(../images/gccb_menu_bg.jpg);
	background-repeat: repeat-x;
}

.submenu
{
	padding: 1px 0px 1px 0px;
	margin: 0px 5px 0px 5px;
	background-color: transparent;
	text-align: center;
	border-left: 1px solid #bb9765; 
	border-right: 1px solid #bb9765; 
}

.footer
{
	padding: 5px 5px 10px 5px;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	color: #bb9765;
	text-align: center;
}

h1
{
	font-size: 2.00em;
	padding-top: 0.5em;
	color: #ffffff;
}

h2
{
	font-size: 1.00em;
	padding-top: 0.5em;
	font-weight: bold;
	background-color: #ffffff;
	color: #c00000;
}

a:link
{
	color: #bb9765;
	background-color: #ffffff;
} 

a:visited
{
	color: #bb9765;
	background-color: #ffffff;
}
 
a:active
{
	color: #c00000;
	background-color: #ffffff;
} 

a:hover
{
	color: #c00000;
	background-color: #ffffff;
}

/* Override colours in menu, where a background colour is set */

.menu a:link
{
	color: #ffffff;
	background-color: transparent;
	font-weight: normal;
} 

.menu a:visited
{
	color: #ffffff;
	background-color: transparent;
	font-weight: normal;
}
 
.menu a:active
{
	color: #ffffff;
	background-color: #c00000;
	font-weight: normal;
} 

.menu a:hover
{
	color: #ffffff;
	background-color: #c00000;
	font-weight: normal;
}

/* Hide background in banner links */

.banner_main a, .banner_hear a, .banner_find a, .banner_meet a, .banner_hire a
{
	background-color: transparent;
}

img
{
	margin: 5px 5px 5px 5px;
	border: none;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}
		
p, h1, h2
{
	margin: 0px 10px 10px 10px;
}

table
{
	margin: 20px 20px 20px 20px;
	border-top: 1px solid #bb9765;
	border-bottom: 1px solid #bb9765;
	vertical-align: top;
}

th
{
	font-weight: bold;
	background-color: #ffffff;
	color: #c00000;
}

.summary
{
	font-weight: bold;
}

.footer p, .menu, .submenu, p.small
{
	font-size: 0.8em;
}
