
/* MAIN */
body {
  background-image: url(swjs_hawaii3.jpg);
  font-family: sans-serif;
  height: 100%;
}

#main_container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e5e5e5;
  border-style: solid;
  border-width: 2px;
}
.gapless {
  margin: 0px;
  padding: 0px;
}
.linkimage {
  border: 0px;
}
h1 {
  text-align: center;
}

/* Banners & News ticker */
#banner {
  background-color: #3e0093;
}
	/*News Typewriter*/
	
	#newshold
	{
	  position:relative;
	  width:142px;
	  background-color: #3e0093;
	  font-size: 1em;
	  font-weight: bold;
	  color: gray;
	  line-height: 1.5em;
	  padding-left: 0px;
	  padding-right: 658px;
	  }

	#newsbanner
	{
	  position: absolute;
	  top:0px;
	  left:0px;
	  width: 800px;        
	  /*font-size:0.7em;*/
	  color: white;
	  text-align: right;
	  vertical-align: top;
          }

	#newsbanner a:link, #newsbanner a:visited, #newsbanner a:active
	{
	  color: white;
	  font-weight: bold;
	  text-decoration: none;
	}


/* Side */

#sidebar {
  width: 142px;
  background-color: #e5e5e5;
  float: left;
  text-align: center;
}
#minilogo {
  padding-top: 5px;
}
	/* Menu */
	#menuholder {
	  background-color: black;
	}

	#menutable {
	  width: 142px;
	  padding: 2px;
	}

	.menucell {
	  background-image: url(button3.jpg);
	  background-position: center;
	  height: 41px;
	}

	.menucell:hover {
	  background-image: url(button3b.jpg);
	} 

	a.menulink {
	  color: white;
	  font-weight: bold;
	}
	a.menulink:visited {
	  color: yellow;
	}
	a.menulink:active {
	  color: red;
	}

	.black {
	  background-color: black;
	}
.obuyorange {
  color: #E56717;
  font-weight: bold;
}
.obuy_buy {
  font-weight: bold;
}
#siteinfo {
  font-size: 0.7em;
  margin: 4px;
}

/* Content Area */

#centrecontent_area {
  margin-left: 142px;
  padding:18px;
  text-align: center;
  min-height: 810px;
  border-left: solid;
  border-left-width: 2px;
}
#content_area {
  margin-left: 142px;
  padding:18px;
  text-align: left;
  min-height: 850px;
  border-left: solid;
  border-left-width: 2px;
}
	#swf {
	  width:700px;
	  height:700px;
	  z-index:10;
	}
	#swf_embed_src_swjsmenu.swf {
	  width: 100%;
	  height: 500px;
	  z-index:10;
	}

/* Footer */
#footer {
  color: blue;
  font-size: 0.7em;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 2px;
}
a.footer {
  color: red;
}

/*linkspage*/
.linkstable {
  border: 0px;
  width: 100%;
  text-align: center;
  }
.linksrow {
  height: 170px;
}

/*obuy*/
#obuydiv {
  margin-left: 2px;
  margin-right: 2px;
}
.obuytable {
  width: auto;
  border-style: solid;
  border-width: 2px;
  border-spacing: 2px;
  border-collapse: collapse;
}
.obuyitem {
  width: 250px;
}
.obuyitem_narrow {
  width: 200px;
}
.obuyspacer {
  width: 25px;
}
.aligncenter {
  text-align: center;
}
.newslist {
  color: black;
  list-style-type: disc;
  text-align: left;
  font-size:0.9em;
}
.twocolumnnews {
  width: 60px;
}
.newsitem {
  font-weight: bold;
}
#newslistdiv {
  padding-top: 10px;
}

