* { margin: 0; padding: 0; }

html, body {font-size:small; font-family : Arial, Helvetica, sans-serif;} /* overal font and sizing */

* html, * html body {
	font-size:x-small; /* IE5 win */
	font-size/**/:/**/small;
	} /* other IEs */

body{
	background:#bfbfbf;
}

a{color:#000;text-decoration:underline;}
a:visited{color:#000;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}
a:active{color:#000;text-decoration:none;}


p{
	margin:0.2em 0 1em;
}

div.head{
	border:1px solid #bfbfbf;
	border-width:40px 62px;
	background:#fff;
}
* html div.head{
	padding:20px;
}
div.head div{
	height:56px;
	background:#f00 url(../images/head_l.gif) no-repeat 0 0;
	margin:20px;
}

div.head h1{
	height:56px;
	background:url(../images/head_r.gif) no-repeat right top;
	text-align:center;
	color:#fff;
	line-height:56px;
}

div.head h1 span{
	display:block;
	height:56px;
	background:url(../images/pixel.gif) no-repeat 50% 50%;
}

#news{
	border:1px solid #fff;
	border-width:50px 62px;
	text-align: justify;
	font-size:1.3em;	
}

#news dl{
	margin:40px;
}

#news dl dt{
	background:url(../images/mark.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	font-weight:bold;
}

#news dl dd{
	margin:0 0 2em;
}

	.list  a:link, .list  a:visited{
		text-decoration:none;
		color:#000;
		}
	
	.list  a:hover,.list a:active{
		text-decoration:none;
		color:#fff;
	}

a#main{
	display:block;
	background:url(../images/b_main.gif) no-repeat 0 0;
	width:320px;
	height:64px;
	float:right;
	margin:0 40px 40px 0;
}
a#back{
	display:block;
	background:url(../images/b_back.gif) no-repeat 0 0;
	width:320px;
	height:64px;
	float:left;
	margin:0 0 40px 40px;
}
a#next{
	display:block;
	background:url(../images/b_next.gif) no-repeat 0 0;
	width:320px;
	height:64px;
	float:left;
	margin:0 0 40px 40px;
}
a#tonews{
	display:block;
	background:url(../images/b_news.gif) no-repeat 0 0;
	width:320px;
	height:64px;
	float:left;
	margin:0 0 40px 40px;
}

* html  a#main{

}

* html  a#back{

}


#news #print_comments form dd.topic{background:#a0bdc1;}

#news .pages{
	margin: 10px 35px;
	font-size:0.75em;
	border:1px #949494 solid;
	background:#aaa;
	padding:5px;
}

.hide{display:none;}

.clear{clear:both;}

div.content{
	overflow:hidden;
}

div.left{
	overflow:hidden;
	width:50%;
	float:left;
	text-align:center;
	margin-top:100px;
}

	div.left *{margin:0;padding:0;}
	
	div.obl img{
		margin:0 auto;
		display:block;
	}
	
	
div.right{
	overflow:hidden;
	width:50%;
	float:right;
	text-align:center;	
	margin-top:35px;
}

	div.right ul{
		list-style:none;
		margin:0 auto;
		width:320px;
	}
	div.right li{
		margin: 65px 0 0 0;
		background:#fff url(../images/pixel.gif) no-repeat 0 0;
	}
	div.right li a{
		display:block;
		width:320px;
		height:65px;
		text-decoration:none;
	}
		div.right li a span{visibility:hidden;}
	
