html {
    background-color: #476EA5;
    /* Height is 100%, so the body can be 100% */
    height: 100%;
}
body {

    margin: 0;
    padding: 0;
    height: 100%;
	width:800;
	margin-left:auto;
	margin-right:auto;
}
html>body {
    min-height: 100%;
    height: auto;
	}
	
table  
	{ 
	border-collapse: collapse; 
	background-color: white;
	}


h4{
	font-size: 30;
	text-align: center; 
	letter-spacing: -1px; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	}
h3{
	font-size: 20;
	text-align: center; 
	letter-spacing: -1px; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
h2{
	font-size: 30;
	text-align: center; 
	letter-spacing: -1px; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color:red;
	line-height:170%
	}

table#container{
	width:800;
	margin-left: 2em;
    margin-right: 2em;
	overflow: hidden;

}
table#buy_box{
	width:500;
	margin-left:auto;
	margin-right:auto;
	padding:25;
	background-color:#ffffb2;
	border-style:dashed;
	border-color:#ba0000;
	border-width:4;
	margin: 0 auto;
	text-align: left;
}
.buy_heading{
	font-weight:bold;
	font-size:40;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	}
.text{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
.heading{
font-weight:bold;
	font-size:40;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color:red;
	text-decoration: underline;
}
#text{
	padding:10;
	font-size:14px;
	font-family: arial, sans-serif;
	line-height:130%
}
#bullets{
	padding:0;
	font-size:15px;
	font-family: arial, sans-serif;
	font-weight:bold;
	line-height:200%
}
#boldtext{
	font-size:30;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-indent:20px;
	}
#boxes {
	width: 550px;
	margin-left: auto;
	margin-right:auto;
    padding: 30px;
	}
#test_title{
	background-color: #385f8a;
	padding: 10px;
	background-image: url(headline.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}
#test_background{
	background-color: #a0bedf;
	padding: 10px;
	background-position: bottom;
	background-image: url(body.gif);
	background-repeat: repeat-x;
	}
#test_body{
    margin-left:30px;
	margin-right:30px;
	font-size:16px;
	text-indent:50px;
	}
#test_sig{
	margin-right:20px;
	text-align:right;
	font-size:17px;
	font-weight:bold;
	color:white;
	}
#shadow{
	background-image: url(shadow.gif);
	height: 20px; 
	width: 550px; 
	margin-bottom: 15px;
	margin-left: auto;
	margin-right:auto;
	}
#bullet1{
	background-image: url(bullet1.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	padding: 10px;
	text-indent:20px;
	color:white;
	font-weight:bold;
}
#bullet2{
	background-image: url(bullet2.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	padding: 10px;
	text-indent:20px;
	color:white;
	font-weight:bold;
}
#bullet_box{
	width:650;
	border-style:ridge;
	border-color: #440505;
	margin-left: auto;
	margin-right:auto;
	text-align: center
	}
#footer{
	background-color:001625;
	color:white;
	padding: 5px;
	font-size:12;
	}
