table.character
{
	align: center;
	padding:0;
	border-collapse:collapse;
	text-align:center;
	border: 2px #EF63A1 solid;

}

td.character
{
	align: center;
	padding:0;
	border-collapse:collapse;
	text-align:center;
	border: 2px #EF63A1 solid;

}


body
{
	background-color: #FFF;
	font-family: san-serif;
	font-size: small;
	color: #A03050;
	background-image: url(bckgrd.jpg);
	padding: 0;
	margin: 0;
	height: auto;
}

div.main
{
	position: absolute;
	margin-left: 20%;
	width:80%;
	float: right;
	height: auto;
	padding-bottom: 150px;
	
}

div.head
{
	background-color: #f1e4ae;
	width: 99%;
	display: block;
	color:#ef63a1;
	padding:1px;	
	margin-top: 20px;
	text-decoration: none; 
	text-align: center;
	vertical-align: middle;
	font-family: serif;
	font-size: medium;
	font-weight: bolder;
	/*/*/border:1px solid #ef63a1;/* */
}

div.nav
{

	position: absolute;
	width: 18%;
	height:80%;
	float: left;
	background-color: #b8b7be;
	background-image: url(topbckgrd.jpg);
	padding: 0 10px 0px 10px;
}


div.top
{
	width:100%;
	background-color:#b8b7be;
	background-image: url(topbckgrd.jpg);
	
}

img.top { margin: 0 0 0px 20%; }

div.footer
{
	position: fixed;
	bottom: 0;
	background-color: #d0dced;
	padding-top: 5px;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: center;
	width: 99.8%;
	height: 3%;
	/*/*/
	border: 1px solid #0000A1;
	/* */
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


h1, h2
{
	padding: 0;
	margin-bottom: 0;
	color: #EF63A1;
	font-size: x-large;
	text-align:center;
}

h3{
	padding: 0;
	margin-bottom: 0;
	color: #d3578e;
	font-size: large;

}
B
{font-family: serif; font-size: medium; color: #CF5381}

a:active
{
	color: #F4C110;
	text-decoration: none;
	cursor: hand;
}

a:link
{
	color: #e00060;
	text-decoration: none;
	cursor: hand;
}

a:visited
{
	color: #F4C110;
	text-decoration: none;
	cursor: hand;
}

a:hover
{
	color: #a00;
	text-decoration: none;
	cursor: hand;
}