@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, arial, sans;
	font-size: 12px;
	background:#000000;
	color: #FFFFFF;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #93470E;
}
a:active {
	color: #58211A;
}
.h1 {
	font-size: 24px;
	color: #FEEFC5;
}
.h2 {
	font-size: 18px;
	color: #FEEFC5;
	
}
.h3 {
	font-size: 14px;
	color:#FFFFFF;
}
.small {
	color:#333333;
	font-size: 9px;
}

/*NAVIGATION*/

#backtop {
	width: 1024px;
	height: 222px;
	margin: 0 auto;
	position: relative;
	background-image:url(site/backtop.jpg)
}
#top {
	width: 588px;
	height: 115px;
	top: 25px;
	left: 22px;
	margin: 0 auto;
	position: relative;
}
#menu {
	top: 47px;
	left: 27px;
	margin: 0 auto;
	position: relative;
}
#body {
	width: 620px;
	min-height: 370px;
	top: 10px;
	left: 22px;
	margin: 0 auto;
	position: relative;
}	
#largebody {
	width: 720px;
	min-height: 370px;
	top: 10px;
	left: 22px;
	margin: 0 auto;
	position: relative;
}
#extra {
	text-align: right;
	height: 200px;
	width: 174px;
	left: 0px;
	bottom: 35px;
	position: fixed;
	
}
#credits {
	width: 630px;
	left: 18px;
	bottom: 0px;
	margin: 0 auto;
	position: relative;
}
#fl {
	float:left;
	clear:left;
	margin: 0 0 0 0;
}
#fr {
	float:right;
	clear:right;
	margin: 0 0 0 0;
}

/*FEED*/

div.feedburnerFeedBlock span.headline {
	font-size: 18px;
	color: #FEEFC5;
}
div.feedburnerFeedBlock p.date {
	font-size: 16px;
	color: #FEEFC5;
}


div.feedburnerFeedBlock {
	margin-top: -30px;
	font-family: Verdana, arial, sans;
	font-size: 12px;
	width: 100%;
	overflow:hidden;
}

div.feedburnerFeedBlock p.feedTitle {
	font-size: 100%;
	font-weight: bold;
}

div.feedburnerFeedBlock span.headline {
	display: block;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 10px;
}
div.feedburnerFeedBlock span.main {
	padding-top: 10px;
}
div.feedburnerFeedBlock p.date {
	margin-left: 0em;
	font-size: 80%;
	margin-right: 0em;
	color: #aaaaaa ;
}
div.feedburnerFeedBlock li {
	text-indent: 0px ;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom:4px solid #ccc;
}
div.feedburnerFeedBlock ul {
	margin:0px;
	padding-bottom:0px;
	border-bottom:0px dotted #ccc;
	list-style:none;
}
div.feedburnerFeedBlock li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div.feedburnerFeedBlock li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #93470E;
}
div.feedburnerFeedBlock li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8B6969;
}
div.feedburnerFeedBlock li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #F96C84;
}

#creditfooter {
	display: none;
}

