body{
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Verdana", "Courier New";
	background-color: #F9F4F4;
	background: url('../images/back.gif');
	background-position: top center;
}

.topbar{
	font-size: .75em;
	height: 25px; 
	background: #9B1219; 
	text-align: right; 
	border-bottom: 1px solid #40080A; 
	color: #fff


}

.alert{
	font-size: .75em;
	background: #4E129B; 
	text-align: center; 
	border-bottom: 1px solid #40080A; 
	color: #fff


}

.doujBox{
	float: left; 
	overflow: hidden; 
	width: 189px; 
	height: 140px; 
	font-size: 80%; 
	text-align: center;
	margin: 1px; 
	padding: 1px; 
	border-bottom: 1px solid #bbb; 
}


.catBox{
	float: left; 
	overflow: hidden; 
	width: 189px; 
	height: 104px; 
	font-size: 80%; 
	text-align: left;
	margin: 1px; 
	padding: 1px; 
	border-bottom: 1px solid #bbb; 
}

.subcatBox{
	float: left;
	overflow: hidden;
	width: 154px;
	height: 80px;
	font-size: 70%;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
}

.imgBox{
	float: left;
	overflow: hidden;
	width: 101px;
	height: 101px;
	font-size: 70%;
	text-align: center;
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 5px;
}

.headtext{
	font-size: 175%;
	color: #9B1219;
	font-weight: bold;

}


.updates{
	border-bottom: 1px solid #BBB;
	clear: both;
	padding-bottom: 5px; 
	padding-top: 5px; 
	font-size: 80%;
	color: #666;
	width: 160px;
}

.head{
	clear: both;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	height: 25px;
	border-bottom: 2px solid #666;
}

.reg{
	height: 25px;
	border-bottom: 1px solid #bbb;
}

.regform{
	width: 150px;
	height: 20px;
	border: 1px solid #E3C0C0;
	color: #9B1219;
	background: #E8E8E8;

}

.line{
	width: 580px; 
	border-bottom: 1px solid #bbb;
	text-align: left;
	height: 25px;
}

.catsRowHome{

color: #333;

}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
line-height: 25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .1em 1em;
color: #fff;
background-color: #9B1219;
height: 25px;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #AB5B5F;
height: 25px;
}








a:link {color:#472424;text-decoration:underline}
a:visited {color:#643333;text-decoration:underline}
a:hover {color:#2F4E7B;text-decoration:underline}

a.topbarLink:link {color:#F0F0F0;text-decoration:none}
a.topbarLink:visited {color:#F0F0F0;text-decoration:none}
a.topbarLink:hover {color:#fff;text-decoration:none}

a.alertLink:link {color:#F0F0F0;text-decoration:none}
a.alertLink:visited {color:#F0F0F0;text-decoration:none}
a.alertLink:hover {color:#fff;text-decoration:none}
