
#masthead {
	position: absolute;
	left: 0;
	top: 0;
}

#footer {
	position: absolute;
	margin-top: 30px;
	margin-left: -5px;
	width: 590px;
	height: 50px;
	background-color: #500000;
}

.footer_text {
	position: relative;
	top: 5px;
	text-align:center;
	font-size: x-small;
	color: #ffffff;
}

#nav {
	position: absolute;
	left: 0;
	top: 120px;
	width: 800px;
	height: 30px;
	background-image: url('../img/menu.png');
}

.nav_items {
	margin-top: 5px;
	margin-left: 40px;
	text-align:left;
	font-size: medium;
	word-spacing:30px;
	font-weight:bold;
}

#main_body {
	position: absolute;
	left: 0;
	top: 155px;
	margin-top: 0px;
	margin-left: 5px;
	float:left;
	width: 565px;
	text-align:left;
}

#right_panel {
	position: absolute;
	left: 602px;
	top: 150px;
	width: 200px;
}

.hosting_plan_container {
	position: relative;
	margin-top: 10px;
	float: inherit;
	text-align:center;
	color: #ffffff;
	width: 200px;
}

.hosting_plan_top {
	background-image: url('../img/plan_top.png');
	font-size: large;
	font-weight: bold;
	width: 200px;
	height: 29px;
}

.hosting_plan_bottom {
	background-image: url('../img/plan_bottom.png');
	font-size: x-small;
	color: #ffffff;
	width: 200px;
	height: 71px;
}

.hosting_plan_text {
	position: relative;
	top: 2px;
}

.hosting_plan_cost {
	font-size: xx-large;
	font-weight: bold;
}

.support_container {
	position: relative;
	margin-top: 20px;
	float: inherit;
	color: #ffffff;
	width: 200px;
}

.support_top {
	background-image: url('../img/support_top.png');
	text-align:center;
	font-size: large;
	font-weight: bold;
	width: 240px;
	height: 30px;
}

.support_bottom {
	background-image: url('../img/support_bottom.png');
	font-size: x-small;
	color: #ffffff;
	width: 240px;
	height: 100px;
}

.support_text_top {
	position: relative;
	top: 2px;
}

.support_text_bottom {
	position: relative;
	margin-left: 5px;
	top: 5px;
}

.button_container {
	position: absolute;
	margin-top: -110px;
	margin-left: 260px;
}

.form_error {
	text-align: left;
	font-size: x-small;
	color:#ff0000;
}

/**************************************************************************/

.nav_item {
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
}

.nav_item:hover {
	color: #500000;
	text-decoration: none;
}

.hosting_plan_top_text, .hosting_plan_top_text:hover {
	color: #ffffff;
	text-decoration: none;
}

.info_item_link, .info_item_link:hover {
	color: #ffffff;
	text-align: right;
}

.pagetitle {
	font-size: large;
	font-weight: bold;
	color: #500000;
}

.subheading {
	font-weight: bold;
	color: #500000;
}

.rowlabel {
	text-align: left; vertical-align: top;
}

.contact_form_button {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
	background-color: #500000;
	border: 2px solid #000000;
	width: 75;
	align: right;
}

/**************************************************************************/

body {
	font-family: verdana,  Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #500000;
	text-decoration: none;
}

a:hover {
	color: #500000;
	text-decoration: underline;
}

td {
	text-align: center;
	vertical-align: middle;
}

input, textarea, select {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	background-color: #FFFFFF;
	border: 1px
	solid #000000;
}

