@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 8px;
	color: #ffd189;
}
body {
	background-color: #753a00;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #e28a06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e28a06;
}
a:hover {
	text-decoration: underline;
	color: lightgrey;
}
a:active {
	text-decoration: none;
	color: #e28a06;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	margin-left: 3px;
	margin-bottom:5px;
}

#container {
	width: 1000px;
	margin: auto;
	background-color: #412000;
	border-style:solid;
	border-width:2px;
	border-color:#351b00;
}	

#sidebar {
	width: 270px;
	float: left;
	margin-left: 4px;
	margin-top: 7px;
}

.rssfeed {
	width:268px;
	height:256px;
	float: left;
	background-image:url(images/bgrss.jpg);
	background-repeat:no-repeat;
	}
	
.videos {
	width:250px;
	float:left;
	margin-left:20px;
	}	
	
#footer {
	width: 1000px;
	margin: auto;
	margin-top: 4px;
}	

#footer-left {
	width: 480px;
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffd189;
}

#footer-left a{
	color: #ffd189;
}


#footer-rigth {
	width: 480px;
	float: right;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffd189;
}
#footer-rigth a{
	color: #ffd189;
	}	


#content {
	width: 720px;
	float: right;
	margin-right:5px;

	
}

.clear {
	clear: both;
}	
.feedburnerFeedBlock{
	margin-top:8px;
}

	

.feedburnerFeedBlock ul li {
	list-style: none;
	list-style-image: none;
	width: 200px;

	margin-left: -34px;
	margin-top: 23px
	
}	

.creditfooter {
	margin-left:20px;
	float:left;
	}