@charset "utf-8";
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF url(../images/main_bg.jpg) center 45px no-repeat;
	margin:10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}

p {
	text-align:justify;
}

.oneColFixCtr #mainPart {
	width:  955px;
	height: 423px;
	background: url(../images/main_map.jpg) no-repeat;
	margin-bottom: 5px;
}
.oneColFixCtr #mainBg {
	width:  955px;
}
.oneColFixCtr #container {
	width: 955px;  
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
.oneColFixCtr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearFix0 {
	clear:both;
	font-size:1px;
	height:1px;
	width:230px;
}
.clearFix1 {
	clear:both;
	font-size:1px;
	height:10px;
}
.clearFix2 {
	clear:both;
	font-size:1px;
	height:20px;
}
.oneColFixCtr #news {
    float:right;
    margin:0;
	padding:0;
	width: 425px;
	font-size:12px;
	line-height:18px;
	background-image: url(../images/news_bg.gif);
    background-repeat: no-repeat;
}
.oneColFixCtr #news h1 {
  margin: 6px 0;
  color: #bbc3c7;
  padding-left:10px;
}

.oneColFixCtr #news2 {
    float:left;
    margin:0;
	margin-top:50px;
	margin-left:50px;
	padding:0;
	width: 350px;
	font-size:12px;
	line-height:18px;
}

.oneColFixCtr #comments {
    float:right;
    margin:0;
	padding:0;
	width: 490px;
	font-size:12px;
	line-height:18px;
}

.oneColFixCtr #minicomments {
    float:left;
    margin:0;
	padding:0;
	width: 490px;
	font-size:12px;
	line-height:18px;
}

.oneColFixCtr #footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:955px;
	height:55px;
	color:#999;
	text-align:left;
}
.oneColFixCtr #footer .content {
	margin:20px 15px 0 15px;
	padding:0;
	font-size:0.6em;	
	float:left;
	width:700px;
}
.oneColFixCtr #footer .content2 {
	margin:29px 15px 0 15px;
	padding:0;
	font-size:0.8em;
	float:right;	
	width:180px;
}
.hLine {
	height: 1px;
	color: #CCCCCC;
}
.dateBlack {
	font-size:10px;
	color:#000;	
}
a:link,a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover,a:active {
	color: #FF0000;
	text-decoration: none;
}

.oneColFixCtr #articleContent {
	float:left;
	width:470px;
	margin-left :6px;
	margin-right:6px;
	font-size:0.8em;
	line-height:1.8em;
}

.head1         {  font: bold 16px/24px ""; color: #CC0000}
.head2         {  font: bold 16px/24px ""; color: #6699CC}
.head3         {  font: bold 13px/20px ""; color: #999999}
.head3e        {  font: bold 13px/20px "Verdana"; color: #999999}

h1         {  font: bold 16px/24px ""; color: #CC0000}
h2         {  font: bold 16px/24px ""; color: #6699CC;}
h3         {  font: bold 13px/20px ""; color: #999999;}

.main       {  font: 13px/20px ""; list-style-image:url('../images/bullet01.gif')}
.white         {  color: #FFFFFF}
.red           {  color: #828D94}
.red2           {  color: #B1110F}
.blue          {  color: #6D92B7}

.oneColFixCtr #panel {
	width: 390px;
	font-size:0.8em;
	line-height:18px;
	height:260px;
	position:absolute;
	top: 130px;
	margin-left: 520px;
	padding: 15px;
}

.oneColFixCtr #panel2 {
	width: 390px;
	font-size:0.8em;
	line-height:18px;
	height:260px;
	position:absolute;
	top: 310px;
	margin-left: 520px;
	padding: 15px;
}

.oneColFixCtr #ranking1 {
  float:left;
  margin: 0 15px 0 0;
  padding:0 10px 5px 10px;
  width:230px;
  height:265px;
  background-image: url(../images/ranking_bg1.gif);
  background-repeat: no-repeat;
  font-size:0.8em;
  line-height:20px;
}
.oneColFixCtr #ranking1 h1 {
  margin: 6px 0;
  color: #FFF;
}

.oneColFixCtr #ranking2 {
  float:left;
  margin: 0 15px 0 0;
  padding:0px 10px 5px 10px;
  width:230px;
  height:265px;
  background-image: url(../images/ranking_bg2.gif);
  background-repeat: no-repeat;
  font-size:0.8em;
  line-height:20px;
}
.oneColFixCtr #ranking2 h1 {
  margin: 6px 0;
  color: #FFF;
}