| /* The masthead */
#masthead
{
	width: 742px;
	height: 100px;
	background: #bbd9ee;
	border: none;
	margin: 4px 4px 20px 4px;
}
/* The site name text */
#masthead #sitename
{
	position: absolute;
	text-align: left;
	font: bold 3.0em verdana, geneva, helvetica, arial, sans-serif;
	color: white;
	background: transparent;
	padding: 0;
	border: none;
	margin: 20px 0 0 20px;
}
/* The container for the flags */
#masthead #flags
{
	float: right;
	margin: 80px 5px 0 5px;
}
/* The outer container for the buttons */
#masthead #buttons-outer
{
	float: right;
	padding-right: 4px;
}
/* An invisible component that pads the button UL down
   from the top of the masthead */
#masthead #buttons-outer #buttons-pad
{
	height: 77px;
}
/* The UL container for the buttons */
#masthead #buttons-outer #buttons-ul
{
	height: 26px;
}
 |