/*CSS for bannatyne page only*/

/*Sets grey background for rest of page*/
body {
text-align: center;}

.box {
	text-align: left;
		margin: 0 auto; 
		width: 800px;
		height: 500px;}
		
.welcome2    {margin-left:300px;
		     margin-top:357px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:20px;
			 font-family:"Trebuchet MS";} 
			 
.welcome3    {margin-left:300px;
		     margin-top:927px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:20px;
			 font-family:"Trebuchet MS";} 
			 
.sta 	    {margin-left:260px;
		     margin-top:350px;
		     z-index:4;
		     position:absolute;}
			 
.sta2    	{margin-left:260px;
		     margin-top:920px;
		     z-index:4;
		     position:absolute;}

.step1	    {margin-left:100px;
		     margin-top:390px;
		     z-index:4;
		     position:absolute;}
		
.step2	    {margin-left:100px;
		     margin-top:960px;
		     z-index:4;
		     position:absolute;}
			 			 
.text1	    {margin-left:270px;
		     margin-top:407px;
			 width:450px;
		     z-index:4;
		     position:absolute;
			 color:#000000;
			 font-size:14px;
			 font-family:"Trebuchet MS";}
			 
.text2	    {margin-left:120px;
		     margin-top:510px;
			 width:600px;
		     z-index:4;
		     position:absolute;
			 color:#000000;
			 font-size:14px;
			 font-family:"Trebuchet MS";}
			 
/*Positions the border image around the page*/
.border     { background: url(images/border-middle-round.png) repeat-y center; 
		     margin-left:-47px;
		     margin-top:17px;
			 height:2150px;
			 width:900px;
		     position:absolute;
		     z-index:4;}

.border_top {background: url(images/border-top-round.png) no-repeat top left; 
		     margin-left:-40px;
		     margin-top:-23px;
			 height:40px;
			 width:900px;
		     position:absolute;
		     z-index:4;}

.border_bottom{background: url(images/border-bottom-round.png) no-repeat top left; 
		     margin-left:-40px;
		     margin-top:2167px;
			 height:50px;
			 width:900px;
		     position:absolute;
		     z-index:4;}


/*White background behind the content*/
.background2 {margin-left:-20px;
		     margin-top:0px;
		     width:849px;
		     height:1600px;
		     position:absolute;
			 background-color:#FFFFFF;}

/*Center logo for home page*/
.Logo       {background: url(images/Logo1.gif) no-repeat top left;  
			 margin-left:285px;
		     margin-top:20px;
			 height:400px;
			 width:400px;
		     z-index:4;
		     position:absolute;}

/*First blue stream at the top- positions image*/
.nav_blue   {background: url(images/nav1.jpg) no-repeat top left; 
		     margin-left:-20px;
		     margin-top:225px;
		     height:100px;
			 width:860px;
		     z-index:3;
		     position:absolute;}

/*Formats the links in nav bar*/
.links      {margin-left:65px;
		     margin-top:228px;
		     z-index:4;
		     position:absolute;
			 color:#FFFFFF;
			 font-size:16px;
			 font-family:"Trebuchet MS"}

/*Formats page header*/
.welcome    {margin-left:39px;
		     margin-top:268px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:24px;
			 font-family:"Trebuchet MS";}  
		


/*Formats page header*/
.mainImage  {margin-left:80px;
		     margin-top:255px;
			 width:500px;
		     z-index:4;
		     position:absolute;} 
			 
.sideImage  {margin-left:400px;
		     margin-top:550px;
			 width:75px;
		     z-index:4;
		     position:absolute;} 



/*Second blue stream at the bottom- positions image*/
.nav_blue2  {background: url(images/nav1.jpg) no-repeat top left; 
			 margin-left:-20px;
		     margin-top:2070px;
		     height:40px;
			 width:860px;
		     z-index:3;
		     position:absolute;}

/*Last updated info at bottom of page*/
.updated    {margin-left:75px;
		     margin-top:2115px;
		     z-index:4;
			 color:#000099;
		     position:absolute;
			 font-size:13px;
			 font-family:"Trebuchet MS";}

/*Copyright info at bottom of page*/
.copyright  {margin-left:260px;
		     margin-top:2073px;
			 height:30px;
		     z-index:4;
			 color:#FFFFFF;
		     position:absolute;
			 font-family:"Trebuchet MS"}

/*Design info at bottom of page*/
.design     {margin-left:565px;
		     margin-top:2115px;
		     z-index:4;
			 color:#000000;
		     position:absolute;
			 font-family:"Trebuchet MS";
			 font-size:13px;}
			 
.Content_bannatyne{color:#000000;
              font-family:"Trebuchet MS";
			  margin-top:600px;
			  margin-left:105px;
			  position:absolute;
			  text-align:left;
			  z-index:4;
			  width:580px;
			  height:200px;
			  font-size:14px}
			  
.ban_link    {margin-top:1140px;
			  margin-left:217px;
			  position:absolute;
			  z-index:4;}
			  
.image       {margin-top:415px;
			  margin-left:250px;
			  position:absolute;
			  text-align:center;
			  z-index:4;}

/*Navbar link colours*/
a:link {color:#FFFFFF}
a:visited {color:#FFFFFF}
a:hover   {color:#AAAAAA}

/*All other link colours*/
a.links2:link    {color:#000099;}
a.links2:hover   {color:#000099;}
a.links2:visited {color:#000099;}





