@charset "utf-8";
/* CSS Document */

/*************************************
* generic pagewise/HTML-override stuff
*************************************/

body,td,th
{
	color: #000000;
}

body
{
	background-color: #000000;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
}

img
{
	border: 0px;
}

/****************
* page containers
****************/

/* whole page center */
#main
{
	width: 1032px;
	height: 1224px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* left stars */
#main_left
{
	width: 76px;
	display: block;
	float: left;
	background-color: #000000;
}

/* primary content body thingy */
#main_center
{
	width: 880px;
	display: block;
	float: left;
}

/* right stars */
#main_right
{
	width: 76px;
	display: block;
	float: left;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}

/* footer goes under the main block */
#footer
{
	width: 880px;
	margin: 0 auto;	
	color: #FFFFFF;
	text-align: center;
}	

/***************************************
* "top image" sliced up for optimization
***************************************/

/* 1st row */
#top0
{
	width: 880px;
}

	/* the upper right most "top image" is pushed to the background 
	so that we put icons above it */
	.top_right_bg
	{
		background-image:url(images/top2.jpg);
		background-repeat:no-repeat;
	}

/* 2nd row */
#top1
{
	width: 880px;
}

/*************************************************
* navigation box (technically just the left stuff)
*************************************************/

/* overall navigation container 
contains both nav_left and nav_right */
#nav
{
	width: 183px;
	height: 302px;
	float: left;
	display: block;	
}

	/* the actual navs -- leftmost */
	#nav_left
	{
		width: 93px;
		float: left;
		display: block;
	}
	
	/* the middle section -- ranma's legs */
	#nav_right
	{
		width: 90px;
		float: left;
		display: block;	
	}

/* the ad */
#nav_bottom
{
	width: 183px;
	display: block;	
}

/***************************************
* primary container where the comic goes
***************************************/

#comic
{
	width: 697px;
	height: 100%;
	float: left;
	clear: right;
	display: block;	
}
