@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe,  blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}

table{
	border-collapse: separate;
	border-spacing: 0pt;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}


ul{
	list-style: outside;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* CONTAINER *******/
#charactercontainer{
	width: 485px;
	margin: 0pt auto;
	color: #fff;
}
/******* /CONTAINER *******/
/******* TOP *******/
#top{
	margin: 0 auto;
	padding: 0px 0 0 0;
}
#top h1 a{
	display: block;
	float: left;
	height: 46px;
	text-indent: -999999px;
	width: 205px;
}
/******* /TOP *******/
/******* MENU *******/
#top #menu{
	font-weight: 300;
	float: left;
	list-style-type: none;
	margin: 12px 0 10px 0px;
}
#top #menu li{
	float: left;
	margin-right: 12px;
	color: #9B9B9B;
	font-size: 13px;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
#top #menu li:hover{
	color: #1F1F14;
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#top #menu li:visited{
	color: #1F1F14;
	cursor: pointer;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

#top #menu li:visited:hover{
	color: #1F1F14;
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/
#content{
	color: #000000;
	}


/******* /CONTENT *******/
