body { font: 11px verdana; margin: 0px; }
	
	body { background: white url(bg.jpg) center top no-repeat; margin: 0px; }
	
	#Wrapper { width: 768px; margin: 0px auto; xborder: 1px solid red; height: 600px; }
	
	#Navigation { margin-top: 288px; margin-right: 20px; margin-left: 10px; text-align: center; margin-bottom: 48px;  }
	
	#Navigation a { font: bold 12px arial; color: firebrick; text-decoration: none; margin-left: 6px; margin-right: 6px;}
	#Navigation a:hover { text-decoration: underline; }

	#Page { margin: 0px 5px 0px 9px;}
	
	#Left { float: left; width: 265px; _height: 500px; xbackground: orange; }
		
		#LeftLogin {
			width: 90%; margin: auto; margin-top: 35px; color: white;
			}
			
		#LeftLogin td {  xborder: 1px solid red; }
		#LeftLogin input { border: 1px; padding: 0px; }
		#LeftLoginGo { background: white; font: bold 11px verdana; }
		#Left p, #Left h1 { margin-left: 8px; margin-right: 8px; }
		
		#LeftNews {
			width: 90%; margin: auto;margin-top: 60px; 
			}
		
			#LeftNews td {
				border-bottom: 1px dotted gainsboro; padding: 5px;
				}

			#LeftNews td a { text-decoration: none;  color: black; }
			#LeftNews td a:hover { color: white; text-decoration: underline; }
		
	#Right { float: left; _height: 500px; margin-left: 5px; _margin-left: 10px; width: 478px; xbackground: green; min-height: 300px; }
		
		#RightContent { margin: 10px; margin-top: 0px; }

		#RightContent p { line-height: 16px; }
		#RightContent a { color: dodgerblue; }

		#RightTitle { 
			font: 22px trebuchet ms, arial; letter-spacing: 4px; text-align: right; border-right: 1px solid firebrick; padding-right: 15px; text-transform: uppercase; color: navy;
			padding-bottom: 5px; padding-top: 5px; 
			}
			
		#RightInfo {	font: bold 11px verdana; padding-left: 10px;	}
			
		#RightText { }
			
	h1 { font: bold 12px tahoma, verdana; color: firebrick; margin: 0px; margin-top: 10px; margin-bottom: 3px; }
       
        h1 a { color: firebrick !important; text-decoration: none; border-bottom: 1px dotted steelblue; }
        h1 a:hover { border-bottom: 1px solid firebrick; }