﻿
.mastercontainer
{
	margin:0 auto;
	height:100px;
	width:730px;
	font-family:Courier New;
	text-align:left;
	min-height:50px;
	position: relative;

}


#headlogo {position: absolute;top:0px;left:0px;width: 200px; border-style:none;}
#headinfo {position: absolute;top: 50px;left:230px;font-family:Courier New; font-size:36px;font-weight:bold;}
#headmenu {position: absolute;top: 54px;left: 250px;width: 500px; font-family:Courier New; font-size:14px;}
#headads {position:absolute;top:0px;right:0px;width:120px;height:90px;}


h1
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;	 
}

.txcenter 
{
	text-align: center;
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	
}

.noborder {border-style:none;}

.smallmain 
{
  margin: 0 auto;
  text-align:left;
  width: 730px;
  border:dotted;
  border-width:1px;
  border-color:Blue;
  padding: 10px;
  font-size:12px;
  font-family: "Verdana";
  color:black;
  position:relative;
}

.wrapit
{
	position:relative;
	width:99%;
	margin:0 auto;
	display: table-cell;
}

.empty
{
	height:10px;
	width:50px;
	float:left;
}

.code
{
	font-family: Courier New;
	font-size: 12px;
	border: 1px;
	border-style: dotted;
	background-color: RGB(220,250,250);
	float:left;
	left: 100px;
	width: 500px;
	display: table-cell;
	padding-left: 10px;
}

.steps
{
	font-family: Courier New;
	font-size: 12px;
	border: 1px;
	border-style: dotted;
	background-color: RGB(250,250,220);
	float:left;
	left: 100px;
	width: 500px;
	display: table-cell;
	padding-left: 10px;
}

