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

#content			{
				width: 1000px;
				margin:0 auto;
				height:740px;
				background-image:url(images/page_bg.png);
				} 

html				{
				background-color:#140417;
				height:96%;
				}

body				{
				font-size:20px;
				font-family:Arial, Helvetica, sans-serif;
				color:silver;
				text-align:center;
				margin-top:50px;
				}
				
td.banner			{
				height:200px;
				}
				
td.cell			{
				width:200px;
				height:490px;
				padding-left:5px;
				padding-right:5px;
				padding-top:10px;
				vertical-align:top;
				}
				
td.cell_1			{
				width:200px;
				height:490px;
				padding-left:0px;
				padding-right:0px;
				padding-top:10px;				
				vertical-align:top;
				}
			
td.bottom			{
				height:40px;
				background-image:url(images/bottom.jpg);
				}

p				{
				text-align:left;
				}
				
p.cell_1			{
				text-align:left;
				color:#400040;
				padding-left:10px;
				}
				
#middle_cell		{
				width:190px;
				height:340px;
				background-image: url(images/middle_cell.jpg);
				background-repeat: no-repeat;
				color:#333333;
				font-size:16px;
				text-align:left;
				padding-top:10px;
				font-weight:bold;
				}

p.middle_cell		{
				padding:5px;
				}

ol				{
				margin-top: 2px;
				}

li				{
				padding-bottom:5px;
				}
				
a.hit			{
				font-size:9px;
				text-decoration:none;
				color:#333333;
				}

a.hit:hover		{
				color:#66CC33;
				}