{ 
 margin: 0; 
 padding: 0; 
} 
body { 
 background: #333 url(bg.gif) 0 100% repeat-x; 
 font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
 text-align: center; 
 color: #333; 
} 
a:link, a:visited { 
 color: #633; 
} 
a:hover { 
 color: #966; 
} 
h1 { 
 margin-bottom: 11px; 
 margin-left: -108px; 
 padding: 15px 0 21px 108px; 
 border-bottom: 1px solid #ccc; 
 font: normal italic 1.5em/18px Georgia, serif; 
 color: #2f9142; /*Green*/
} 
h2, h3{ 
 font-weight: normal; 
 font-size: 1em; 
 line-height: 18px; 
} 
h2 { 
 margin-left: -204px; 
 padding: 10px 0 20px 204px; 
 background: url(h2_ornament.gif) 3px 0 no-repeat; 
 font-size: 1.25em; 
 text-transform: uppercase; 
 color: #999; 
} 
h3 { 
 padding-bottom: 6px; 
 font-weight: bold; 
 text-transform: uppercase; 
 letter-spacing: -1px; 
 color: #2f9142; /*Green*/
}
h4 { 
 color: #2778b0; /*Blue*/
}
h5 {
  padding: 0px 0 0px 0px; 
  font-size: 7pt;
  color: #999;
} 
#wrap { 
 background: url(wrap.gif) repeat-x; 
} 
#page { 
 margin: 0 auto; 
 width: 960px; 
 background: #fff url(page.gif) repeat-y; 
 text-align: left; 
} 
#header { 
 height: 192px; 
 background: #fff url(images/header.jpg) bottom no-repeat; 
} 
#header p { 
 float: left; 
 padding: 60px 24px 24px 126px; 
 font-size: 1em; 
 line-height: 1em; 
 color: #fff; 
} 
#header ul { 
 padding-top: 165px;
 padding-left: 0px;  
 text-align: left; 
 list-style: none; 
} 
#header li { 
 display: inline; 
 margin: 0 8px; 
} 
#header li a { 
 font-size: 1em; 
 line-height: 1.2em; 
 text-decoration: none; 
 color: #666666; 
} 
#header li a:hover { 
 color: #300; 
} 
#content-primary { 
 float: right; 
 margin: 12px 24px 60px 24px; 
 width: 528px; 
} 
#content-primary p { 
 padding-bottom: 18px; 
} 
#content-primary img { 
 float: right;  
}
#content-primary a { 
 font-size: 1em; 
 line-height: 1em; 
 text-decoration: none; 
 color: #2778b0; /*Blue*/
} 
#content-primary a:hover { 
 color: #2c90d6; /*Light Blue*/
} 
#content-secondary { 
 float: right; 
 margin: 30px 216px 60px 24px; 
 width: 144px; 
 font-size: 11px; 
 color: #300; 
} 
#content-secondary p { 
 padding-bottom: 18px; 
}
#content-secondary a { 
 font-size: 1em; 
 line-height: 1em; 
 text-decoration: none; 
 color: #2778b0; /*Blue*/
} 
#content-secondary a:hover { 
 color: #2c90d6; /*Light Blue*/
}
#content-secondary img { 
 float: left;
 text-decoration: none;  
}  
#footer { 
 clear: right; 
 height: 100px; 
 background: #222222 url(footer.gif) top no-repeat; 
 font-size: 10px; 
 line-height: 1em; 
 text-shadow: 1px 1px 1px #333; 
 color: #fff; 
}     
#footer p { 
 padding: 24px 24px 0 24px; 
}
#footer ul { 
 padding-top: 20px;
 padding-left: 0px;  
 text-align: left; 
 list-style: none; 
} 
#footer li { 
 display: inline; 
 margin: 0 12px; 
} 
#footer li a { 
 font-size: 1em; 
 line-height: 1em; 
 text-decoration: none; 
 color: #2f9142; /*Green*/
} 
#footer li a:hover { 
 color: #fff; 
}  
.clear { 
 clear: both; 
}