
body {
background: #069;
}


#wrapper{
background: #fff url("../images/wrapperbg_blue.jpg") top center repeat-y;
}


#header{
background: #069 url("../images/headerbg_blue.jpg") bottom center no-repeat;
}	

 

#footer {
background:  url("../images/footerbg_blue.jpg") bottom center no-repeat;
}


#credit{
background: #069;
}

#credit p{
color: #fff;
text-weight: bold;
text-align:center;
text-decoration: none;
font-size: 100%;
margin-top: 0px;
}

#credit p a{
color: #fff;
text-weight: bold;
text-align:center;
text-decoration: underline;
}


#credit p a:hover{
color: #5d763f;
text-decoration: none;
}




#search{
background: #0074AD;
border: 1px solid #0085C7;
}

#search input{
color: #fff;
}

