/*======================================

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	padding: 0 0 0 0;
	background-color:#1F1F1F;
	height: 32px;
	list-style-type: none;
	margin: 0pt;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	line-height: 1;
	font-size: 11px;
	font-family: arial;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	padding: 10px; /* Button Height */
	border-right: 2px solid #222;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #333333;
	background-color: #eeeeee;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #000000;
	background-color: #ffffff;
}


/*MAIN------------------------------------------------------------------------------------------------------------------------------------------*/	

body { 
margin-top:0px;
margin-bottom:0px;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: 000000;
scrollbar-base-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
background-color: #444444; }

/*LINKS------------------------------------------------------------------------------------------------------------------------------------------*/		

a:link    {
font-size: 12px;
text-decoration:underline;
color:#112e6f
}

a:visited {
font-size: 12px;
text-decoration:underline;
color:#112e6f;
}

a:active  {
font-size: 12px;
text-decoration:underline;
color:#112e6f;
}

a:hover   {
font-size: 12px;
text-decoration:underline;
color:#112e6f;
}

/*ITEMS------------------------------------------------------------------------------------------------------------------------------------------*/	

img {

	border: 1px solid #112e6f;
}

img.noborder {
	border: 0px;
}

div.announce{
padding: 10px;
background-color: #ffd2d2;
text-align: center;
line-height: 16px;
color: #555555;
font-size: 14px;
font-family: Tahoma;
line-height: 16px; }

p.gallery{
padding: 10px;
background-color: #e3eaff;
text-align: center;
line-height: 14px;

color: #555555;
font-size: 14px;
font-family: Tahoma; }

/*TABLES------------------------------------------------------------------------------------------------------------------------------------------*/	

table.container{	
border: 0px;
width: 800px;
padding: 0px;
}

table.comics{	
border: 0px;
padding: 0px;
font-size: 10px;
font-family: tahoma;

color: #555555;
}

td.main
{background-color: white;
padding: 30px 30px 0px 30px;
vertical-align: top;
}

td.side
{background-color: white;
padding: 10px 10px 10px 10px;
}

td.top{
height:100px;
background-image: url(bg_top.gif);
text-align: left;
vertical-align: middle;
padding-top: 7px;
}

td.menu{
vertical-align: bottom;
background-color: #1f1f1f;
height: 32px;
}

td.banner{
background-image: url(img/BC/header.gif);
height: 240px;
}

td.bottom{
vertical-align: bottom;
background-color: #333333;
height: 5px;
text-align: left;
}

td.info{
vertical-align: bottom;
text-align: right;
padding-top: 10px;
}


/*FONTS-----------------------------------------------------------------------------------------------------------------------------------------*/

font {
color: #555555;
font-size: 12px;
font-family: Tahoma;
line-height: 16px;
text-align: justify;
}

font.title {
font-size: 20px;
line-height: 25px;
color: #ffffff;
font-family: arial;
font-weight: bold;
padding-left: 26px;
}

font.description {
font-size: 11px;
color: #9faabd;
font-family: Verdana;
padding-left: 26px;
}

font.info{
color: #9aaaaa;
}

font.info2{
color: #ffffff;
}

font.announce{
font-size: 12px;
line-height: 25px;
}