body{font-family: Arial, Helvetica, sans-serif; font-size: 12px;
margin: 0px; padding: 0; text-align: center; border:0; overflow:visible;}

object{overflow: hidden;}

h1{font-size: 22px; font-weight: bold;}

h2{font-size: 15px; font-weight: bold;}

#info img {border: solid 1px #000000;}

/* Div Code */
#container{width: 800px; margin: 0 auto; text-align: left; margin-top: 0px;}
	#topbar{width: auto; display: block; height: 175px; background: #111111; background-image: url(images/header.jpg); background-repeat: no-repeat;}
		#tabs{width: auto; display: block; margin-top: 140px;}
	
	#main{width: 780px; display: block;}
		#leftcolumn{width: 100%; height: auto; margin-right: 200px; padding:0px 0px 0px 20px; float: left; background: #FFFFFF; height: auto; text-align: top;}
			#content{width: 500px; padding: 17px; padding-right: 24px; margin-top: 20px; float: left; background: #F2F2F2;}
				#content a {color: #555555; text-decoration:none;}
				#content a:hover {color: #FF0000; text-decoration:none;}
				#content a:visited {color: #555555; text-decoration:none;}
		#rightcolumn{width: 200px; padding: 10px; height: auto; padding-top: 15px; padding-bottom: 10px; float: right; background: #c9c9c9; text-align: center;}
		div.spacer{clear: both; height: 10px; display: block;}
		div.gap{width: auto; height: 15px; background: #FFFFFF; display: block; margin-top: 15px;}
		
	#footer{width: auto; display: block; padding: 10px 0; font-size: 10px; color: #666666; text-align: center}
		#footer a {color: #F2F2F2; text-decoration:none;}
		#footer a:hover {color: #FF0000; text-decoration:none;}
		#footer a:visited {color: #F2F2F2; text-decoration:none;}
	
/* Tabs Code */	
    #tabs ul {
	margin:0;
	padding:0px 0px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #site span {
      float:left;
      display:block;
      padding:4px 8px 4px 8px;
      color:#000000;
      background: #FFFFFF;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:5px 8px 5px 8px;
      color:#F2F2F2;
      }
    #tabs a:hover span {
      color:#FFFFFF;
      background:#555555;
      }
      
/* Slideshow Code */
	#slideshow {list-style:none; color:#fff}
		#slideshow span {display:none}
	#wrapper {width:500px; display:none;}
		#wrapper * {margin:0; padding-right:0px;}
	#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
	#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80)}
		#information h3 {padding:4px 8px 3px; font-size:14px}
		#information p {padding:0 8px 8px}
	#image {width:500px}
		#image img {position:absolute; z-index:25; width:auto}
	.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
		#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
		#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
		#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
	#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
		#slideleft:hover {background-color:#333}
	#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
		#slideright:hover {background-color:#333}
	#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
	#slider {position:absolute; left:0; height:81px}
		#slider img {cursor:pointer; border:1px solid #666; padding:2px}
