/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #F0F8FB;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.introbody {
	background: #415961;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, ul, li {
	font-size: 12px;
	color: #666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4A2C02;
}
h2 {
	font-size: 13px;
	color: #825054;
	margin-bottom: -13px;

}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------------------------- PAGE LAYOUT ELEMENTS --------------------------------- */

table, td, th {	
	border-collapse: collapse;
}

div, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------- Body --------------------------------- */

div#container {
	width: 786px;
	margin: 0px auto;
	vertical-align: top;
	border-collapse: collapse;
}

div#anime {
	width: 591px;
	height: 594px;
	margin: 0px auto;
}

div#sndanime {
	float: right;
	width: 231px;
	height: 260px;
}


div#audiobox {
	width: 75px;
	height: 40px;
	background: #FDF6DA;
	float: right;
	text-align: center;
	margin: 7px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #C3CDD0;
}

ul#bulletlinks {
	margin-bottom: 30px;
}

ul#bulletlinks li a:link, ul#bulletlinks li a:visited {
	font-size: 11px;
	color: #415961;
	text-decoration: none;
}

ul#bulletlinks li a:hover, ul#bulletlinks li a:active, ul#bulletlinks li a.current:link, ul#bulletlinks a.current:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #4A2C02;
}


/* ---------------------|| Left Bars ||---------------------- */

div#leftbar1 {
	width: 196px;
	height: 520px;
	float: left;
	background: url(images/navback1.jpg) no-repeat top left;
	position: relative;
}

div#leftbar2 {
	width: 196px;
	height: 520px;
	float: left;
	background: url(images/navback2.jpg) no-repeat top left;
	position: relative;
}

/* ---------------------|| Main Nav ||---------------------- */

div#navcontainer {
	position: absolute;
	top: 250px;
	left: 55px;
}

ul#mainnav {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	width: 130px;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	border-bottom: 1px solid #FFF;
	padding: 5px;
	text-transform: uppercase;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-size: 10px;
	color: #4A2C02;
	border-bottom: 1px solid #4A2C02;
	width: 120px;
}

div#navcontainer p {
	width: 120px;
	font-size: 10px;
	color: #fff;
	margin: 10px 5px 0px 5px;
}

div#navcontainer a:link, div#navcontainer a:visited {
	color: #415961;
	font-weight: bold;
}
 
/* ---------------------|| Content Area ||---------------------- */

div#contentwrap {
	background: url(images/contentwrapback.jpg) repeat-y top left;
	margin: 0px;
	text-align: left;
	float: left;
}

div#contentcontainer {
	background: #F0F8FB url(images/contentback.jpg) no-repeat top left;
	padding: 0px 20px 2px 20px;
	text-align: left;
	line-height: 1.2;
}

div#content {
	width: 500px;
	padding-top: 175px;
}

div#content a:link, div#content a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #257DAA;
	text-decoration: none;
}

div#content a:hover, div#content a:active {
	text-decoration: underline;
}

div#contentbottom {
	background: #F0F8FB url(images/contentbackbottom.jpg) no-repeat top left;
	width: 590px;
	height: 49px;
	text-align: left;
	clear: both;
}

.iframedrop {
	margin-top: 70px;
}

/* --------------------------------------- Footer ----------------------------------------------- */

/* ---------------------|| Intro Footer ||---------------------- */

div#introfooter {
	width: 400px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

div#introfooter a:link, div#introfooter a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

div#introfooter a:hover, div#introfooter a:active {
	text-decoration: underline;
	color: #A5E2F7;
}

/* ---------------------|| Main Footer ||---------------------- */

div#footer {
	background: url(images/footerback.jpg) no-repeat top center;
	width: 786px;
	height: 150px;
	padding-bottom: 20px;
	position: relative;
	margin: 0px auto;
	clear: both;
}

div#footercontent {
	position: absolute;
	right: 280px;
	top: 13px;
}

div#footercontent .ulleft {
	font-size: 10px;
	color: #000;
	float: left;
}

div#footercontent li {
	display: block;
	list-style: none;
}

div#footercontent a:link, #footercontent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555D67;
}

div#footercontent a:hover, div#footercontent a:active {
	color: #000000;
	text-decoration: underline;
}

div#loginbox {
	position: absolute;
	top: 57px;
	right: 40px;
	width: 75px;
}

div#loginbox a:link, div#loginbox a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #555D67;
}

div#loginbox a:hover, div#loginbox a:active {
	color: #000000;
	text-decoration: underline;
}

/* ---------------------|| Copyright ||---------------------- */

div#copyright {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #93C9DC;
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 20px;
}

div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #A5E2F7;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
	text-decoration: underline;
}


/* ---------------------|| Image Elements ||---------------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

.centered {
	text-align:center;
}

.largered {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#FF0000;
}