﻿	.footer {
		padding-bottom: 15px;
		border:solid 0px #333;
		background-image:url(/images/footer.png);
	}

	.container {
		background-image: url(/images/bg_Simple_Pattern.jpg);
		background-color: #1b1b1b;
		padding-bottom: 10px;
		margin-bottom: 20px;
	  	border:solid 1px #555;
	}
	
	.trans_box2 {

	  font-family:verdana;
	  font-weight:bold;
	  padding: 50px;
	  margin: 20px;
	  border:solid 1px #eee;
	  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/box.png');
	}
	/* IE ignores styles with [attributes], so it will skip the following. */
	.trans_box2[class] {
	  background-image:url(/images/box.png);
	}
	
	.trans_box2 img {border:none;
	}
	
	.top-15{
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
 
  .mainText{
    font-family: Georgia, Helvetica, Arial, sans-serif;
	font-style: italic;
   	padding-top: 30px;
	padding-left: 15px;
	font-size: 5em;
    font-weight: bold;
    letter-spacing: 0em; 
    line-height: 0.8em;
    text-shadow: #000 0px 1px;
	color: #eee;
    
  }
 
  .secondaryText{
    font-family: ProcionoRegular, Georgia, serif;
	padding-left: 15px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.08em; 
    line-height: 1.2em; 
    text-shadow: #eee 0px 1px;
    color: #000;
  }

  .contentText{
    font-family: ProcionoRegular, Georgia, serif;
	padding-left: 15px;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.08em; 
    line-height: 1.2em; 
    text-shadow: #eee 0px 1px;
    color: #000;
  }

  .footerText{
		font-family: Helvetica, Arial, sans-serif;
		padding: 20px;
		font-size: 0.6em;
		color: #eee;
  }

  .normalText{
    font-family: Helvetica, Georgia, serif;
	padding: 10px;
    font-size: 0.7em;
    font-weight: regular; 
    text-shadow: #eee 0px 1px;
    color: #000;
  }


 
  html, body { height: 80%; }
 
  body {
	font-family: Helvetica;
	font-style: regular;
    font-size: 1.2em;
	background-image: url(/images/wood.jpg);
	background-color: #333333;
    margin: 140px auto;
    position: relative;
    width: 840px;
  }        
  a{ color: #000; text-decoration: none; }      
  a:hover{ color:#eee;}

  .normalText a {
	color: #6699ff;
  }

  .normalText a:visited {
	color: #6699cc;
  }

  .normalText a:hover {
	color:#fff;
	background-color: #003366;
	text-decoration:none;
  }

  .contentText a{
	text-decoration:none;
	border:none;
}

