html{
  height: 100%;
}

body{
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-family: Tahoma;
  color: #c2c2c2;
  
  background-color: #000;
}



.txtGeneral{
  font-size: 11px;
  font-family: Geneva, Tahoma, Trebuchet, 'Lucida Sans', Arial, Helvetica, Verdana, sans-serif;
}

.clear{
	clear:both;
}

a{
	color:#d8900f;
}

a img{
	border: 0px;
}

ul		{ margin:0; padding:0; /*list-style-image:url("bullet.gif");*/ }
li		{ margin:4px 0 0 17px; padding:0; }

/* -- Page Container -- */
#container {
  text-align: left;
  margin: 0 auto;
  width: 1100px;
  
  background: url(../images/background.jpg) center top no-repeat;
  position: relative;
}

/*s --  Layout Styles -- */
#topNavigation{
	position: relative;
}

#topNavigation img{
  border-style: none;
  border-width: 0px;

}


#myBodyContext{
  text-align: left;
  width: 708px;
  position: relative;
 }


#myBodyContext .bcontent{
	background: url(../images/bodyCtxBg.jpg) center top repeat-y;
	
}

#myBodyContext .bcontent .bcinner{
	background: url(../images/bodyCtxMid.jpg) center top no-repeat;
	min-height: 346px;
	overflow-x: hidden;
	padding: 10px 10px 10px 15px;
	position: relative;
}

#myBodyContext img{
	margin: 0;
}


#designedBy{
  width: 708px;
  min-height: 32px;
  text-align: center;
  color: #c2c2c2;
  font-variant: small-caps;
  padding-top: 3px;
  
    font-family: Tahoma;
	font-size: 11px;
}


#designedBy a{
	text-decoration:none;
	color: #7E7E7E;
}

#designedBy a:hover{
	color: #c8c8c8;
}


H2{
  color: #c2c2c2;
  font-size: 1.25em;
  font-variant: small-caps;
  letter-spacing: .06em;
  font-family: Tahoma;
  padding: 0 0 .5em 0;
  margin: 5px 0 15px 0;
  border-bottom: 1px dotted #780001;
}

H2 span{
  font-size: 1em;
  font-weight: bold;
}


