body{
    font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	background-color:#FE9900;
	font-size:0.7em;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#mainContainer{
	width:100%;
	margin:0 auto;
	text-align:left;
	height:100%;		
	padding-bottom:30px;
}

#header{
	height:64px;
	margin-right:0px;
	margin-bottom:10px;
}

.rightmenu{
	float:right;
	margin-top:4px;
	margin-right:10px;
}

#colors{
	text-align:right;
}

#colors img{
	border:none;
	padding: 2px 0 0 0;
}

#siteTitle{
	float:left;
	border:none;
}

#editorTitle{
	float:right;
	border:none;
}

#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
	float:right;
	width:300px;
	background-color:#FFF;
	border:2px solid #317082;
	padding:2px;
	margin-right:2px;
	margin-top:2px;
	visibility:hidden;
}

#dropdownmenus img{
	border:none;
}
