
body{
    background: #000;
    margin:0px auto;
    padding:0px auto;
    border:0px auto;
    text-align:center;
    background-image: url(images/blackbg.png);
    background-repeat: repeat-x;
}

#site{ 
    background: #efefef;
    width: 950px;
    margin:0 auto;
    padding:0;
}

#head{
    background: #fff;
    width: 950px;
    height:180px;
    background-image: url(images/check.gif);
    background-repeat: repeat-x;
    margin:0;
    padding:0;   
}

#logo{
    left: 0px;
    position:relative;
    float:left;
    top:45px;
    width: 100px;
    height:80px;
    z-index :20;
}
#adi{
position:absolute;
display:block;
left:680px;
top: -5px;
}

#road{
    position:relative;
    float:left;
    top:70px;
    width: 950px;
    height:20px;
    background-image: url(images/redborder.gif);
    background-repeat: repeat-x
    z-index :20;
}


#nav{ 
    position:relative;
    float: right;
    top:120px;
    width:600px;
    height:100px;
    vertical-align:bottom;
    z-index :2;
    text-align:right;
    padding-right:30px;
}

#main{
    position:relative;
    top:10px;
    width:950px;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .7em;
}

#mainleft{
    padding-top:30px;
    padding-right:20px;
    padding-left:70px;
    float: left;
    width:600px;
    overflow:visible;
}

#mainright{
    padding-left:20px;
    float: left;
    top:10px;
    width:230px;
    height:600px;	
}

#footer{
   float:clear;
   width:500px;
   height:60px;
   color: silver;
   text-align:center;
}

p.home{
    padding: 10px;
    line-height: 1.6em;
}

p.right{
    line-height: 1.4em;
}

h1.home{  
    margin: 0px;
    padding:15px;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1.2em; 
    color: #000;
    background: #b8b8b8  url(images/hbg.png) top right repeat-x;
    text-decoration: none;  
}

h2 {
    line-height:1.5em;
    background:   url(images/arrow.png) center left no-repeat;
    padding-left:30px;
    margin:0;
}

h2.phone{
    line-height:1.5em;
    background:   url(images/phonesmall.png) center left no-repeat;
    padding-left:30px;
    margin:0;
}

h1.house{
    line-height:1.8em;
    background:   url(images/homesmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}

h1.services{
    line-height:1.8em;
    background:   url(images/servicessmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}

h1.contact{
    line-height:1.8em;
    background:   url(images/mailsmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}

h1.downloads{
    line-height:1.8em;
    background:   url(images/downloadsmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}

h1.tips{
    line-height:1.8em;
    background:   url(images/xsmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}

h1.book{
    line-height:1.8em;
    background:   url(images/booksmall.png) center left no-repeat;
    padding-left:50px;
    margin:0;
}


h1 {
    font-size:2em;
}
h2 {
    font-size:1.6em;
}
h3 {
    font-size:1.4em;
}

ol,ul{

line-height:1.8em;

}
A{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    color: #5f5b5b;
    background-color:none;	
}
A:link, A:visited, A:active {color: #5f5b5b; text-decoration: none}
A:hover { text-decoration: underline; color: red;}
IMG { border: none }

img.content {
    padding:2px;
    border: 1px solid #000;
}
