* {
 margin: 0;
 padding: 0;
}
body {
 background: #fff url(../images/bg.gif) 0 100% repeat-x;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: center;
 color: #fff;
}
a:link, a:visited {
 color: #633;
}
a:hover {
 color: #966;
}
h1 {
 margin-bottom: 3px;
 margin-left: 0px;
 padding: 10px 0 21px 0px;
 border-bottom: 1px solid #ccc;
 font: bold italic 2em/18px Georgia, serif;
 color: #633;
}
h2, h3, h4{
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 //margin-left: -204px;
 padding: 10px 0 20px 0px;
 //background: url(../images/h2_ornament.gif) 3px 0 no-repeat;
 font-size: 1.25em;
 text-transform: uppercase;
 color: #999;
}
h3 {
 margin-left: 0px;
 padding-bottom: 0px;
 letter-spacing: 0.5px;
 font: 1em Georgia, serif;
 color: #000;
 //float: left;
}

h4 {
 margin-bottom: 3px;
 margin-left: 0px;
 padding: 10px 0 21px 0px;
 border-bottom: 1px solid #ccc;
 font: bold italic 2em/18px Georgia, serif;
 color: #633;
} 

#wrap {
 background: url(../images/bg.gif) repeat-x;
}
#page {
 margin: 0 auto;
 width: 960px;
 background: #fff url(../images/page.gif) repeat-y;
 text-align: left;
}
#header {
 height: 165px;
 background: #fff url(../images/header.gif) top no-repeat;
}

#header p {
 float: left;
 padding: 0px 24px 24px 06px;
 font-weight: bold;
 font-size: 1.5em;
 line-height: 1em;
 color: #fff;
}
#header ul {
 padding-top: 62px;
 padding-right: 12px;
 text-align: right;
 list-style: none;
}
#header li {
 display: inline;
 margin: 0 12px;
}
#header li a {
 font-size: 1.25em;
 line-height: 1em;
 text-decoration: none;
 color: #fff;
}
#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: left;
 margin: -6px 18px 0 -114px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
}
#content-secondary {
 float: right;
 margin: 30px 216px 60px 24px;
 width: 144px;
 font-size: 11px;
 color: #300;
}
#content-secondary p {
 padding-bottom: 18px;
}
#footer {
 clear: right;
 height: 200px;
 background: #75aae9 url(../images/footer.gif) top no-repeat;
 font-size: 10px;
 line-height: 1em;
 text-shadow: 1px 1px 1px #333;
 color: #fff;
}
#footer a:link, #footer a:visited {
 color: #c99;
}    
#footer p {
 padding: 132px 24px 0 24px;
}
.clear {
 clear: both;
}
