body {
        background: #000;
	margin: 0px;
        color: #FBFDC9;
        text-align: center;
        font: arial,serif;
}
a {
	font-size: 12px;
	color: #F2D136;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F2D136;
}
a:hover {
	color: #F1F830;
}
a:active {
	text-decoration: none;
}

#main{
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 750px;
	height: 900px;
        text-align: left;
}

#title{
        position: absolute;
        width: 450px;
        left: 250px;
        top: 50px;
        text-align: right;

}
#menu{
        position: absolute;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
        left: 0px;
        top: 230px;
}

#message{
        position: absolute;
        width: 550px;
        left: 190px;
        top: 227px;
}

#blob1{
        position: absolute;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	border:1px solid #eb7622;
	background-color:#000;
	margin:1px;
	padding:1px;
        left: 0px;
        top: 560px;
	width:120px;
	font-size: 12px;
}

#blob2{
        position: absolute;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	border:1px solid #eb7622;
	background-color:#000;
	margin:1px;
	padding:1px;
        left: 0px;
        top: 680px;
	width:120px;
	font-size: 12px;
}

#dhtmlgoodies_menu{		
	font-family:arial;	/* Font for main menu items */
	width:123px;	/* Width of main menu */
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#F2D136;	/* Black text color */
		
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #333;	/* Black border */
	background-color:#000;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
		
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#fff;
	background-color:#600000;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #333;
	background-color:#000;
	font-family:arial;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#F2D136;	/* Black text color */
		
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
		
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#fff;	/* White text */
	background-color:#600000;	/* Blue background */
}

.headline a {
	font-size: 20px;
	vertical-align:middle;	/* Align text in the middle */
	background-color:#000;	/* Light blue background color */
	margin:5px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
        color: #a94d12;
        font: bold;
}
.date {
	font-size: 10px;
	color: #999;
}
.feedburnerFeedBlock li {
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #555;	/* Black border */
	background-color:#000;	/* Light blue background color */
	margin:20px;	/* A little bit of air */
	padding:5px;	/* Air between border and text inside */
        list-style: none;
}
