/* Stylesheet */
* 			{
			margin: 0;
			padding: 0;
			}
body		{ 
			background-color: black;
			/*background-image: url('images/bgfill.gif');*/
			/*background-repeat: repeat;
			background-attachment:fixed;
			background-position: 750px 600px;*/
			font-family:Verdana,Arial,Helvetica,sans-serif;
			}
p			{
			/*border: thin solid black*/

			}
a:active {
			text-transform: capitalize;
			}
div 		{
			text-align: center;
/*			font-style: italic;*/
			background-color:#000000;
			color: black;
			}
/* p.margin {
			margin: 10px 200px 10px 200px
			} */
div.container
			{
			/* background: url(images/container_bg.png); */ 
			background-repeat: repeat-y;
			background-position: 0 0;
			background-color: black; 
			/*scroll 0 0;
			background-color: white;*/
			float: center;
			/* position: relative;*/			
			width: 1208px;
			margin: 10px auto;
			margin-top: 20px;
			/*border-bottom:2px solid black;*/
			/* left:100px; */
			/* line-height:150%;*/
			}
div.cell
			{
			width: 400px;
			height: 380px;
			border: 1px solid black;
			/*clear: left;*/
			float: left;
			/* padding-top: 50px;*/
			/* padding: 20px; */
			/* overflow: auto; */
			}
div.header
			{
			margin-left: 0px;
			width: 1204px;
			padding: 0px;
			/*color:white;*/
			background-color:white;
			clear:left;
			border: 1px solid black;
			}
div.footer
			{
			margin-left: 0px;
			width: 1194px;
			padding:5px;
			color:white;
			background-color:gray;
			clear:left;
			text-align: center;
			border-top:1px solid black;
			border-left:1px solid black;
			border-right:1px solid black;
			border-bottom:2px solid black;
			}
div.left
			{
			float:left;
			width: 160px;
			margin-left:11px;
			clear: right;
			padding: 0px;
			}
div.content
			{
			width: 597px;
			height:400px;
			border-left:1px solid gray;
			padding: 20px;
			overflow: auto;
			}
