*
{
	font-size: 15px;
}

h2
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 33px;	
	letter-spacing: -1px;	
}

html
{
	background: url(../images/news_back.jpg);
}
body {
	width: 950px;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

#container
{
	width: 950px;
	background: #fbfbfb;
	height: 100%;
}

#head
{
	width: 950px;
	height: 120px;
	display: block;
}

#menu
{
	width: 950px;
	height: 40px;
	background: #eeeeee;
	display: block;
}
/*
#menu ul
{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 9px;
		zoom: 1;
	*display:inline;
}

#menu ul li 
{
	display: inline-block;
	margin-left: 0px;
		zoom: 1;
	*display:inline;
}

#menu ul li a
{
	display:inline-block;
		zoom: 1;
	*display:inline;
}

#menu ul .item 
{
	display: none;	
	position: absolute;
}

#menu ul:hover .item
{
	position: absolute;
	background: blue;
	display: block;
	margin-top: 0px;
	width: 100px;
}
*/


#leftColumn
{
	float: left;
	width: 215px;
/*	background: gray;*/
/*	display: inline-block;*/
}

#middleColumn
{
	float: left;
	width: 500px;
	display: block;
/*	display: inline-block;*/
	/*
	border-left: 5px solid black;
	border-right: 5px solid black;
	*/
	margin-left: 5px;
}

#rightColumn
{
	float: left;
	width: 215px;
/*	display: inline-block;*/
	margin-left: 10px;
}

#sideMenu
{
	width:200px;
	margin: 0px;
	padding: 0px;
}

#sideMenu ul
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#sideMenu ul li
{
	display: block;	
	margin-left: 10px;
	margin-top: 2px;
	background: gold;
	padding: 5px;
	list-style: none;
}

#sideMenu ul li:hover
{
	background: black;
}

#sideMenu ul li a
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: blue;
}

#sideMenu ul li a:hover
{
	color: white;
	text-decoration: none;
}

#footer
{
	width: 950px;
	height: 50px;
	background: #eeeeee;
}

#footer a
{
	color: black;
	text-decoration: none;
}

#footer a:hover
{
	color: black;
	text-decoration: underline;
}

.weather
{
	background: #f0f0f0;
}

.date
{
	display: inline-block; width: 80px; margin-top: 5px;
}

.date_title
{
	border-bottom: 3px solid gray; width: 80px; display: inline-block;
}

.article_link
{
	display: inline-block; width: 400px; margin-top: 5px; margin-left: 7px;
}

.article_link a
{
	color: black;
	text-decoration: none;
}

.article_link a:hover
{
	text-decoration: underline;
}

.article_title
{
	border-bottom: 3px solid gray;width: 400px; display: inline-block;
}

.slider_link a
{
	color: white;
	text-decoration: none;
}

#article-info
{
	font-weight: normal;
	clear: both;
	font-size: 11px;
	color: #555555;
	margin-top: 8px;
	margin-right: 0px;	
	margin-bottom: 10px;
}

#article-info h5
{
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;	
	margin-right: 5px;
	display: inline-block;
	padding: 0px;
}

#tools
{
	position: relative;
	border: 1px solid gray;
	width: 490px;
	height: 21px;
	margin-bottom: 5px;
	margin-left: -1px;
}

#second_links
{
	padding-left: 10px;
}
#second_links li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid gray; display: block; width: 190px;
}

#second_links span
{
	display: block;
}

#second_links a
{
	color: blue;	
}

#search
{
	margin-left: 10px;
}

#info_box
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background: #dededa;
}

#cont_wrap
{
	background: url(../images/black_bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
}

#linksapi {
	display: inline-block;
	width: 500px;
	min-height: 300px;
	margin-top: 10px;
	margin-left: 10px;
}
.linkapi {
	float: left;
	width: 230px;
	height: 35px;
	margin: 5px;
	margin-top: 0px;
	padding: 5px 0px;
	font-size: 13px;
	word-wrap: break-word;
	text-align: center;
	overflow: hidden;
}
.linkapi a {
	color: #c2181e;
	text-decoration: underline;
}
.linkapi a:hover, .linkapi a:focus {
	text-decoration: none;
}
