body {
	background:#000000;
	background-image:url('../images/background.gif');
	background-repeat:repeat-x;
	}

#menuitem {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#menuitem tr {
	width:100%;
}

#content {  
	font-size:1em;
	border:2px solid #FFF;
	text-align:left;
	color:#fff;
	background-color:#000;
	width:100%;
	padding:0px;
}
#excerpt {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	width: 90%;
}
   
#bottom_container {
	background-color:#000;
	border:0px 1px 1px 1px;
	border-top:0px;
	border-color:#FFF;
	border-style:solid;
	width:100%-1px;
   	position: relative;
   	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:white;
	padding:4px;
}

#left-element {
   float:left;
   }
   
#left-element a {
   color:#FFF;
}

#left-element a:hover {
   color:#906;
}

#right-element {
   float:right;
   } 
