/* Lolicon Manga stylesheet */

body {
	color: #CDBE70;
	background-color: #222;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-attachment: fixed;
}

.block {
	width: 1240px;
	border: 1px solid #222;
	background-image: url(blockbg.png);
	background-repeat: repeat;
}

table {
	font-size: 9px;
	font-weight: normal;
	border-style: none;
}

.thumb1 {
	height: 240px;
	width: 192px;
	border: 1px solid #8B814C;
	background-color: #111;
}

a:hover .thumb1 {
	border: 1px solid #FFC125;
}

.thumb2 {
	height: 200px;
	width: 160px;
	border: 1px solid #8B814C;
	background-color: #111;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
}

a:hover .thumb2 {
	border: 1px solid #FFC125;
}

.tx1 {
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color: #CDBE70;
	text-decoration: none;
}

a:active {
	color: #CDBE70;
	text-decoration: none;
}

a:visited {
	color: #CDBE70;
	text-decoration: none;
}

a:hover {
	color: #FFC125;
	text-decoration: none;
}

.galls {
	font-size: 10px;
	width: 990px;
	padding: 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111;
	color: #CDBE70;
	border: 1px solid #8B814C;
}

.galls li {
	list-style-type: square;
	list-style-image: url(bullet.png);
}

.top1 {
	font-weight: bold;
	font-size: 10px;
	background-color: #000;
}

/*Left Menu*/

.leftmenu {
	width: 168px;
}

.leftmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li {
    padding-bottom: 0px; /*bottom spacing between menu items*/
}

.leftmenu ul li a {
	color: #fffacd;
	display: block;
	line-height: 12px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-color: #000;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #CDBE70;
}

/*Right Menu*/

.rightmenu {
	width: 40px;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightmenu ul li {
    padding-bottom: 0px; /*bottom spacing between menu items*/
}

.rightmenu ul li a {
	color: #fffacd;
	display: block;
	line-height: 12px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #000;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #CDBE70;
}

