*, body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}

.menu {
	width: 160px;
	position: absolute; top: 130px; left: 10px;
}

.menu a.basic {
	color: #000;
	text-decoration: none;
}

.menu a.basic:hover {
	text-decoration: underline;
	color: #00f;
}

.invader {
	position: absolute; top: -35px; left: -35px;
}

#invaderblurb {
	display: inline;
}

.header {
	height: 60px;
	width: 100%;
	background: #dde url(header_end.gif) right repeat-y;
	float: left;	
	color: #000;
}

.header .blurb {
	position: absolute;
	left: 150px;
	height: 60px;
	display: inline;
	padding: 10px;
}

.header h1 {
	font-size: 120%;
	margin-bottom: -5px;
}

.effect_wave {
	display: block;
}

.effect_wave .x {
	background: transparent url(letter_font.gif) no-repeat;	
	float: left;
}

.effect_wave a {
	text-decoration: none;
	background: #fff;
	width: 100px;
	color: #000;
	float: left;
	display: block;
	padding: 5px;
}

.effect_wave a:hover {
	background: url(link_select.gif) no-repeat;
}

.effect_wave img {
	width: 8px; height: 20px;
	border: 0px;
}

.content {
	position: absolute; top: 100px; left: 200px;
	width: 600px;
}

.content .item {
	border: #000 solid; border-width: 0px 1px 0px 0px;
	padding: 10px;
	margin-bottom: 10px;

}

.content h1 {
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
}

.content h2 {
	background: url(bullet_heart.gif) no-repeat center left;
	border: #000 solid; border-width: 0px 0px 1px 0px;
	font-size: 120%;
	padding-left: 20px;
}

.content p {
	padding-left: 20px;
	margin-bottom: 10px;
}

.content ul {
	padding-left: 20px;
}

.content table {
	padding-left: 20px;	
}

.content td {
	padding: 3px;
	border: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #fff #fff;
}

.content td.r1c1 {
	background: #eeeeee;
	white-space: nowrap;
}

.content td.r1c2 {
	background: #dddddd;
	white-space: nowrap;
	text-align: right;
}

.content td.r2c1 {
	background: #ddddff;
	white-space: nowrap;
}

.content td.r2c2 {
	background: #ccccee;
	white-space: nowrap;
	text-align: right;
}

.content td.iteminfo {
	border: solid;
	border-width: 0px 0px 1px 20px;
	border-color: #bbb #fff #bbb #fff;
	white-space: normal;
}

.content tr.inforow {
	display: table-row;
}

.content span.infoact {
	width: 100%;
}

.content img.format {
	position: absolute;
	float: left;
	border: 0px;
}

.ad {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.enhance_on {
	display: none;
}

.enhance_off {
	display: block;
}
