/* 
XHTML week 3 CSS Stylesheet Created by Tim Keesling 01/19/2009
*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
  background-image: url(images/bk1.jpg);
  background-attachment: fixed;
  background-color: #000000;
}

#mainbody {
    background-color: transparent;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: auto;
    border: none;
}
/* Start Header Styles */
#header {
    background-image: url(images/headerback.png);
    background-repeat: repeat;
    width: 900px;
    height: 115px;
    padding: 2px;
}

.classlogo {
    float: left;
    width: 254px;
    height: 106px;
}
/* End Header Styles */

/* Start Main Content Styles */
#maincontent {
    background-color: #ffffff;
    width: 900px;
    height: 420px;
    border: none;
    padding: 2px;
}

.maincontent1 {
    float: left;
    width: 446px;
    height: 366px;
    border: none;
}

.maincontent2 {
    float: right;
    width: 446px;
    height: 366px;
    border: none;
}

.maincontent3 {
    float: left;
    width: 898px;
    height: 50px;
    border: none;
}

.content3align {
      text-align: center;
}
/* End Main Content Styles */

/* Start Footer Styles */
#footer {
    background-image: url(images/headerback.png);    
    background-repeat: repeat;
    width: 900px;
    height: 31px;
    padding: 2px;
}

.alignfooter {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 31px;    
}

.footer1image {
    float: left;
    width: 88px;
    height: 31px;
}

.footer2image {
    float: left;
    width: 88px;
    height: 31px;
}
/* End Footer Styles */

