/* Global */
 * {
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: 13pt;
}

.hidden {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}

body {
	background: url(../img/BG_page.gif) repeat-x fixed top #593305;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background: #4c2d00;
}

h1 {
	font-size: 58pt; 
	letter-spacing: -.075em; 
}

h2 {
	font-size: 42pt; 
	letter-spacing: -.075em; 
}

h3 {
	font-size: 26pt; 
	letter-spacing: -.075em; 
	line-height: .7em;
}

a {
	color: #ff8a00;
}

a:hover {
	border: 0;
	background: #b26000;
}

/* Sponsor */
#sponsor {
	display: none;
	width: 900px;
	height: 135px;
	margin: 0 auto 0 auto;
	background: #000;
}

/* Header */
#header {
	padding: 20px 20px 30px 20px;
}

#header h1 {
	color: #ff8a00;
	display: inline; 
}

#header h1.year {
	color: #b26000; 
	font-weight: normal;
}

#header h2.byline {
	color: #311d00; 
	letter-spacing: -.1em;
	line-height: .4em;	
}


/* Navigation */
#navigation {
	height: 50px;
	background: url(../img/BG_nav.gif) repeat-x top #422701;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	height: 33px;
	padding: 17px 21px 0 20px;
	background: url(../img/BG_nav.gif) repeat-x top #422701;
	text-decoration: none;
	color: #ff8a00;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#navigation a:hover {
	background: url(../img/BG_navOver.gif) repeat-x left #ff8a00;
	color: #422e12;
}

#navigation a.selected {
	background: url(../img/BG_navSelected.gif) repeat-x bottom #593a15;
}

#navigation a.selected:hover {
	color: #ff8a00;
}


/* Content Area */
#content {
	background: url(../img/BG_sidebar.jpg) no-repeat top right #4c2d00;
	clear: both;
	width: 900px;
	min-height: 500px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 260px;
	padding: 20px;
}

#sidebar h2 {
	color: #b26000;
	font-size: 16pt;
}

#sidebar p {
	color: #894c00;
	line-height: 13pt;
	font-size: 75%;
}


/* Footer */
#footer {
	clear: both;
	padding: 15px 0 15px 0;
}

#footer h6 {
	font-size: 12pt;
	letter-spacing: -1px;
	color: #ff8a00;
	padding-left: 20px;
	font-weight: normal;
}

