body{
	margin: 0px;
	colour: #000000;
	font-family: Tahoma; /*or any other font family you prefer*/
	font-size: 14px;
	background-color: #0F75BD;
	background-image: url(../images/yorkshire-dentist_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*********** top row of images ******************************************/
#mainimage {
position: relative;
width: 800px;
margin: auto;
top:0px;
}

div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:0px; /* This is applied relative to edge of container */ 
top:0px;
}
#nav {
position: relative;
width: 800px;
margin: auto;
top:164px;
}
div.nav1{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:0px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav2{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:56px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav3{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:156px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav4{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:241px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav5{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:301px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav6{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:375px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav7{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:456px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav8{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:543px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav9{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:591px; /* This is applied relative to edge of container */ 
top:0px;
}
div.nav10{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:692px; /* This is applied relative to edge of container */ 
top:0px;
}
#header {
position: relative;
width: 800px;
margin: auto;
top:196px;
}
div.header1{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:0px; /* This is applied relative to edge of container */ 
top:0px;
}
div.header2{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:600px; /* This is applied relative to edge of container */ 
top:0px;
}

#textarea {
position: relative;
width: 800px;
margin: auto;
top:267px;
}

div.textarea1{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	left:0px; /* This is applied relative to edge of container */
	top:0px;
	height: 333px;
	width: 600px;
	background-image: url(../images/yorkshire-dentist_16.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.textarea2{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	left:600px; /* This is applied relative to edge of container */
	top:0px;
	height: 313px;
	width: 180px;
	background-color: #f0efef;
	font-family: Tahoma;
	font-size: 11px;
	color: #0F75BF;
	margin: 0px;
	padding: 10px;
}
div.textarea3{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	left:20px; /* This is applied relative to edge of container */
	top:20px;
	width: 270px;
}
div.textarea4{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	left:310px; /* This is applied relative to edge of container */
	top:20px;
	width: 270px;
}
#copyright {
	position: relative;
	width: 800px;
	margin: auto;
	top:600px;
	font-family: Tahoma;
	font-size: 11px;
	color: #BC2E90;
	line-height: 20px;
}
#indeximage {
position: relative;
width: 800px;
margin: auto;
top:0px;
}

div.indeximage1{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:0px; /* This is applied relative to edge of container */ 
top:0px;
}

#navindex {
position: relative;
width: 800px;
margin: auto;
top:384px;
}

div.indexnav1{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:0px; /* This is applied relative to edge of container */ 
top:0px;
}
div.indexnav2{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
left:682px; /* This is applied relative to edge of container */ 
top:0px;
}

#indexbottom {
position: relative;
width: 800px;
margin: auto;
top:415px;
}
.header-text {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #BB2F92;
}
.title-text {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #BB2F92;
}
.title-white{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.title-statement {
	font-family: Tahoma;
	font-size: 9px;
	color: #535353;
}
A.class_bottom:link {
	COLOR: #c1dbec;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 10px;
}
A.class_bottom:visited {
	COLOR: #c1dbec;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 10px;
}
A.class_bottom:hover {
	COLOR: #ffffff;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 10px;
}
A.class_bottom:active {
	COLOR: #c1dbec;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 10px;
}
A.class_nav:link {
	color: #0F75BD;
	text-decoration: none;
}
A.class_nav:visited {
	text-decoration: none;
	color: #0F75BD;
}
A.class_nav:hover {
	text-decoration: none;
	color: #BB2F92;
}
A.class_nav:active {
	text-decoration: none;
	color: #0F75BD;
}
li {
	font-family: Tahoma;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-yorkshire-dentist.jpg);
}

/****************************/

A.class_0:link {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 11px;
}
A.class_0:visited {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 11px;
}
A.class_0:hover {
	COLOR: #666666;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 11px;
}

A.class_0:active {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 11px;
}
A.class_1:link {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 13px;
}
A.class_1:visited {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 13px;
}
A.class_1:hover {
	COLOR: #666666;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
}
A.class_1:active {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 13px;
}
A.class_2:link {
	COLOR: #0000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}
A.class_2:visited {
	COLOR: #0000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 14px;
}
A.class_2:hover {
	COLOR: #666666;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}
A.class_2:active {
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}