	/*
	CSS styles for adverts at the top of each page/section.
	Constant styles:
	*/
	
	.adverttitles {
	font-size:140%;
	font-weight:bold;
	}
	
	.advertstraplines {
	font-size:180%;
	font-weight:bold;
	}
	
	.adverttext {
	font-size:120%;
	}
	
	/* 
	About section ad
	*/
	#topadvert2 {
	background:url(images/adverts/about.jpg);
	width:486px;
	height:241px;
	}
	
	#abouttext {
	float:right;
	width:160px;
	margin:20px;
	text-align:left;
	color:#FFFFFF;
	display:inline;
	}
	
	/* 
	Multimedia ad
	*/
	#topadvert3 {
	background:url(images/adverts/multimedia.jpg);
	width:486px;
	height:241px;
	}
	
		#mediatext {
	float:right;
	width:250px;
	margin-right:40px;
	margin-top:25px;
	text-align:left;
	color:#FFFFFF;
	display:inline;
	}
	
	/* 
	Design ad
	*/
	#topadvert4 {
	background:url(images/adverts/design.jpg);
	width:486px;
	height:241px;
	}
	
		#designtext {
	float:right;
	width:175px;
	margin:25px;
	text-align:left;
	color:#FFFFFF;
	display:inline;
	}
	
	/* 
	Hardware ad
	*/
	#topadvert5 {
	background:url(images/adverts/hardware.jpg);
	width:486px;
	height:241px;
	}
	
		#hardwaretext {
	float:right;
	width:210px;
	margin:40px;
	text-align:left;
	color:#FFFFFF;
	display:inline;
	}
	
		/* 
	interweb ad
	*/
	#topadvert6 {
	background:url(images/adverts/internet.jpg);
	width:486px;
	height:241px;
	}
	
		#internettext {
	float:left;
	width:210px;
	margin:30px;
	text-align:left;
	color:#000000;
	display:inline;
	}
	
	/*
	Front page 'Birds' advertisement
	*/
	
	#birdstext {
	float:right;
	width:200px;
	margin:20px;
	text-align:left;
	color:#FFFFFF;
	display:inline;
	}
	
		/*
	Front page GR3 advertisement
	*/
	
	
	#grtext{
	float:right;
	margin:25px;
	margin-top:75px;
	text-align:right;
	font-size:110%;
	color:#ffffff;
	}


	
	

	