html,
body
{
	background: #fff url(/images/emblem_big_faded.gif) fixed no-repeat;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px;
	padding: 0;
}


/*
MAIN LAYOUT STYLES
*/

#header
{
	background: url(/images/full_logo_hifi.gif) no-repeat;
	height: 107px;
	margin: 0 auto 15px auto;
	width: 627px;
}

#header h1
{
	display: none;
}

#header img
{
	border-style: none;
	display: block;
	width: 0;
}

#header a
{
	border-style: none;
	display: block;
	width: 627px;
}

#layout
{
    margin: 0 auto;
    width: 700px;
}

#content
{

}

#sidebar
{

}

#footer
{
	border: 2px solid #009;
	border-width: 2px 0 0 0;
    text-align: center;
}




/*
MODIFIERS FOR #sidebar
*/

#sidebar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li
{
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

#sidebar ul li a
{
	color: #009;
	text-decoration: none;
}

#sidebar ul li a:hover
{
	color: red;
	text-decoration: underline;
}



/*
LAYOUT MODIFIERS FOR #content
*/

#content h2
{
	margin-top: 0;
}

#content ul li dl
{
	font-size: 90%;
	margin: 15px 0 15px 15px;
}

#content ul li dl dt
{
	margin: 10px 0 5px 0;
}

#content th, td
{
	border-bottom: 1px solid #DDD;
	padding: 1em 0.5em;
	text-align: left;
}

#content td
{
	font: smaller Verdana, "Andale Mono", Courier, "Courier New", monospace;
}

#content th,
#content td.divider
{
	border-right: 1px solid gray;
}

#content thead th
{
	border: 1px solid gray;
	border-width: 0 1px 1px 0;
}


/*
TEXT MODIFIERS
*/

.highlight
{
	background: #ff6;
}