body {
	margin-left: 0px;
	margin-top: 0px;
	padding:0;
}


#advert1 {
}
#footer {
	height: 60px;
	background:none;
}

.hide {
display: none;
}

#container {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/full_gradient.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	background-color: #5D7AA2;
}
#mainarea {
background-image: url(../img/mid_gradient.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	height: 290px;
}
#pageview {
	padding: 5px;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
}

#container {
/*	background-color: #000000;*/
	width: 800px;

}
#menubar {
	font-weight: bold;
}
#advert_title {
	background-color: #000000;
	width: 190px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	vertical-align: bottom;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.gettested.co.uk/img/aud_img_01.jpg);
}
#menubar a{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menubar a:hover{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #384F6B;
}
#header {
	display: block;
	width: 800px;
}

#sidebar {
	width: 300px;
	float: right;
	padding: 10px;
}


.link {
	font-weight: bold;
	height: 50px;
	text-align: right;
	font-style: normal;
	cursor: auto;
	 display: block;
}
.link a {
 display: block;
 color: #000000;
 text-decoration: none;
 /*border-bottom: 1px solid #9b988f;*/
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 2px;
 padding-right: 15px;

}
.link a:hover {
	display: block;
	cursor: pointer;  /*Here is the cursor that I have applied*/
	color: #000000;
	text-decoration: none;
	/*border-bottom: 1px solid #9b988f;*/
 padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 15px;
	background-color: #384F6B;
}




