* {
padding: 0;
margin: 0;
} 

body {
margin: 15;
padding: 15;
background: #91725b;            /*background color of entire page bkgnd*/
color: #444;
font: bold 13px Arial, sans-serif;
line-height: 17px;
}

img {border: none;}
a{ color: #2A84E5; text-decoration: none; }
a:hover {  color: #000; }

#top {
background: #fbeec7 url(images/top.jpg) no-repeat;
padding: 10px 0;
}
#contentt {
background: #fbeec7 url(images/content.jpg) repeat-y;
padding: 20px;
}
#bottom {
background: #fbeec7 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#wrap {
width: 970px;
margin: 0 auto;
}

#header {
height: 100px;
line-height: 30px;
}
#header h1 { 
font-size: 45px;
letter-spacing: -1px;
padding: 30px 0 0 10px;
color: #000;
}
#header h1 a { 
color: #3B8FE9;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}
#header h2 { letter-spacing: -1px; padding: 0 0 0 16px; font-size: 29px; color: #000; }

#headermenu {
height: 60px;
background: #3B8FE9 url(images/menubg.jpg) repeat-x;         /*menubg.jpg goes here*/
line-height: 60px;
}
.headerm { 
padding: 0;
text-transform: uppercase;
font-weight: 150;                                   /*weight of text links at top*/
}
.headerm li {
float:left;
list-style-type:none;
}
.headerm li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fbeec7;            /*color of text links at top of page*/
letter-spacing:1px;
letter-spacing: 1px;
font-size: 16px;           /*font size of text links at top of page*/
}
.headerm li a:hover {
color:#000;
text-decoration:none;
}




.left {
margin-top: 6px;
float: left;
width: 200px;
line-height: 15px;
}
.left h2 {
margin-top: 10px;
font: bold 14px Arial, Sans-serif;                             /*size of left margain header font*/
line-height: 30px;	
background: #CC0001 url(images/contenth2.jpg) repeat-x;        /*content header image goes here*/
height: 30px;
color: #fff;
padding-left: 10px;
}
.left ul  {
color: #aaa;
text-align: left;
margin: 3px 5px 8px 5px; 
padding-left: 10px;
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 5px 0 5px 0px;          /*padding of text under "Links" header*/
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #000;                         /*color of links (w/o hover) on left side*/
}
.left ul a:hover { color : #666; }




.middle ul li {
padding: 0px 0px 0px 0px;
margin: 25px 25px;	
}

.middle { 
/*padding: 10px;*/
margin-top: 10px;
float: left;
width: 510px;
margin-left: 10px;
margin-right: 10px;
line-height: 20px;
}
.middle h2 {
font: bold 14px Arial, Sans-serif;
color: #fff;	
background: #CC0001 url(images/contenth2.jpg) repeat-x;
margin-bottom: 5px;
margin-top: 6px;
height: 30px;
line-height: 30px;
padding-left: 10px;            /*Padding on text "Anderson & Anderson Consultants, Inc. Services"*/
}
.middle h2 a {
color: #fff;
}
.middle h2 a:hover {
color: #000;
}





.right {
margin-top: 6px;
float: right;
width: 200px;
}
.right h2 {
margin: 10px 0 20px 0;
font: bold 14px Arial, Sans-serif;                     /*font and size of header on right side*/
line-height: 30px;	
background: #CC0001 url(images/contenth2.jpg) repeat-x;
height: 30px;
color: #fff;                                           /*font color of right side margain header*/
padding-left: 10px;
}

#footer { 
color: #fff;
text-align: center;
padding-bottom: 10px;
}
#footer a {  color: #fff; text-decoration: none; }
#footer  a:hover { color: #000; } 