HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,
EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,
LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	}

BODY,TEXTAREA,INPUT,SELECT {
	font:12px Verdana, Tahoma, Arial, sans-serif;
	}
BODY {
	color:#000;
	background:#000;
	}
body,html{
	width:100%;
	height:100%;
	}

a {	
	color:#01327f; 
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	color:#000; }

img {border: 0;}
a img {border:0}

.clear {clear: both; font-size: 1px; height: 1px; line-height: 1px}



/*structure	
	-----------------------------------------*/
.center_container{
	background:url("../images/bg.jpg") repeat-y 0 0;
	margin: 0 auto;
	padding-bottom:220px;
	position:relative;
	min-height:100%;
	width:600px;
	font:11px/14px Verdana;
	overflow:hidden;
	}
	.center_container_in{
		overflow:hidden;
		zoom:1;
		padding-bottom:16px;
		background: url("../images/bg_global.jpg") no-repeat 0 0;
		}

	*html .center_container{
		height:100%;
		overflow:visible;
		}

/*Header
	-----------------------------*/
.header{
	height:250px;
	position:relative;
	background: url("../images/bg_top.jpg") no-repeat 0 0;
	}
	.header h2{
		position:absolute;
		z-index:1;
		bottom:92px;
		overflow:hidden;
		text-indent:-3000px;
		left:39px;
		width:150px;
		height:18px;	
		}


.prev_number,
.next_number{
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	width:68px;
	height:23px;
	top:210px;
	left:11px;
	}
.next_number{
	left:83px;
	}

.logo{
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	width:235px;
	height:130px;
	top:119px;
	left:259px;
	}
.obt{
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	width:89px;
	height:90px;
	top:15px;
	left:35px;
	}	
/*side bar
	------------------*/		

	.side_bar{
		float:left;
		width:152px;
		}
		.side_bar ul{
			position:relative;
			top:-4px;
			height:330px;
			}
		.side_bar ul li{
			height:30px;
			}
			.side_bar ul li.two,
			.side_bar ul li.two a{
				height:38px;
				}
			.side_bar ul li a{
				overflow:hidden;
				display:block;
				height:24px;
				text-indent:-3000px;
				}
				
.art, .screen{
	padding-bottom: 10px;
	text-align:center;
	}	
.art h2,
.screen h2{	
	overflow:hidden;
	text-indent:-3000px;
	height:55px;
	width:140px;
	margin:0 auto;
	}	
.art h2{
	background: url("../images/art_h.png") no-repeat 0 0;
	}	
	.screen h2{
		height:35px;
		background: url("../images/screen_h.png") no-repeat 0 0;
		}	
		*html .art h2{
			background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=files/images/art_h.png);
			}
		*html .screen h2{
			background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=files/images/screen_h.png);
			}
/*center
	------------------*/
	
	.center_block{
		float:left;
		width:435px;
		padding:35px 0 0 10px;
		}
	.prev_block_repeater{
		float:left;
		width:424px;
		background: url("../images/repeat_box.gif") repeat-y 0 0;
		position:relative;
		margin:20px 0 20px 0;
		
		}
	.prev_block_top,
	.prev_block_bot{
		position:absolute;
		left:0;
		width:424px;
		}
	.prev_block_top{
		height:61px;
		top:-6px;
		background: url("../images/top_box.gif") no-repeat 0 0;
		}
	.prev_block_bot{
		height:24px;
		bottom:-24px;
		background: url("../images/bot_box.gif") no-repeat 0 0;
		}
	.content{
		position:relative;
		padding:10px 15px 10px 15px;
		}
	.content .fl_r{
		float:right;
		margin:0 0 5px 10px;
		}
	.content p{
		padding:5px 15px 0 0;
		}
		.content  b{
			display:block;
			text-align:right;
			padding:10px;
			}
		.more{
			position:absolute;
			width:148px;
			height:22px;
			right:26px;
			bottom:-23px;
			background: url("../images/more.gif") no-repeat 0 0;
			overflow:hidden;
			text-indent:-3000px;
			}
/*Footer
	--------------------------------*/
    #footer {
			position:absolute; 
			bottom:0; 
			left:0;
			height:194px; 
			width:100%; 
			background: url("../images/footer.jpg") no-repeat 0 0;
			}	
		.footer_in{
			position:relative;
			}
			.foot_shadow{
				position:absolute;
				top:-38px;
				height:38px;
				width:100%;
				background: url("../images/footer_shadow.png") no-repeat 0 0;
				}
				*html .foot_shadow{
							background:none;
							filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=files/images/footer_shadow.png);
							}
		.copy{
			padding-top:150px;
			color:#fff;
			font-size:9px;
			}	
		.copy img{
			position:relative;
			top:4px;
			}	
			
			
			
			
			
			
			
			
			
			
