body  {



	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */



	padding: 0;



	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */



	color: #000000;



	margin-top: 0px;



	background-image: url(../images/body_tile.gif);



	background-repeat: repeat-x;



}







h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
	font-weight: normal;
	padding-left: 0px;
	line-height: 26px;
	padding-top:5px;
	margin: 0;



}







h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	margin:0px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: baseline;
	background-image: url(../images/featured_bg.gif);
	background-repeat: no-repeat;


}  







p {



	font-family:Arial, Helvetica, sans-serif;



	font-size:12px;



	color:#707070;



	margin-top:0px;



	line-height: 22px;



}







.paragraph {



	font-family:Arial, Helvetica, sans-serif;



	font-size:12px;



	color:#707070;



	margin-top:0px;



	line-height: 22px;



}







.bannertitle{



	font-family:Arial, Helvetica, sans-serif;



	font-size:24px;



	color:#FFFFFF;



	margin:0px;



	font-weight: normal;



	padding-left: 10px;



	line-height: 26px;



	padding-top:5px;



} 







.layout #container {



	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */



	width: 1000px;



	margin: 0px auto;



	text-align: left;



} 







.layout #header {

	width: 1000px;

	height: 104px;

	background-image: url(../images/banner_01.jpg);

	background-repeat:no-repeat;



} 







.layout #navbar {



	width: 980px;



	height: 39px;



	background-image: url(../images/nav_bg.gif);



	font-family: Verdana, Arial, Helvetica, sans-serif;



	font-size: 11px;



	font-weight: bold;



	line-height: 39px;



	vertical-align: bottom;



	margin-left: 10px;



	border-bottom: 1px #dedede solid;



	border-top: 1px #eeeeee solid;



} 















.layout #footer {



	width: 1000px;



	height: 15px;



	background-image: url(../images/footer_bg.gif);



	background-repeat: no-repeat;



	float: left;



} 


img {
padding: 0px 0px 10px 0px;
}