/* website structure */


body {
	margin: 0px;
	background-color: #b9b9b9;	
	}		

#CONTAINER {
	margin: 0 auto;
	height: 1612px;
	width: 931px;
	position: relative;
	border-left-width: 2px;
	border-left-color:#055046;
	border-left-style:solid;
	border-right-width: 2px;
	border-right-color:#055046;
	border-right-style:solid;
	}
		
#HEADDER {
	width: 931px;
	height: 307px;
	background-image: url(../images/Tony%20Botto%20Motorcycles%20-%20Oxfordshire.jpg);
	}

#LEFT {
	float:left;
	height: 1300px;
	width: 170px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/background_001.gif);
	}

#MIDDLE {
	float:left;
	height: 1300px;
	width: 458px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f8f8f8;
	}

#RIGHT {
	float:left;
	height: 1300px;
	width: 233px;
	background-color: #f8f8f8;
	}

#FOOTER {
	float:left;
	width: 931px;
	height: 5px;
	background-color: #f8f8f8;
	}
	
#AD1 {
	float:left;
	height: 271px;
	width: 133px;
	padding-top: 29px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/background_002.jpg);
	}

#AD2 {
	float:left;
	height: 271px;
	width: 133px;
	padding-top: 29px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/background_002.jpg);
	}

#AD3 {
	float:left;
	height: 271px;
	width: 133px;
	padding-top: 29px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/background_002.jpg);
	}
	
#WEBSITE_BY_DANIEL_POFFLEY {
	margin: 0 auto;
	width: 931px;
	position: relative;
	padding-right: 20px;
	padding-top: 5px;	
	padding-bottom: 5px;
	text-align:right;
	}

#COVID {
	background-color: #055046;
	padding: 20px;
	margin-bottom: 50px;
	color: #fff;
	}


/* headings and text styles */


h1{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: normal;
	color: #055046;
	text-align: justify;
	padding-top: 216px;
	padding-left: 38px;
	}

h2{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight:normal;
	color: : #055046;
	text-align: justify;
	padding-top: 216px;
	padding-right: 38px;
	}
	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #055046;
	text-align: justify;
	}

.text_bulk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #515151;
	text-align:justify;
	}
	
	
/* link styles */


a:link {
	text-decoration: none;
	COLOR: #515151; 
	}
a:visited {
	text-decoration: none;
	COLOR: #515151; 
	}
a:hover {
	text-decoration: none;
	COLOR: #055046; 
	}
a:active {
	text-decoration: none;
	COLOR: #055046; 
	}
a: href {
	text-decoration: none;
	COLOR: #055046; 
	}