body {
	background: #fff url("../images/header2_bg.png") top left repeat-x;
  	margin: 0;
  	padding: 0;
  	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	font-size: 14px;
}

.content {
	background: #fff url("../images/header2_bg.png") top left repeat-x;
}

/* MENU */

.menu {
	position: absolute;
	top: 126px;
	left: 10px;
}

ul#left_menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
	height: auto;
	width: 145px;
}

ul#left_menu li {
	background: #fff url(../images/atlantis.png) 0 0;
	display: block;
	padding: 4px 5px 0 10px;
	height: 25px;
	width: auto;
}

ul#left_menu li.clear {
	background: transparent;
	padding: 0;
	margin: 0;
	height: 15px;
}

ul#left_menu a {
	background: #f1f1f1 url(../images/atlantis.png) -11px 28px;
	border: 1px solid #acacac;
	color: #999;
	display: block;
	font: normal 10px/19px verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 128px
}

ul#left_menu a:hover {
	background: #f1f1f1 url(../images/atlantis.png) -11px 75px;
	background: #f1f1f1 url(../images/hover.gif) no-repeat top left;
	border: 1px solid #0099FF;
	border: 0 none;
	padding: 1px;
	color: #333;
}

ul#left_menu a.down:hover {
	background: #f1f1f1 url(../images/atlantis.png) -11px 55px;
	border: 1px solid #f26c4f;
	padding: 0;
	}

.contact {
	position: absolute;
	left: 20px;
	margin: 0;
	padding: 0;
	bottom: -150px;
}

#payment {
	position: relative;
}

ul li {
	text-decoration: none;
	list-style: none;
}

.msgbox	{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif, 1;
	width: 350px;
	padding: 25;
	left: 25px;
	top: 25;
	background-color: ccc;
	border-style: solid;
	border-color: 00000;
	border-width: 1px 1px 1px 1px;
}

.formlabel	{
	text-align:	right;
	font-family: Verdana, Arial, Helvitca, sans-serif, 1;
	width: 100px;
	padding: 25;
	}

#portfolio {
  	position: relative;
  	font-family: Verdana, Arial, Helvetica, sans-serif, 1;
}

#lizard {
  	position: relative;
  	background: url("../images/lizardBG2.gif") bottom right no-repeat;
}

.messages {
	background-color: #e8eef7;
	border: 1px solid black;
	margin: 25px;
	padding: 25px;
	width: 450px;
}

.packages {
	position: absolute;
	top: 126px;
	width: 60%;
	text-align: center;
	border: none;
	margin-left: 200px;
	margin-right: 20%;
}

/*Rounded Corners and Drop Shadow Section begins here */

.north { background: url(../images/north.png) repeat-x top; }
.east { background: url(../images/east.png) repeat-y right; }
.south { background: url(../images/south.png) repeat-x bottom; }
.west { background: url(../images/west.png) repeat-y left; }
.ne { background: url(../images/ne.png) no-repeat top right; }
.se { background: url(../images/se.png) no-repeat bottom right; }
.sw { background: url(../images/sw.png) no-repeat bottom left; }
.nw { background: url(../images/nw.png) no-repeat top left; }
.nw { padding: 15px; }

/*End of Funky Drop Shadow and Rounded Corner Image Section */

.package {
	border: 1px dotted black;
	padding: 0;
	padding-bottom: 1em;
	margin-left: 12%;
	margin-right: 40%;
	width: 75%;
}

.package_desc {
	width: 600px;
}

.package_price {
	font-weight: bold;
}

