/*style-tinyangel.css A*/
TD, P, BODY
{
	color: #711E0B;
	font-family: verdana, arial, helvetica, "ms sans serif";
	font-size: 10pt;
	text-decoration: none;
}
A:link
{
	color: #B24718;
	font-family: verdana, arial, helvetica, "ms sans serif";
	font-size: 10pt;
	text-decoration: none;
}
A:visited
{
	color: #A64216;
	font-family: verdana, arial, helvetica, "ms sans serif";
	font-size: 10pt;
	text-decoration: none;
}
A:hover
{
	color: #FF6666;
	font-family: verdana, arial, helvetica, "ms sans serif";
	font-size: 10pt;
	text-decoration: underline;
}
BODY
{
	margin: 0;
	padding: 0;
	max-width: 1800px;
	background: #F9A273;
	height:100;
}

/*Properties for header*/
#header
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	padding: 0;
	border-color: #711E0B;
	border-bottom: 1px solid;
}

/*Properties for the main wrapper*/
#wrapper
{
	clear: both;
	max-width: 720px;
	#width: 720px;
	_width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 1px solid;
	border-color: #711E0B;
	border-top:none;
	border-bottom:none;
	border-right-style:dotted;
	border-left-style:dotted;
	background-color: #FAA576;
}

#wrapper p
{
	text-align:justify;
	padding:2px;
	margin-left: 18px;
	margin-right: 18px;
}

#wrapper a
{
	font-weight:bold;
}

/*Properties for the updates box*/
#updates
{
	width: 60%;
	margin-left: 18%;
	padding: 1em;
	background-color: #FCCAAE;
	text-align: center;
	border: 1px solid #711E0B;
	border-color: #711E0B;
}
/*Properties for the text inside update box*/
#updates P
{
	text-align:center;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #711E0B;
}
#updates h1
{
	text-align:center;
	text-decoration: bold;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 10pt;
}

/*Properties for nav bar*/
#navbar
{
	clear: both;
	margin: 0;
	padding: 8px;
	background-color: #FCCAAE;
	text-align: center;
	border-top: 1px solid #711E0B;
	border-bottom: 1px solid #711E0B;
	border-color: #711E0B;
}
/*Properties for centered text sections*/
#centered
{
	clear: both;
	margin: 0;
	text-align: center;
}

/*Properties for centered text sections*/
#centered p
{
	text-align: center;
	padding: 4px;
}
/*Properties for the footer*/
#footer
{
	clear: both;
	padding: 6px;
	background-color: #FCCAAE;
	border-top: 1px solid #711E0B;
	border-bottom: 1px solid #711E0B;
	border-color: #711E0B;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
/*Properties for header titles*/
#wrapper h2
{
	text-align:center;
}
/*Properties for header subtitle*/
#wrapper h3
{
	text-align:center;
	text-decoration: underline;	
	font-size: 10pt;
	margin:2px;
}
/*Properties for character column on the left*/
#character-left
{
	float: left;
	width: 130px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
	height: auto;
	margin-bottom:10px;
}
/*Properties for character column on the right*/
#character-right
{
	float: right;
	width: 130px;
	margin-left: 0px;
	margin-right:15px;
	padding: 0px;
	height: auto;
	text-align: left;
}
/*Properties for character column text center*/
#character-text
{
	margin-left: 150px;
	margin-right: 150px;
	height: auto;
	text-align: justify;
	padding:10px;
}
/*Properties for voice actor*/
#voice
{
	font-weight:bold;
	text-align:right
}	
/*Properties for central box*/
#box
{
	clear: both;
	width:300px;
	padding: 8px;
	margin-left:200px;
	background-color: #FCCAAE;
	text-align: center;
	border: 1px solid #711E0B;
	border-color: #711E0B;
	margin-bottom:10px;
}
/*Properties for section break, used on script script page*/
P#sectionbreak
{
	margin-top: 60px;
	margin-bottom: 10px;
}
/*Properties for names, used on script script page*/
P#name
{
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	padding:1px;
}
/*Properties for text, used on script script page*/
P#script
{
	margin-bottom:18px;
	margin-top:0px;
	padding:2px;
}

/*Properties for the left column of two columns*/
#left
{
	float: left;
	width: 47%;
	margin: 0px;
	padding: 10px;
	height: auto;
}
/*Properties for right column of two columns*/
#right
{
	float: right;
	width: 47%;
	margin: 0;
	padding: 10px;
	height:auto;
}

/*Properties for header titles*/
#title
{
	text-align:center;
	margin-top:10px;
}
/*Properties for gallery page boxes - 6 boxes*/
#small1
{	float: left;
	width: 110px;
	text-align: center;
	padding:4px;
	border-color: #711E0B;
	border-bottom: 1px solid;
	margin-top:10px;
	margin-left:2px;
}
#small2
{	float: left;
	width: 110px;
	text-align: center;
	padding:4px;
	margin-bottom:40px;
}
