/* Links */


A  {
	text-decoration : none;
	color :#C82B4C; 
	background-image: url(images/layout/link.gif);
    }

A:hover {
	color : #DB6415; 
	text-decoration : none;
	background-image: url(images/layout/linkhover.gif);
	}

/* Universal stylistics (<strong>, <em>, etc */

blockquote {
	text-align: justify;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/layout/quote.gif);
	padding: 10px 15px 10px 15px;
	font-family: Georgia;}

blockquote strong{
	color: #9FD80B;
	font-family: Arial;
	font-size: 12px;}


strong {
	font-size: 10px;
	color: #000;
	font-family: Georgia, serif;}

strong.members {
	font-size: 12px;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	text-transform: uppercase;}

em {
 	color: #D65416;}

/* Main header classes */

h1 {
	margin: 0;
	color: #A0D80F;
	font-family: courier;
	font-size: 36px;
	font-weight: normal;
	padding: 0;
	letter-spacing: -2px;
	text-transform: lowercase;}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size: 13px; 
	letter-spacing: 2px;
	color: #300A0F;
	padding: 0px 2px 5px 2px;
	margin: 4px 0px 8px 0px;
	text-align: right;
	font-weight: normal;
	background-image: url(images/layout/h2.gif);
	text-transform: uppercase; }


h3 {
	margin: 0px 0 3px 0px;
	color: #DE0F3A;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {margin: 0 0 5px 0;
	color: #A0D80F;
	font-family: Arial Black;
	font-size: 	10px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}

h5:first-letter {
	color: #8E0C21;
	}

/* Body text classes */


ul{
	color: #000000;
	padding: 0;
	margin: 0 40px;
	background-image: none;
	font: 11px Century Gothic;
	line-height: 175%;}

li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url(images/layout/bullet.gif);
	background-repeat: none;
	background-position: center left;
	padding-bottom: 3px;    }
	
p, body {
	font: 11px Verdana;  
	color:#1E1E1E;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 200%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }

p.quote {
	font: 11px Century Gothic;
	color: #300A0F;
    }
	

/* Misc. */	

body {font: 11px Verdana;  
	color:#000000;
	margin:0px;
	background-color:#000000;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
    }

p.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	height: 8px;
	margin: 2px 30px;}

img
    {border: 0px none;}

input, textarea {
	background-image: url(images/divider.gif);
	border: 0;
	padding: 2px;
	}


/* Structural ids */

#frame{
	width: 600px;
	padding: 10px 0 0 0;
	background-color: #000;
	margin-right:auto;
	margin-left:auto;}

#image{
	width:743px; 
	margin: 0px;}

ul.navigation{  
	text-align: center;
	margin: 0px 0 10px 0;
	padding: 0;}

ul.navigation li{
	background-color: #151515;
	border-bottom: 1px solid #000;
	font: 11px Century Gothic;
	background-image: none;
	letter-spacing: 1px;
	padding: 2px;}

ul.navigation li:hover{
	background-color: #262626;}

ul.navigation li a{
	background-image: none;
	color: #D65416;}

ul.navigation li a:hover{
	background-image: none;
	color: #fff;}

div#content{
  	padding: 10px 25px 20px 25px;
	background-color: #fff;}

#footer{
	color: #fff;
	background-color: #E54A00;
	background-image: url(images/layout/footer2.gif);
	clear: both;
	margin: 0px 0 0px 0;
	border-bottom: 4px solid #fff;
	padding: 15px;}

#footer2{
	color: #000;
	background-color: #9FD80B;
	clear: both;
	font-size: 7pt;
	margin: 0px 0 0px 0;
	border-top: 3px solid #fff;
	text-align: center;
	padding: 5px 0 5px 0;}

#footer A  {
	text-decoration : none;
	background-image: none;
	color :#fff; 
	font-weight: bold;
    }


#footer2 A  {
	text-decoration : none;
	background-image: none;
	color :#000; 
    }

#footer A:hover {
	text-decoration : none;
	background-image: none;
	color : #F90305; 	}

ul.content {
	background-image: url(images/layout/quote.gif);
	text-align: justify;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 10px 40px 10px 40px;
	padding: 10px 15px 10px 15px;
	font-family: Georgia;}

ul.content li { 
	margin: 0;
	padding: 0;
	background-image: none;}

ul.content li a{
	color: #9FD80B;
	font-family: Arial;
	font-weight: bold;
	background-image: none;
	font-size: 12px;}

ul.content li a:hover{
	background-image: none;
	color: #B83651;}

img.left {
	border:7px solid #BC3753; 
	float: left; 
	margin: 5px 14px 4px 0; }

img.right {
	border:7px solid #BC3753; 
	float: right; 
	margin: 5px 0 4px 14px; }

img.icon {
	border:7px solid #BC3753; }

.gallery {
	background-image:none;}

.gallery:hover {
	background-image:none;}

img.gallery {
	border: 6px solid #EDEDED; 
	margin-bottom: 2px;
	}

img.gallery:hover {
	border:6px solid #B9DB60; 
	margin-bottom: 2px;
	}

img.manga {
	border:6px solid #EDEDED; 
	margin: 0 2px 2px 1px;
	}

img.manga:hover {
	border:6px solid #B9DB60; 
	margin: 0 2px 2px 1px;
	}

img.cards {
	margin: 2px;
	}


