#upperframe {
	text-align: left;
	padding: 0px;
	width: 720px;
	height: 55px;
	border-left: 1px #ccc solid;
	border-right:  1px #ccc solid;
}

/* I educated myself for the menu through shameless thievery from www.alistapart.com (permitted by them in their CSS. */

#navframe {
	padding: 0px;
	margin: 0px;
}

#navframe ul {
	border: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#navframe ul li {
	display: block;
	padding: 0;
	float: left;
	margin: 0;
	height: 6ex;
}

span.pre {
	font-family: monospace;
	font-size: medium;
}

#navframe ul li a {
	font: normal small "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #e4edff;
	width: 119px;
	line-height: 3ex;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0px;
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navframe ul li#six a {
	width: 120px;
	border-right: 1px solid #ccc;
}

#navframe ul li a:hover {
	color: #000;
	background: #b4bddf;
}

#navframe a:active {
	background: #b4bddf;
	color: #fff;
}

#bodyframe {
	font: normal medium "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	width: 720px;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

h1 {
	font: bold large "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	color: black;
	text-indent: 0.5em;
	background-color: #d4ddff;
	border: 1px solid #b4bddf;
	clear: both;
	vertical-align: baseline;
	padding: 3px;
}

p {
	font: normal medium "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: justify;
	color: black;
	margin-left: 15px;
	width: 95%;
}

img {
	border: 0;
}

p.medium {
	font: bold medium "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	color: black;
}

p.small {
	text-align: justify;
	position: relative;
	width: 90%;
	font: normal 10pt "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: black;
	margin-left: 25px;
}

body {
	width: 722px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 2ex;
	background-color: #FFF;
}

a {
	color: #7589bf;
}

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

#tagline {
	color: black;
	font: bold x-large "Myriad Pro", "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

hr {
	margin: 20px;
}

ul {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px;
}

li {
	font: normal medium "Myriad Pro",   "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-left: 30px;
	text-align: justify;
	list-style: outside;
}

li.plans {
	font: normal x-small "Myriad Pro",   "Tahoma", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	list-style: outside;
	margin-left: 10px;
	text-align: left;
}

th {
	text-align: center;
}

/* ids for the different hosting plans */

#lighthosting
{
	background-image: url(images/light-hosting.png);
	background-repeat: no-repeat;
}

#ieworkaround {
	text-align: center;
}

