body {
text-align: center;
background: #757575;
}

#container {
position: relative;
top: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 1024px; 
height: 768px;
text-align: left;
}


#bodybg {
width: 1024px;
height: 768px;
background-image: url(../img/background.jpg); 
background-repeat: no-repeat;
position: absolute;
top:0px;
left:0px;
}

#maincontent {
position: absolute;
top: 116px;
left: 141px;
}


#leftphoto {
width: 344px;
height: 541px;
float: left;
position: relative;
top:7px;
left: 8px;
}

#rightcontent {
width: 373px;
height: 354px;
float: left;
position: relative;
top:7px;
left: 18px;
}


#bottomrightcontent {
width: 373px;
height: 177px;
float: left;
position: relative;
top:7px;
left: 10px;
}




	
/* FOOTER */

.footer {
position: absolute;
top: 685px;
left: 149px;
}

.footerelements {
width: 725px;
height: 18px;
color: #757575;
font-family:Times New Roman;
font-size: 10px;
}

.zeesmanlink a{
font-family:Times New Roman;
font-size: 10px;
color: #757575;
text-decoration: none;
}

.zeesmanlink a:hover{
font-family:Times New Roman;
font-size: 10px;
color: #b4aaa0;
text-decoration: none;
}

.zeesmanlink {
float:left;
}

.contactlink {
float:right;
}


.contactlink span{
color: #757575;
}


.contactlink a{
font-family:Times New Roman;
font-size: 10px;
color: #757575;
text-decoration: none;
}

.contactlink a:hover{
font-family:Times New Roman;
font-size: 10px;
color: #b4aaa0;
text-decoration: none;
}


/* HEADER */

.header {
position: absolute;
top: 49px;
left: 130px;
height: 58px;
width:362px;
}


#sitenav ul {
position: absolute;
top: 90px;
left: 543px;
width:328px;
height: 9px;
margin: 0px;
padding: 0px;
}


 #sitenav ul li {
margin: 0px;
padding: 0px;
list-style: none;
display: inline;
}



 #sitenav  ul li a {
    background-image: url(../img/navbar.gif); 
	background-repeat: no-repeat;
	display: block;
    float: left;
    height: 9px;
    text-indent: -3000px;
    text-decoration: none;
	outline: none;
}
/* --( Navigation Items )-- */
    
  #sitenav ul li.company a {
        width: 94px;
        background-position: 0px 0px;
    }
	
	#sitenav  ul li.company a:hover {
        width: 94px;
        background-position: -312px 0px;

    }
	
	  #sitenav ul li.company_active a {
        width: 94px;
        background-position: -312px 0px;
    }
	
	
	
    #sitenav ul li.services a {
          width: 97px;
        background-position: -93px 0px;
    }
	
	  #sitenav  ul li.services a:hover {
         width: 97px;
        background-position: -405px 0px;
    }
	
	  #sitenav  ul li.services_active a {
         width: 97px;
        background-position: -405px 0px;
    }
	
    #sitenav ul li.clients a {
        width: 89px;
        background-position: -190px 0px;
    }
	
	
	
	  #sitenav  ul li.clients a:hover {
       width: 89px;
        background-position: -502px 0px;
    }
	
	  #sitenav  ul li.clients_active a{
       width: 89px;
        background-position: -502px 0px;
    }
	
	
    #sitenav ul li.news a {
        width: 33px;
        background-position: -279px 0px;
    }
    
    #sitenav  ul li.news a:hover {
        width: 33px;
        background-position: -591px 0px;
    }
	
	   #sitenav  ul li.news_active a{
        width: 33px;
        background-position: -591px 0px;
    }
   