/* CSS Document */
html,body{
height:100%;
width:100%;
}

body {

	text-align:center;

	background-color: #000000;

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

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;
	
	overflow:auto;

}



#frame {

		width:800px;

		margin-right:auto;

		margin-left:auto;

		padding:0px;

		text-align:left;

}
#page-wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
#main-wrapper {
  width: 780px;
  float: left;
  background: url(../images/main-bg.gif) repeat-y;
}
#main-content{
  padding: 0 10px;
}
.contentleft {

/*width:auto;*/

padding:0px;

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

background-position:right;

background-repeat:repeat-y;

	}



#main {

	width:760px;

	padding:0px;

	vertical-align:top;

	border-left-style: solid;

	border-left-color:#FFFFFF;

	border-left-width: 2px;

	float:left;

  

}



.contentright {

/*width:auto;

float:left;*/

padding:0px;

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

background-position:left;

background-repeat:repeat-y;

}

.noflash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}


#tour {
  position: absolute;
  right: 0;
  width: 196px;
  top:85px;
}