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

#content	{
	width:1000px;
	margin:0 auto;
	background-color:#333;
	border:1px solid #000;
	margin-top:20px;
	min-height:795px;
	
			}
			
body	{
	background-image:url(../images/bg.gif);
	height:100%;
	color:#CCC;
	font-family: Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu	{
	float:left;
	width:180px;
	margin-top:-19px;
	z-index:10;
}

#pages	{
	float:right;
	width:820px;
}

img	{
	border:0px;
}

h1	{
	font-size:18px;
	color:#C00;
	text-align:center;
}

h2	{
	font-size:16px;
	text-align:center;
}

a	{color:#CCC; text-decoration:none;}

a:hover	{color:#900;}

table.menus	{
	text-align:center;
	width:750px;
}

table.menus_new	{
	text-align:left;
	width:750px;
}

td.menu_sub	{
	text-align:center;
	width:770px;
	padding:12px;

}

/* Below is the css to create the div that will be scrolled */

#scroll_up		{
				cursor: pointer;
				}

#scroll_down		{
				cursor: pointer;
  				}
				
#scroll_box 		{
				height: 590px;
				width: 770px;
				padding-right:10px;
				overflow: auto;
				background-color:#333;
				text-align:left;
				float:left;
				
				}
				
#scroll_buttons	{
				width:40px;
				float:right;
				height: 340px;
				margin-top:230px;
}