body {
 margin: 0;
 padding: 0;
 color: #333;
 font-family: arial, sans-serif;
 }

#header {
 text-align: center;
 background: url(header-bg.jpg) repeat-x;
 }

#header.img {
 margin: 0;
 padding: 0;
 }

#nav {
 height: 40px;
 background: url('nav-bg.jpg') repeat-x center;
 }

#nav p {
 text-align: center;
 font-weight: bold;
 font-size: 125%;
 margin: 0;
 padding: 9px;
 }

#nav p a {
 color: #fff;
 text-decoration: none;
 }

#nav p a:hover {
 color: #ffc;
 text-decoration: none;
 }

#content {
 width: 1090px;
 margin: 0 auto;
 padding: 0;
 }

.rt {
 width: 275px;
 color: #3a4b5c;
 float: right;
 margin-right: 130px;
 font-size: 90%;
 }

.rt ul {
 padding-right: 50px;
 }

.rt li {
 padding-top: 15px;
 }

.main {
 margin: 0 400px 0 160px;
 font-size: 95%;
 }

.main ul li {
 margin: 10px 0;
 }

a {
 color: #369;
 text-decoration: none;
 }

a:hover {
 text-decoration: underline;
 }

#footer {
 clear: right;
 margin: 100px 0 0 0;
 padding: 0;
 font-size: 90%;
 border-top: 1px solid #369;
 background: #efefef;
 }

#footer p {
 text-align: center;
 }

.copy {
 text-align: center;
 font-size: 80%;
 color: #666;
 }

a.copylink {
 text-decoration: none;
 color: #666;
 }

a.copylink:hover {
 text-decoration: none;
 color: #333;
 }

h1 {
 font-size: 160%;
 color: #4e5b67;
 }

h2 {
 font-size: 140%;
 }

.ctr {
 text-align: center;
 }
