/*Layout*/
#page{
	width:800px;
	margin: 0 auto 0 auto;
	background:#555555;
	
}

#content {

	width:540px;
	float: left;
	background:url('/images/rss.gif');
	top:0px;
	left:0px;
	padding-top:10px;
	background-repeat:no-repeat;
	border-right:3px solid #555555;
	background-color:white;

	/*Uncomment the line below for content on right*/
	/*float:right;*/
}

#menu {
	float:right;
	background:#555555;
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}

.footerHeader {
	margin:0px 0px 0px 0px;
	clear:both;
	background:url('/images/navback.gif');
	background-repeat: repeat-x;
	text-align:right;
	height:32px;
	font-family: arial;
	font-style:italic;
	font-weight:bold;
	color:white; 
	font-size: .7em;
	padding-right:10px;
	color:white;
}