html{
 min-height: 100%;
 margin-bottom: 1px;
}

body {
 background: url("images/bg.jpg");
 background-attachment: fixed;
 background-repeat: repeat-x;
 background-position: top;
 text-align: center; /*IE center align window body*/
 padding:0px;
 margin-top: 0;
 font-weight: 400;
 font-size:1em;
 margin: 0 auto;
}
#content{
 position: relative;
 border-style: solid;
 border-width: 1px;
 border-color: #000030;
 width: 800px;
 margin: 0 auto;
 padding: 0;
 text-align:left;
 font-family: Comic-Sans, Verdana, sans-serif;
 margin-bottom: 0;
 margin-top: 0;
 list-style-image: url(images/bullet.png)
}

#header {
 margin: 0 auto;
 padding: 0;
 margin-top:0;
 background-color: blue;
 color:white;
 text-align:center;
}

#bodycontent {
 background: url("images/cbgi.jpg");
 background-attachment: fixed;
 background-position: bottom;
 margin-bottom: 0;
 margin-top: 0;
 padding: 8px;
 padding-top: 0px;
 z-index:1;
 font-size:1.05em;
}

#footer {
 font-size:70%;
 background-color: #FFFFFF;
 padding: 8px;
 text-align:center;
 text-decoration: none;
 }

#footer a{
 text-decoration: underline;
 color: #000000;
}

#iframe {
 float: right;
}
#iframe2 {
 position: absolute;
 right:-300px;
 top:320px;
}

#search{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align:left;
 font-family: Comic-Sans, Verdana, sans-serif;
 margin-bottom: 0;
 margin-top: 0;
 list-style-image: url(images/bullet.png)
}

#login{
 float: right;
 border-style: solid;
 border-width: 1px;
 border-color: #000030;
 padding: 4px;
}

#underline {
 text-decoration: underline;
}

tr.odd {
 background: #FAFAFF;
}

tr.even {
 background: #E2EFFE;
}

#nw{white-space:nowrap;}


