@charset "utf-8";
/* CSS Document */

html, body {
	color:#fff;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 10px;
	background:#000 url(images/bg.jpg) no-repeat top center fixed;
	padding:0px;
	text-align: left;
}
#allcontent {
	position:absolute;
	left: 50%; 
	top: 10px;
	width: 980px;
	height: 550px;
	margin-top: 10px; 
	margin-left: -490px; 
}

.banner {
	margin:0;
	padding:0;
	width:980px;
	height:240px;
	background:  url("images/index.jpg");
	text-align: center;
}

ul {
          list-style-type:none;
          padding:205px 0 0px 0px;
          margin:10px 0 0 240px;
      }
ul li {
          float:left;
          margin:0 2px;
       
      }
	  
	  
ul li a {
          display:block;
          padding:2px 10px;
          background-color:#000;
          color:#f00;
          text-decoration:none;
		  border: 1px solid #f00;
      }
      /* place the "current" pseudo class here */
ul li a.current {
          background-color:#000;
          color:#f00;
      }
ul li a:hover {
          background-color:#f00;
          color:#fff;
      }

.flashGallery {
	width: 980px;
	height: 550px;
}

a:link {
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	text-align:left;
	font-weight:bold;
	margin:5px 10px 5px 10px;
}

h1 {
	font-size: 15px;
	color: #FF0000;
}
h2 {
	font-size:14px;
	color:#FF0000;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
/* header */


#tabletext {
	margin:0;
	padding:0;
	text-align:left;
}

#tabletext p {
	text-align:left;
	margin:5px 5px 5px 5px;
	color: #fff;
	font-size:10px;
}

#tabletext a {
	text-align:left;
	color: #aaa;
	font-size:10px;
}
