/* background styles  */

body {
	background:url('images/gradient_bg.jpg') repeat-x #D7E0F1;
	font-family: arial, helvetica, sans-serif;
}

.background { 
	background:url('images/bg_nodrop.gif') repeat-y center;
	margin: 0px;

}

.bottom_cap { 
	background: url('images/bottom_cap_nodrop.gif') no-repeat center;
	height: 46px;
	margin: 0px auto;
}

.top_cap { 
	background:url('images/top_cap_nodrop.gif') no-repeat bottom center;
	height: 9px;
	margin-top:-4px;
}

