/*----- Styles for screen viewers -----*/
html {	background: url(../media/images/page-bg.png) repeat; }
#container
{
	background: #000;
	border: 1px solid #ccc;
	height: 100%;
	margin: 10px auto;
	width: 760px;
	color: #fff;
}
#content
{
	margin: 0px 0px 3em 0px;
	padding: .5em;
}
#footer { height: 3em; width: 760px; text-align: center; }
#header
{
	background: url(../media/images/header-bg.png) repeat-x;
}
#navbar
{
	list-style: none;
	padding: 2px;
	position: relative;
	text-align: center;
}
#navbar li { display: inline; font-weight: bold; margin: auto 2px; }
#navbar li a { color: #fff; font-size: small; font-weight: 400; text-decoration: none; }
#navbar li a:hover { font-weight: bolder; }

/* typography */
*
{
	font-family: "Trebuchet MS";
	line-height: 1.5em;
}
h1 { font-size: 150%; letter-spacing: 110%; text-transform: uppercase; }
h2 { font-size: 120%; font-style: italic; }