	body {
			background-color: #333;
			text-align: center;
			padding: 10px 0;
			margin: 0;
  			z-index: 0;
		}

	hr {
     	border: 0;
		color: #6e82b7;
      	background-color: #6e82b7;
      	height: 1px;
		padding:0px;
		}
			
	a 	{
			text-decoration: none;
		}
	.txt {
			font-family:georgia; font-size:12px; color:#828181; text-decoration:none; line-height:14px;  
		}
	.txtB {
			font-family:georgia; font-size:12px; color:#7383B7; text-decoration:none; line-height:14px;  
		}		
	.txtW {
			font-family:georgia; font-size:12px; color:#fff; text-decoration:none; line-height:14px;  
		}
	#container1 {
			background-color: #000;
			position: relative;
			margin: 0 auto;
			width: 760px;
			height: 600px;
			border: 0px;
			padding: 0px;
  			z-index: 0;
		  }
		  
	#header {
			position: relative;
			top:5px;
			width: 100%;
			height: 21px;
			border-color:green;
			border-top: 1px solid;
			border-bottom: 1px solid;
			border-color: #6e82b7;
			padding-top: 7px;
			padding-left: 0px;
			padding-right: 0px;
			vertical-algin:bottom;  			
			z-index: 0;
		  }
	#header a img {
			 -moz-opacity:0.5;
			 filter:alpha(opacity=50); 
			 opacity:0.5; 
			 border:none; 
			 padding-left: 50px;
			}	
					  
	#container2 {
			position: relative;
			text-align: left;
			top:10px;
			width: 760px;
			height: 548px;
			border-top: 1px solid;
			border-bottom: 1px solid;
			border-color: #576490;
			z-index: 0;
		  }
	  
	#sideline {
			position: absolute;
			left:10px;
			width: 2px;
			height: 600px;
			border-left: 1px solid;
			border-right: 1px solid;
			border-color: #93AAFA;
			z-index: 1;
		  }
	#content {
			position: relative;
			left: 14px;
			width: 735px;
			height: 548px;
			border-right: 1px solid #576490;
			z-index: 0;

			}	  
