/* CSS Document */
body {
	background-color:#000000;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}
.wrapper {
	width:900px;
	height:auto;
	margin:auto;
	background-image: url(../images/banner1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#69192b;}
	
#page {
	width:900px;
	height:auto;
	margin:0px;
	padding-bottom:40px;
	background-image: url(../images/banner1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#69192b;
	float:left;
	
}	
#header {

	margin:0px;
	width:900px;
	height:260px;
}
#pagecontent {
	width:610px;
	height:auto;
	margin-left:20px;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:45px;
	background-image:url(../images/bigcorner.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fef4e3;
	float:left;
	display:inline;
}
#leftstack {
	margin-left:27px;
	margin-top:20px;
	top:0;
	width:175px;
	height:auto;
	float:left;
	display:inline;
}
#menu {
	padding-top:20px;
	margin-top:20px;
	width:135px;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:45px;
	background-image:url(../images/smallcorner.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fef4e3;
	float:left;

}
#contentWide {
	margin-top:0px;
	margin-left:0px;
	width:610px;
}
#contentColumn {
	margin-top:0px;
	margin-left:40px;
	width:275px;
	float:left;
	display:inline;
}
img.menuspacer {
	padding-top:5px;
	padding-bottom:5px;
}
#contactForm {
	width:400px;
	height:auto;
}	
.rbcontent  {
  background-color: #fef4e3;
  float:left;
  padding-left:10px;
  padding-right:10px;
  width:480px;
  height:auto;
  border: #69192b 1px solid;
 }
#rbtop 
{ 
	background-color:#69192b;
	width:502px;
	height:10px;
	background-repeat:no-repeat;
	background-position:top;
	 float:left;
}
#rbbot { 
	background-color:#69192b;
	width:502px;
	height:10px;
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}