﻿@charset "utf-8";

	body{
	background-color:#e3cc94;
	margin:0; 
	padding:0;
	color:#300;
	font-size:11px;
	}
	
	#content{
	margin:0 auto; 
	padding:0;
	text-align:center; 
	width:786px; 
	background:#fff;
	}
	
	#banner{
	text-align:left;
	background:url(images/header.jpg) repeat-x 0 100%;
	height:104px;
	width:786px;
	}
	
	#footer{
	font-size:10px; 
	text-align:center; 
	border-top: #ebc4b1 solid 3px;
	padding:3px 0 15px 0;
	color:#666;
	}
	
	#footer a{
	color:#666;
	}
	
	.description{
	text-align:left;
	margin: 6px 50px;
	}
	
	.rssfield{
	width:300px; 
	text-align:left; 
	padding:15px; 
	border:#ebc4b1 dashed 3px;
	margin:5px;
	background-color:#f6f1da;
	}
	
	.rssheadlines {
	font-size:10px;
	backgroung:#fff;
	}
	
	a.rssheadlines {
	font-size:12px;
	font-weight:bold;
	backgroung:#fff;
	}
	
	
	h1 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:40px 0 0 55px;
	}
	
	h1 a {
	color:#fff;
	}
	
	
	h2 {
	text-align:left; 
	font-size:14px; 
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom: 1px solid #009;}	
	
	a{
	color:#009;
	text-decoration:none;
	}
	
