body {
	background: white url("images/body2.gif") repeat-x top left;
	margin: 0; padding: 0;
}
body, #content, #testimonials {
	color: white;
	font-family: verdana;
	font-size: 11px;
}
#master td {
	vertical-align: top;
}
#header {
	width: 752px; height: 133px;
	background: transparent url("images/header.jpg") no-repeat;
}
#header h1 {
	display: none;
}
#nav {
	width: 199px; height: 150px;
}
#nav a {
	display: block;
	height: 22px;
	background-repeat: no-repeat;
}
#n1 { background-image: url("images/nav1.gif") } #n1:hover { background-image: url("images/nav1_hover.gif"); }
#n2 { background-image: url("images/nav2.gif") } #n2:hover { background-image: url("images/nav2_hover.gif"); }
#n3 { background-image: url("images/nav3.gif") } #n3:hover { background-image: url("images/nav3_hover.gif"); }
#n4 { background-image: url("images/nav4.gif") } #n4:hover { background-image: url("images/nav4_hover.gif"); }
#n5 { background-image: url("images/nav5.gif") } #n5:hover { background-image: url("images/nav5_hover.gif"); }
#nav_top {
	height: 11px;
	background: transparent url("images/nav_top.gif") no-repeat;
	font-size: 1px; /* IE FIX */
}
#nav_bottom {
	height: 29px;
	background-image: url("images/nav_bottom.gif");
}
#nav a span {
	display: none;
}
#attention {
	width: 553px; height: 150px;
	background: transparent url("images/attention.gif") no-repeat;
}
#attention h2 {
	display: none;
}
#packages {
	width: 199px;
	background: transparent url("images/packages.gif") repeat-y;
}
#packages #top {
	width: 199px; height: 38px;
	background: transparent url("images/packages_top.gif") no-repeat;
}
#packages #top span {
	display: none;
}
#packages p {
	padding: 0 0 10px 20px;
	margin: 0;
	color: white;
	font-family: verdana;
	font-size: 13px;
}
#packages a {
	padding: 0 0 0 12px;
	margin: 0;
	color: #ccc;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
#packages a:hover {
	color: black;
}
#content {
	width: 553px;
	background: transparent url("images/content.gif") repeat-y;
}
#content a {
	color: white;
}
#content h1 {
	width: 553px; 
	background: transparent url("images/content_top.gif") no-repeat;
	padding: 8px 0 0 0; margin: 0;
	text-align: center;
	font-size: 18px;
	font-family: arial;
}
#content p {
	padding: 0 16px 0 10px;
	text-align: justify;
}
#content h2, h3, h4, h5 {
	margin: 0;
	padding: 0 0 0 10px;
}
#testimonials p {
	padding: 0 13px 0 13px;
}
#footer {
	width: 752px; height: 62px;
	background: transparent url("images/footer.gif") no-repeat;
}
#footer span {
	display: none;
}
 #content ul {
	padding: 0 0 0 4px;
	margin-left: 20px;
}
#content li {
	font-size: 9px;
}
#content .packages {
	width: 33%;
	float: left;
}
a.buy {
	width: 124px;
	height: 44px;
	display: block;
	background-image: url("images/buy.gif");
	margin-left: auto;
	margin-right: auto;
	// margin-left: 30px;
}
a.buy:hover {
	background-image: url("images/buy_hover.gif");
}
a.buy span {
	display: none;
}