.header {
	width: 816px;
	vertical-align:top;
}

.nav {
   margin-top: 25px;
   width: 100px;   
   margin-left: 15px;   
}

a.nav_home {
   display:block;
   background: url("../images/home_btn_off.jpg") no-repeat;
   width: 120px;
   height: 20px; 
   margin-top:5px;   
}

a.nav_home:hover, a.nav_home:active {
   display:block;
   background: url("../images/home_btn_on.jpg") no-repeat;
}

a.nav_our_work {
   display:block;
   background: url("../images/our_work_btn_off.jpg") no-repeat;
   width: 120px;
   height: 20px; 
   margin-top:5px;
}

a.nav_our_work:hover, a.nav_our_work:active {
   display:block;
   background: url("../images/our_work_btn_on.jpg") no-repeat;
}

a.nav_contact_us {
   display:block;
   background: url("../images/contact_us_btn_off.jpg") no-repeat;
   width: 120px;
   height: 20px; 
   margin-top:5px;
}

a.nav_contact_us:hover, a.nav_contact_us:active {
   display:block;
   background: url("../images/contact_us_btn_on.jpg") no-repeat;
}

a.nav_what_we_do {
   display:block;
   background: url("../images/what_we_do_btn_off.jpg") no-repeat;
   width: 120px;
   height: 20px; 
   margin-top:5px;
}

a.nav_what_we_do:hover, a.nav_what_we_do:active {
   display:block;
   background: url("../images/what_we_do_btn_on.jpg") no-repeat;
}

a.nav_floor_facts {
   display:block;
   background: url("../images/floor_facts_btn_off.jpg") no-repeat;
   width: 120px;
   height: 20px; 
   margin-top:5px;
}

a.nav_floor_facts:hover, a.nav_floor_facts:active {
   display:block;
   background: url("../images/floor_facts_btn_on.jpg") no-repeat;
}

.page {
    background:rgb(255,245,234);
    background-color:rgb(255,245,234);	
	margin-top:0px;	
	padding: 0 0 0 0;	
}

.body {
    background-color: #FFFFFF;
	margin-top:0px;	
	width:816px;
}

.content {
   margin-top:20px;
   padding-right: 15px;
   padding-bottom: 10px;   
}

.footer, .footer A {
   width:816px;
   text-align:center;
   color:maroon;        
}

.font_style, .font_style A{
   font-family:"Trebuchet MS";   
   padding-right: 10px;   
}

.font_centered, .font_centered A{
   font-family:"Trebuchet MS"; 
   text-align:center;   
   font-weight:bold;
   font-size:large;  
}

.picture_font_style, .picture_font_style A{
   font-family:"Trebuchet MS"; 
   font-weight:bold;
   font-size:small;      
}

.h1 {
   font-family: "Trebuchet MS"; 
   font-size:28px;
}
