td.logo
{
	background-color: #ffffff;
	height: 80px;
	width: 990px;
	padding: 5px;
}

td.mainmenu
{
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	padding: 5px;
}

td.content
{
	vertical-align: top;
	background-color: #eeeeee;
	padding: 10px;
}

td.content_red
{
	background: url("../graphics/bg_anime.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #180101;
	padding: 10px;
	width: 900px;
	padding-left: 5px;
}

td.content_red_l
{
	background: url("../graphics/bg_anime.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #180101;
	padding: 10px;
	padding-right: 5px;
}

td.block_ad
{
	width: 300px;
	background-color: #eeeeee;
	padding: 10px;
}

table.content_box
{
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 650px;
	margin-bottom: 5px;
}

table.content_box_half
{
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 475px;
	margin-bottom: 5px;
}

table.content_box_l
{
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 300;
	width-max: 300px;
	margin-bottom: 5px;
}

table.content_box_head
{
	background: url("../graphics/bg_head.png");
	background-repeat: repeat-x;
	background-color: #9D080D;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 100%;
	color: #ffffff;
}

table.main
{
	vertical-align: top;
	width: 990;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}

h1
{
	font-family: "arial";
	font-size: 13pt;
}

body
{
	background: url("../graphics/background.jpg");
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	font-family: "arial";
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link{ color: #bb0000; text-decoration: underline;}
a:visited{ color: #bb0000; text-decoration: underline;}
a:hover{ color: #bb0000; text-decoration: underline;}
a:active{ color: #bb0000; text-decoration: underline;}

a.black:link{ color: #000000; text-decoration: none;}
a.black:visited{ color: #222222; text-decoration: none;}
a.black:hover{ color: #222222; text-decoration: none;}
a.black:active{ color: #222222; text-decoration: none;}

a.white:link{ color: #ffffff; text-decoration: none; font-weight: bold;}
a.white:visited{ color: #bbbbbb; text-decoration: none; font-weight: bold;}
a.white:hover{ color: #ffffff; text-decoration: none; font-weight: bold;
a.white:active{ color: #ffffff; text-decoration: none; font-weight: bold;}

