﻿html,body{
margin:0;padding:0
}

body{
    font: 80% arial,sans-serif;
    color:#000000;
	margin-top: 10px;
    }
	
Div#bodycontainer{
background-color: #15659A;
width:800px;
margin:0 auto;
}	
	

div#header{
height: 88px;
width: 800px;
}
div#maincontainer{
	text-align:left;
	padding:0;
	background:url(../images/dale_harris_web_3.jpg) no-repeat;
}

div#nav1{float:right;}
div#nav2{float:right;}
div#nav3{float:right;}
div#nav4{float:right;}


#nav1 a{
display:block;
width:147px;
height:88px;
line-height:88px;
color:#000;
text-decoration:none;
background:url(../images/contact1.jpg);
text-indent:10px;
}
#nav1 a:hover
{background:url(../images/contact2.jpg);
}
#nav2 a{
display:block;
width:119px;
height:88px;
line-height:88px;
color:#000;
text-decoration:none;
background:url(../images/are1.jpg);
text-indent:10px;
}
#nav2 a:hover
{background:url(../images/are2.jpg);
}
#nav3 a{
display:block;
width:117px;
height:88px;
line-height:88px;
color:#000;
text-decoration:none;
background:url(../images/do1.jpg);
text-indent:10px;
}
#nav3 a:hover
{background:url(../images/do2.jpg);
}
#nav4 a{
display:block;
width:89px;
height:88px;
line-height:88px;
color:#000;
text-decoration:none;
background:url(../images/home1.jpg);
text-indent:10px;
}
#nav4 a:hover
{background:url(../images/home2.jpg);
}
#footer{height:8px;background-color: #15659A;}

/* Base formatting styles */



