/*  Hand coded and authored by Dallas Larsen dallas@thegalacticdesignbureau.com
	Free for public use(in whole or part) as long as this credit stays intact 
*/
html, body {
	margin: 0px;
	padding: 0px;

}
a img{
	border:0px;
}
body {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size:62.5%;
	font-weight:normal;

}

div {
	display: block;
	padding: 0px;
	margin: 0px;
}
img{border:0px;}
a{ 
	text-decoration:none;
	color:#3399cc;
}
a:hover{
	text-decoration:underline;
	color:#63A90F;
	
}

td{ 
	padding:5px;
	}
	
.stainedTable td		{ 
		padding:9px;
		text-align:center;
		vertical-align:top;
		/*border:1px solid #ff0000;*/
		}
.ReplaceWithImage {
	margin-left: -999em;
	left: -999em;
	display: block;
	height: 1px;
	width: 1px;
	position: absolute;
}		
#wrapper{
	width: 551px;
	margin: 0px auto;
}
p{ 
	margin-top:0px;
	font-size:1.2em;
	color:#333;
	}	

#container{	
	padding:10px 50px 0px 50px;	
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;

}
.price_quote{padding:10px 0px 0px 0px;font-size:.9em;}