* {
	margin: 0;
	padding: 0;
}

.roundedcorner {
   background: #dddddd url(images/roundedcornr_847979_grad.gif) repeat-x top left;
   /*height: 86px;
   height: 100px;*/
}
.roundedCornerTop {
   background: transparent url(images/roundedcornr_847979_tr.gif) no-repeat top right;
}
.roundedCornerTop div {
   background: url(images/roundedcornr_847979_tl.gif) no-repeat top left;
}
.roundedCornerTop div, .roundedCornerTop {
   width: 100%;
   height: 25px;
   font-size: 1px;
}
.bannerContent { margin: 0 25px; }

#image-banner {
	width: 870px;
	height: 200px;
}

div#header span.logo {
	position: relative;
	display: inline;
	float: left;
	margin: -0.8em 0pt 0pt -0.2em;
	width: 175px;
	height: 53px;
}

div#header {
  width: 100%;
  /*height: 86px; */
  height: 100px;
  background: url(/images/bg-hutton.gif) repeat-x;
  /*background: url(images/top-header.png) no-repeat; */
  background-color: black;
  text-align: right;
  }

#header form {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

#header .form-push { /*  this controls  the jump menu and padding round it as well */
  font-size: 11px;
  color: #666;
  margin: 0px 0px 5px 0px;
}
    
body {
		color: #555;
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 75%;
		background: #FFFFFF !important;
		padding: 0;
		text-align: center;
		margin-top: 20px; /**/
		margin-bottom: 20px;
		}

#footer {
		color: #555;
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 75%;
}

img {
		border: 0;
		text-decoration: none;
	}
	
/* >>> CONTAINERS <<< */


div#container {
	width: 100%; /*change this value to the width of the website*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}


.right {
	display: inline;
	float: right;
	clear: right;
	padding: 0 0 0 0;
}