			body {
			    background-color: #000;
			    margin: 0px;
			}
			
			div {
			    font-size: 12px;
				color:#B7CAF9;
			    font-family: Tahoma;
			}
			
			a {
			    color: #2c73ff;
			    text-decoration: underline;
			}
			
			a:hover {
			    color: #7a7a7a;
			    text-decoration: none;
			}
			
			h1 {
			    color: #2c73ff;
			    font-size: 24px;
			    font-weight: normal;
			    margin: 0px;
				margin-bottom:15px;
				font-family: Times;
			}
			
			h2 {
			    color: #FFFFFF;
			    font-size: 16px;
			    font-weight:500;
			    margin: 0px;
				margin-bottom:15px;
			} 
			
			.bdy {
			    background: url(images/tg_1_0.jpg);
			    background-position: center;
			    background-position: top;
			    background-repeat: no-repeat;
			} 
			
			.menu {
			    background-image: url(images/tg_0_0.jpg);
			    background-repeat: no-repeat;
			    width: 1006px;
			    font-family: Times;
			    font-size: 18px;
			    padding: 15px;
			    height: 53px;
			} 
			
			.content {
			    padding-top: 150px;
			    padding-bottom: 30px;
			    min-height: 490px;
			    text-align: left;
			    width: 900px;
			    overflow:visible;
				
			} 
			
			.footer {
			    font-size: 10px;
			    padding-bottom: 30px;

			}
			
			.blck{
				width:400px;
				vertical-align:top;
			}

			.lactive{
			    color: #7a7a7a;
			    text-decoration: none;
			}