/* Main */

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffebc2;  
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, img table tr td{
  margin:0px;
  padding:0px;
}  

.container{
  width: 1130px;
  margin: 0 auto;
}


#main{
  background: url(images/hbg.jpg) repeat-x;
}


/* Header */

#logo {  
    background: url(images/logo.png) no-repeat;
    width: 261px;
    height: 135px;
    float: left;
    margin-left: 41px;
} 

#logo h1 {  
     text-indent: -9999px;   
}  

#header {  
    padding-top: 25px;   
}  

#tagline {  
    float: left;   
}  

#tagline h3 {
  font-size: 36px;
  color: #000;
  padding-top: 45px;  
  padding-left: 45px;   
}  


/* Content */

#content{
  margin-top: 10px;
  padding-bottom: 40px;
}

#content h2{
  color: #4c4c4c;
  font-size: 40px;
  font-weight: bold;
  padding-left: 65px;
  padding-top: 30px;
}

.gallery{
  background: url(images/gbg.jpg) repeat-x #f0e2a5;
  border: 3px solid #4c4c4c;
  width: 1030px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
}

.gallery td{
  padding: 13px;
  margin: 0px;
}

.gallery img{
	border: 2px solid black;
}

.links{
  background: url(images/t3bg.jpg) repeat-x #f0e2a5;
  border: 3px solid #9c9c91;
  width: 1030px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
}

.links ul{
	list-style: none;
	padding: 20px;
}

.links ul li{
	padding: 10px;
}

.links .links_title{
	font-size: 16px;
	font-weight: bold;
}

.links .links_description{
	font-size: 12px;
}	

.links_all{
  background: url(images/tabg.jpg) repeat-x #f0e2a5;
  border: 3px solid #9c9c91;
  width: 1030px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
}

.links_all ul{
	list-style: none;
	padding: 10px;
	width: 235px;
	float: left;
}

.links_all ul li{
	padding: 10px;
}

.links_all .links_title{
	font-size: 12px;
  font-weight: bold;
}

/** Footer **/

#footer{
	background: url(images/fbg.jpg) repeat-x;
 	height: 200px;	
}

#footer .container{
	text-align: center;
	padding-top: 100px;
}

.trade{
  margin-bottom: 5px;
  font-weight: bold;
}

/** Hover */
.stateon{
   filter: alpha(opacity=50);
   opacity: 0.5;
   border: 12px solid #ff6699;
}

.stateoff{
  border: 2px solid black;
  opacity: 1.0;
}

.stateclicked{
  border: 2px #ff3366 solid;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/** Warning **/
#warning{
  background: url(images/gbg.jpg) repeat-x #f0e2a5;
  border: 3px solid #9c9c91;
  width:960px;
  margin: 0 auto;
  padding: 30px;
}

#warning p{
	margin-bottom: 10px;
}

#warning ul li{
	margin-bottom: 10px;
}

#warning #enter{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}


