/* CSS Document */

body {
   background: #FFFFFF;
   }

#header {
   width: 1050px;
   height: 100px;
   background:url(images/SW_header.gif) bottom left no-repeat;
   }

#header img {
   margin: 73px 0 0 30px;
   }

.imgalt {
   padding: 0 0 0 65px;
   }
   
#content {
   width: 1050px;
   }

p {
   font-family:"Century Gothic", Arial, Helvetica, sans-serif;
   font-size: small;
   padding: 0 250px 0 100px;
   }

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

#copy {
   float: left;
   font-family:"Century Gothic", Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 10px 0 0 0;
   }
   
#footer {
   float: right;
   margin: 0 50px 0 0;
   font-family:"Century Gothic", Arial, Helvetica, sans-serif;
   font-size: 12px;
   }
