* {
 margin: 0;
 padding: 0;
}
body {
margin: 0; 
padding: 0;
 background: #eee;
 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;
 padding-top: 15px;
 padding-bottom: 21px;
 border-bottom: 1px solid #ccc;
 font: normal italic 1.5em/18px Georgia, serif;
 color: #633;
}
h2, h3{
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 padding-top: 10px;
 padding-bottom: 20px;
 font-size: 1.25em;
 text-transform: uppercase;
 color: #999;
}
h3 {
 padding-bottom: 6px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: -1px;
 color: #633;
}
#wrap {
background-color:#CCCC99;
}
#page {
 margin: 0 auto;
 width: 960px;
 height: auto;
 background: #FFFF99;
 border: 4px #999966 ridge;
 text-align: left;
overflow: visible;
}

#header {
height: 202px;
background-color: #ffff99;
padding-top: 0px;
padding-bottom: 10px;
}
#header img {
padding-top: 20px;
}
#header ul {
padding-top: 5px;
padding-right: 12px;
 text-align: right;
 list-style: none;
 background: #FFFF99;
 }

#header li {
 display: inline;
 margin: 10px;
 padding-left: 10px;
}
#header li a {
 font-size: 1.25em;
 line-height: 1em;
 text-decoration: none;
 color: #000000;
}
#header li a:hover {
 color: #300;
}
#content-primary {
float: right;
padding-top: 40px;
padding-left: 0px;
margin-top: 40px;
width: 620px;
}
#content-primary p {
 padding-bottom: 18px;
padding-right: 18px;
}
#content-primary img {
 float: left;
 margin: 10px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
}
#content-secondary {
height: auto;
float: none;
margin-top: 90px;
width: 200px;
font-size: 12px;
color: #300;
border-right: none ;
margin-left: 50px;
padding-top: 20px;
}

#content-secondary p {
 padding-bottom: 18px;
}
#footer {
 clear: right;
 height: 130px;
 background: #999966;
 font-size: 1.25em;
 line-height: 1em;
 color: #fff;
}
#footer p {
 padding: 24px;
}
#footer ul {
 padding-top: 10px;
 padding-right: 12px;
 text-align: right;
 list-style: none;
}
#footer li {
 display: inline;
 margin: 0 12px;
}
#footer li a:hover {
 color: #300;
}
#footer a:link, #footer a:visited {
 color: #ffffff;
display: inline;}   
.clear {
 clear: both;
}