#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	width: 760px;
	background-color: #FFF;
	border: 1px solid #900;
}
body {
	text-align: center;
	margin-top: 0px;
	background-color: #FFC;
}
#wrapper img.masthead {
	margin-bottom: 20px;
	border-right-color: #930;
	border-left-color: #930;
	border-right-style: none;
	border-right-width: 1px;
	border-left-style: none;
	border-left-width: 1px;
}
#menu {
	width: 500px;
	margin-right: 0px;
	float: right;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	display: inline;
	margin-right: 13px;
	margin-left: 13px;
}
#menu a:hover, #menu a.selected {
	color: #E2C34F;
}
#leftSidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	float: left;
	width: 224px;
	margin-left: 5px;
	margin-top: 30px;
}

#leftSidebar td {
	height:35px;
	padding-left: 25px;
	
}


#leftSidebar td.bold {
	color: #333;
	text-align: right;
	
}

#taglines {
	padding-left: 25px;


}

#taglines p {
	line-height: 115%;


}

#taglines p.right {
	text-align: right;
	color: #333;


}

#rightContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 465px;
	margin-right: 0px;
	margin-left: 270px;
	margin-top: 35px;
	line-height: 1.5;
}

#rightContent img {
	clear: both;
	margin-right: 4px;
	margin-left: 0px;
}

.sideAlert {
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	color: #666666;
	margin-left: 20px;
	margin-bottom: 0px;
}
.sideAlert p.head {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sideAlert p {
	margin-top: 8px;
	margin-bottom: 12px;
}
#hostingPlans table {
	border: 1px #900;
	border-style: solid none none solid;
}

#hostingPlans a {
	background-color: #E2C34F;
	display: block;
	height: 65px;
	widows:92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
	padding-top: 5px;
}
#hostingPlans a:hover {
	background-color: #FFFFCC;
}

#hostingPlans td {
	text-align: center;
	height: 65px;
	border: 1px #900;
	border-style: none solid solid none;

}
.details {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-align: left;
	border: 3px inset #900;
	padding: 8px;
	position: absolute;
	width: 220px;
	top: 180px;
	left: 14px;
	z-index: 1;
	background-color: #FFC;
	visibility: hidden;
}
div.details p {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.details ul {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #900;
	margin: 15px;
	padding: 0;
}

