body {
	margin: 0px;
	background-color: #000000;
}
#box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -250px;
  background: url(images/background1.jpg) #FFFFFF;
  width: 800px;
  height: 500px;
}
#content {
	position: absolute;
	width: 550px;
	height: 325px;
	margin-top: 120px;
	margin-left: 20px;
	overflow: auto;
}
#menu {
	position: absolute;
	width: 400px;
	height: 100px;
	margin-top: 445px;
	margin-left: 30px;
	text-align: right;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
	width: 750px;
	background-image: url(images/menu_gradient.png);
}
#menu ul li {
	float: left;
	margin-left: 2px;
}
#menu ul a {
	display: block;
	padding: 0.5em 3em;
	text-decoration: none;
	color: #ffffff;
	font: bold 12px Arial;
}
#menu ul a:hover {
	background-image: url(images/fade.jpg);
}
#packages {
	width: 180px;
	height: 250px;
	position: absolute;
	margin-top: 160px;
	margin-left: 595px;
}
#packages p {
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font: 18px Arial;
	font-weight: bold;
	color: #EC0006;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 a {
	color: #EC0006;
}
p {
	font: 12px Arial;
	line-height: 15px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 8px;
}
p.top {
	font: bold 15px Arial;
	line-height: 15px;
	color: #68462B;
}
li {
	font: 11px Arial;
	line-height: 15px;
	color: black;
}
a {
	color: #A6FF8C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: square;
}
input {
	font: 11px Arial;
	border: 1px solid;
	border-color: #000000;
	background-color: #E0E0E0;
}
textarea {
	font: 11px Arial;
	border: 1px solid;
	border-color: #000000;
	background-color: #E0E0E0;
}

#email {
	width: 200px;
	height: 25px;
	margin-top: 450px;
	margin-left: 590px;
	position: absolute;
}
#home_link {
	width: 559px;
	height: 105px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	left: 12px;
	top: 11px;
}
