body {
	background-position: 70% 18px;
	background-repeat: no-repeat;
	background-color: white;
	background-attachment: fixed;
	width: 750px;
	color: #222;
	background-image: url(../_images/2008background.png);
	font-family: "myriad pro", myriad, trebuchet, sans-serif;
	font-size: 14px;
	line-height: 2em;
	margin: 36px auto;
	padding: 0;
	position: relative;
}
ul { margin: 36px 0 0 36px; }
ul, li {
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
	color: #bbb;
}
a { padding: 6px 15px 6px 0;}
a, a:link { 
	text-decoration: none; 
	color: #bbb;
}
a:visited {
	text-decoration: none;
	color: #bbb;
}
a:hover, a.in {
	text-decoration: underline;
	color: #000;
	background-image: url(../_images/2008star.png);
	background-position: right center;
	background-repeat: no-repeat;
}
a:active {
	text-decoration: underline;
	color: #ff9900;
}
a.in { 
	text-decoration: none;
}
a.home, a.home:link, a.home:visited, a.home:hover, a.home:active {
	background:none;
	text-decoration: none; 
	color: #000;
}
#main { 
	bottom: 72px; 
	position: absolute;
	background-color: white;
	right: 72px;
	padding: 18px 18px 9px 18px;
}
body > #main { background-color: rgba(255,255,255,.7); }
p { font-size: .85em; line-height: 2em; }
h1 { 
	text-shadow: 0px 0px 2px #ff9900; 
	font-size: 2em; 
	line-height: 1em;
	margin: 0; padding: 0; 
	font-style: italic; color: #ff9900; 
	text-align: right;
}
#main a, .fineprint a { padding: 0; font-weight: bold; border-bottom: 1px dashed #f90; color: #222; }
#main a:hover, .fineprint a:hover { background: none; border-bottom: 1px solid #f90; text-decoration: none; color: #222;}
.port_piece { float: left; width: 131px; padding:6px; }
div#main { width: 360px; }
div#main.port { width: 432px; }
div#main.hosting { top: 0; height: 448px; }
ul.choice {
	font-size: .8em;
	line-height: 1.25em;
	margin:9px 9px 0 0;
	padding:0 ;
	width: 126px;
	float: left;
	background-color: #f90;
}
div#main.hosting > ul.choice {	background-color: rgba(255,151,0,.7); }
ul.choice li { 
	display: block; 
	padding: 6px; 
	color: #fff; 
	font-weight: bold;
	font-style: normal;
}
ul.choice li ul { margin: 0; padding: 0 ; display: block;}
ul.choice li ul li { 
	display: list-item ; 
	float: none; 
	padding: 0 0 0 6px; 
	color: #222; 
	font-weight: normal;
}
.fineprint { 
	position: relative; 
	top: 25px; 
	width: 450px; 
	font-size: .8em;
	line-height: 1.4em; 
	margin: 18px auto; 
	color: #777; 
	background-color: #fff; 
}
sup { font-size: .8em; line-height: 1em; }
legend, label {
	font-size: .8em;
	line-height: 1em;
	padding-top: 9px;
	display: block; 
}
label { font-style: italic; }
legend { font-weight: bold }
.noital { font-style: normal ;}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
input, select, textarea { background-color: #fda; font-family: "Lucida Grande", verdana, sans-serif; font-style: normal; font-size: 1.1em; }
.button { font-weight: bold ; background-color: #f90; }
footer { clear: all; }
#info {
	margin: 72px 0 0 72px;
	color: #777;
	font-size: .85em; 
}