/* CSS Document */
body {
	background-color:#000000;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.wrapper {
	width:1000px;
	height:1000px;
	background-image:url(../images/backgroundsite/backgrnd.gif);
	background-repeat:no-repeat;	}
#page {
	width:1000px;
	height:auto;
	margin:0px;
	float:left;
}	
#header {
	margin-left:280px;
	margin-top:0px;
	background-image:url(../images/backgroundsite/banner.gif);
	background-repeat:no-repeat;
	width:670px;
	height:150px;
}
#pagecontent {
	width:670px;
	margin-left:280px;
	background-image:url(../images/backgroundsite/contentbackgnd.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float:left;
	display:inline;
}
#menu {
	padding-top:10px;
	position:absolute;
	margin-left:145px;
	margin-top:200px;
	width:135px;
	height:auto;
	float:left;
	display:inline;
	left: 0px;
	top: 0px;
}
#contentWide {
	margin-top:20px;
	margin-left:40px;
	width:590px;
}
#contentColumn {
	margin-top:0px;
	margin-left:40px;
	width:275px;
	float:left;
	display:inline;
}
img.menuspacer {
	padding-top:5px;
	padding-bottom:5px;
}
#contactForm {
	width:275px;
	
	float:left;
	height:auto;
}	
.rbcontent  {
  background-color:#879daa;
  float:left;
  padding-left:10px;
  padding-right:10px;
  width:255px;
  height:auto;
 }
#rbtop 
{ background-image:url(../images/backgroundsite/rbtop.gif);
	width:275px;
	height:20px;
	background-repeat:no-repeat;
	background-position:top;
	 float:left;
}
#rbbot { 
	background-image: url(../images/backgroundsite/rbbot.gif);
	background-repeat:no-repeat;
	width:275px;
	height:20px;
	background-position:bottom;
	float:left;
}