/* Sourstate CSS */
	
body		{ margin:0px; 
			  padding:0px; 
			  text-align:center;
			 /* background-image:  url(../images/bgmetaldark.jpg); */
			  background-color: #000000;
			  }

img			{ border:0px;}

#wrapper	{ width:888px;
			  margin:0px auto;
			  text-align:left;
			  }

#top		{ text-align: left; }

.top		{ padding: 5px 0px 5px 0px;}

h1			{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 9px; 
			  font-style: normal;
			  font-weight: normal; 
			  color:#ffffff; 
			  display: inline;
			  }

h2			{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
			  font-size: 14px; 
			  font-style: normal;
			  font-weight: bold; 
			  color:#ffffff; 
			  display: inline;
			  }
			  
	  
#home		{ background-image:  url(../images/home_bg.jpg);
			  background-repeat: no-repeat;
			  width: 888px;
			  height: 549px;
			  }


			  
#foot		{ background-image:  url(../images/footer.jpg);
			  background-repeat: no-repeat;
			  width: 888px;
			  height: 72px;
			  }
			  
.foot		{ padding: 22px 0px 5px 0px; text-align: center;}
.foot		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 10px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#ffffff;
	  		  }
.foot A:link		{ color:#ffffff; text-decoration: none; }
.foot A:visited		{ color:#ffffff; text-decoration: none; }
.foot A:hover		{ color:#126604; text-decoration: none; }
.foot A:active		{ color:#ffffff; }

input, select, textarea {
	font-family: Tahoma, Verdana, helvetica, sans-serif;
        background: #000000;
	font-weight: bold;
	color:#ffffff;
	border: solid 1px #ffff00;
	padding: 2px;
}


.form         		 { font-family: Verdana, helvetica, sans-serif; }
.form         		 { font-size: 11px;      }
.form         		 { font-style: normal;   }
.form         		 { font-weight: normal;  }
.form A:link		 { color:#000000; text-decoration: none; }
.form A:visited 	 { color:#000000; text-decoration: none; }
.form A:hover		 { color:#126604; text-decoration: none; }
.form A:active		 { color:#000000; text-decoration: none; }

.text         		 { font-family: Verdana, helvetica, sans-serif; }
.text         		 { font-size: 10px;      }
.text         		 { font-style: normal;   }
.text         		 { font-weight: normal;  }
.text         		 { color:#ffffff;        }
.text A:link		 { color:#E4C5DB; text-decoration: none; }
.text A:visited 	 { color:#E4C5DB; text-decoration: none; }
.text A:hover		 { color:#ffffff; text-decoration: none; }
.text A:active		 { color:#E4C5DB; text-decoration: none; }

