/*make the page wider and alter the margin*/
div#mainarea {
	width: 610px;
}
div#sidenav {
	margin-right: 10px;
}
/*Move the text out*/
div#mainarea h1, div#mainarea p {
	margin-left: 25px;
}
/*End of move text out*/
div#advert1 p, div#advert2 p, div#advert3 p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #84FF00;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}
div#advert3 p {
	margin-right: 20px;
}
div#advert1, div#advert2, div#advert3  {
	float: left;
	margin: 0 0 5px 0;
}
div#advert3 {
	margin-right: 0;
}
div#advert1 {
	background-image:url(../images/bike1.png);
	background-repeat:no-repeat;
	width: 199px;
	height: 225px;
}
div#advert2 {
	background-image:url(../images/bike2.png);
	background-repeat:no-repeat;
	width: 193px;
	height: 232px;
}
div#advert3 {
	background-image:url(../images/bike3.png);
	background-repeat:no-repeat;
	width: 214px;
	height: 248px;
}

div#video {
	float: left;
	width: 340px;
	margin: 0 0 0 25px;
	display: inline;
}
div#dsa {
	float: left;
	width: 160px;
	height: 295px;
	display: inline;
	margin: 0 0 0 25px;
	background-image:url(../images/dsa.jpg);
	background-repeat:no-repeat;
}
div#dsa p {
	margin: 80px 0 0 0;
	text-align:center;
}
/*Adverts*/
div#adleft, div#adright {
	float: left;
}
div#ad1, div#ad2, div#ad3 {
	float: left;
	background-image:url(../images/home/ad1.gif);
	width: 225px;
	height: 250px;
	overflow:hidden;
	margin: 0 35px 0 0;
}
div#ad2 {
	background-image:url(../images/home/ad2.gif);
}
div#ad3 {
	background-image:url(../images/home/ad3.gif);
	margin: 0;
}
div#ad1 p, div#ad2 p, div#ad3 p {
	margin: 0;
}
div#ad1 p span {
	color:#D60000;
}
/*end of adverts*/
/*Extend the left hand side just for the home page to line things up*/
div#sidenav ul {
	margin-bottom: 15px;
}
div#sidenav img {
	margin-bottom: 6px;
}
/*News rotator*/
 #scrollup {
   position: relative;
   overflow: hidden;
   height: 145px;
   width: 225px;
   margin: 90px 0 0 0
 }
 .headline {
   position: absolute;
   top: 170px;
   left: 5px;
   height: 150px;
   width:215px;
 }
div#ad3 .headline p.green {
 	color:#84FF00;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}