/* Style Sheet for Al & Gill Summers site http://www.gandamusic.co.uk */
BODY{
	color: #80807E;
	font-family : Arial;
}

H1{
	color: #824018;
	font-family : Arial;
	font-weight : bold;
	font-size : 16px;
}

H2{
	color: #824018;
	font-family : Arial;
	font-size : 12px;
}

strong{
	color: #824018;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}

/*used to position the G&A Summers Logo in the top left */
#toplogo{
	position : absolute;
	left : 0%;
	top: 0%;
	width : 430px;
	height : 92px;
}

/*used to position the banner graphic in the top right hand corner */
#bannergraphic{
	position : absolute;
	right : 0%;
	top: 0%;
	width : 578px;
	height : 92px;
}

/* used to position the navigation bar, sets the width and background image */
#nav{
	position : absolute;
	left : 0%;
	top: 92px;
	width : 144px;
	height : 1200px;
	background : url(../images/fboard2.gif) repeat-y;
	font-weight : bolder;
	color : #C6C5C4;
	text-align : left;
	
}

/*used to set the nav spacing for each of the navigation links*/
#n1{
	position : absolute;
	top : 27px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n2{
	position : absolute;
	top : 91px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n3{
	position : absolute;
	top :145px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n4{
	position : absolute;
	top : 219px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n5{
	position : absolute;
	top : 273px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n6{
	position : absolute;
	top : 339px;
	left : 20px;
}

/*used to set the nav spacing for each of the navigation links*/
#n7{
	position : absolute;
	top : 411px;
	left : 20px;
}

/*used to position your email address in the top banner */
#email{
	position : absolute;
	right: 4%;
	top: 71px;
	width : 10px;
	height : 10px;
	color : #787876;
	font-weight : bold;
}

/*Class used to specify the colour of your e-mail address in the top banner*/
.AH {color : #787876}

/*Class used to specify the colour and lack of underlining for the navigation links*/
.AN {
	color : #C6C5C4;
	text-decoration : none;
}

/*Specifies the hover colour of all hyperlinks*/
A:HOVER{
	Color : #05A7FB;
}


/*used to position your phone number in the top banner */
#phone{
	position : absolute;
	right: 4%;
	top: 17px;
	width : 40px;
	height : 10px;
	color : #787876;
	font-weight : bold;
}

/*used to specify the main block of the page */
#main{
	position : absolute;
	left: 144px;
	top: 92px;
	margin-left : 2%;
	margin-top : 2%;
	font-size : 12px;
}