
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-color: #006699;
}

#credit p{
	padding-bottom: 5px;
	color: white;
}

#credit p a, #credit p a:hover{
	font-weight: bold;
	color: #e3eb56;
}

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

#search input{
color: #fff;
}

