body {
	background: #ebebeb url(images/bg.gif) left repeat-y;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body, h1, h2, p, form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

a img {
	border: 0;
}

#wrapper {
	position: relative;
	width: 760px;
	height: 500px;
	border-top: 8px #f2801e solid;
	background: #fff url(images/portlandpdx.jpg) top left no-repeat;
}

#topleft {
	font-size: 1.3em;
	margin-top: 129px;
	padding-left: 20px;
}

#topleft strong {
	color: red;
}

#topright, #boosting {
	float: right;
	width: 285px;
	text-indent: -999em;
}

#topright {
	margin-bottom: 10px;
}
#topright h1 {
	float: right;
	background: #fff url(images/expressnets.gif) top left no-repeat;
	height: 36px;
	width: 164px;
	margin: 10px 10px 30px;
}

#boosting h2 {
	float: right;
	background: url(images/boosting.png) top left no-repeat;
	height: 100px;
	width: 284px;
	margin: 0;
}

#boosting p a {
	display: block;
	clear: right;
	margin: 0 auto;
	width: 207px;
	height: 164px;
	background: #fff url(images/home_diagram.png) bottom no-repeat;
}

#orderbox {
	clear: both;
	margin-left: 20px;
	width: 698px;
	border: 1px #195197 solid;
	border-width: 21px 1px 6px 1px;
	position: relative;
	padding-bottom: 10px;
}

#orderbox h1 {
	position: absolute;
	top: -31px;
	left: 5px;
	width: 156px;
	height: 31px;
	background: #fff url(images/buy_it_now.gif) top left no-repeat;
	text-indent: -999em;
}

#ordercontent {
	padding: 10px 5px 0;
	overflow: auto;
}

#ordercontent img {
	float: left;
	margin-right: 10px;
}

#ordercontent h2 {
	font-size: 1.5em;
}

th {
	font-size: 1.2em;
	text-align: right;
}

#prices {
	float: left;
	text-align: center;
	margin: 5px 0 0 50px;
	font-size: 1.4em;
}

#listprice {
	color: #888;
}

#submit {
	float: right;
	margin: 10px;
}

#bottom {
	padding: 20px;
	font-size: 1.1em;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #195197;
	border-bottom: 1px solid #BF4116;
	padding-bottom: 2px;
}

dd {
	padding: 2px 0 10px;
	margin-left: 20px;
}

img.centered {
	display: block;
	margin: 0 auto;
}

dl {
	width: 350px;
}

#faqleft {
	float: left;
}

#faqright {
	float: right;
}

dl img {
	display: none;
}

select {
/*	width: 100%;*/
}