@charset "utf-8";

html {
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
}

a:link {
	color: #FFCC33;
}
a:visited {
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}


.clear {
    clear: both;
}

#container {
    width: 950px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
    background-color: #ab0000;
}


#container2 {
    width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
    background-color: #ab0000;
}


#left-box {
    width: 600px;
	float: left;
}

#right-box {
    width: 350px;
	float:right;
}


.news-box {
	margin-bottom:10px;
}

.news-line {
    height: 20px;
    line-height:20px;
	padding-left:16px;
	background-image:url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1ex;
}

.news-dot {
	height:1px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;	
}



.ofject {
    width: 320px;
	height: 265px;
	margin-top:10px;
    margin-left:auto;
	margin-right:auto;
}

.ofject-text {
    width:350px;
    margin-top:6px;
    text-align:center;
}