﻿body {
   background-image: url('../images/CYA_gradient.png');
   background-repeat: repeat-x;
   margin: 0px;
   padding: 0px;
   font-family: "Lucida Grande", Arial, Verdana, Geneva, Helvetica, Sans-Serif;
   font-size: small;
}

#main_body {
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 40px;
   width: 974px;
   background-image: url('../images/CYA_halftone.png');
}

#top_bg_wrapper {
   background-image: url('../images/CYA_top_bg.png');
   background-repeat: no-repeat;
   padding-left: 40px;
   padding-right: 40px;
   padding-bottom: 35px;
   padding-top: 50px;
   width: 894px;
   /* these account for the offset caused by the wrapper div */
   position:relative;
   top:-1px;
}

#logo {
   margin-bottom: 15px;
}

#footer {
   background-image: url('../images/CYA_footer.png');
   background-repeat: repeat-x;
   height: 25px;
}

#footer p {
   margin: 7px 0px;
}

#footer_content {
   font-size: 0.8em;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
}

#footer_left {
   display: inline-block;
}

#footer_right {
   display: inline-block;
   float: right;
}

.plain_link a{
   text-decoration: none;
   color: black;
}

.plain_link a:hover {
   text-decoration: underline;
   color: Blue;
}