* { margin: 0; padding: 0; }


body {
	background: url(../images/bg-gr.jpg) 0 0 repeat-x;
	background-color:#aeaeae;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin:0;
}	

img {
	border:0px;
}

#outercontainer {
	/* background: url(../images/apd/bg_header.gif) 0 0 repeat-x; */
	width: 100%;
	overflow:visible;
	text-align: center; /* center site in IE 5.5 */
}
#outercontainer:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}	

#innercontainer {
	width: 960px;
	margin: 0 auto; /* center site in all other browsers */
	background-color:#ccc;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-top:10px;
}
#innercontainer:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

#content {
	margin:-5px 0 0 15px;
	text-align:left;
}

#header {
	background: url(../images/top-bar.gif) 0 0 no-repeat;
	width:940px;
	height:60px;
	padding-top:5px;
}

#header-block {
	margin:0 0 0 570px;
	height:40px;
	padding-top:10px;
	width:340px;
	background: url(../images/google-bg.gif) 0 0 no-repeat;
}
#header-text-block a {
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}
#header-text-block a:hover {
	text-decoration:underline;
}

#save-links {
	margin:0 0 10px 10px;
}
#save-links a {
	text-decoration:none;
}
#save-links a:hover {
	text-decoration:underline;
}

.feed-box {
	background: url(../images/block-bg.jpg) 0 27px repeat-x;
	width:206px;
	height:334px;
	float:left;
	margin-right:12px;
	padding:0px 10px 8px 8px;
	overflow:hidden;
}
.feed-box-news {
	width:205px;
	height:290px;
	overflow:hidden;
	margin-top:10px;
}
.feed-box h1 {
	font-size:2em;
	font-weight:bold;
	display:inline;
}
.news-title a {
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
	margin-bottom:8px;
	padding-bottom:2px;
	display:block;
}
.news-title a:hover {
	color:#ccc;
	border-bottom:1px dashed #fe0000;
}
#feed_error {
	color:#fff;
	font-size:1.2em;
	text-align:center;
}


