/* CSS Document */

.hidden {
	visibility: hidden;
}


#headspace {
	text-align: center;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;

}

#dead_l {
	text-align: center;
	width: 300px;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #0033FF;
	position: static;
	padding-right: 5px;
	margin-top: 5px;

}

#dead_l p {
padding:0;
margin:0;
}

#dead_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	width: 235px;
	float: right;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: auto;

}

#bbody{

}

.big {
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #990000;
	letter-spacing: 2pt;
	text-align: center;
	font-style: oblique;
	color: #FF0000;
	text-transform: capitalize;
	margin-bottom: 15px;

}

#bigbody {
}

#fclear {
	clear:both;
	height: 10px;
}

