html, body { border: 0; margin: 0; padding: 0; height: 100%;}
body {
	background: #000;
	color: #f2f2f2;
	font-family: verdana, arial, helvetica, sans-serif;
	}
#expander {
	min-width: 780px;
	max-width: 1150px;
	margin: 0 auto;	position: relative;
	background: transparent url(../images/tile.jpg) repeat;
	}
/****************** Main Page Columns Structure *****************/
#header {
	background: transparent url(../images/headerBkgrd.gif) repeat-x;
	}
#header img {
	display: block;	/* An inline img will get 3px for subscript like "y", "j" */
	}
#container {
	background: transparent;
	}
#content {
	background: transparent;
	border-left: 170px solid #000;
	padding: 0 10px 20px 40px;
	}
#content:after {
	content: "";
	display: table;
	clear: both;
}
#menu {
	width: 200px;
	min-height: 434px;
	background: transparent url(../images/menuBkgrd.jpg) no-repeat;
	float: left;
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	position: relative;
	}
#footer {
	clear: both;
	position: relative;
	z-index: 15;
	height: 10px;
	background: #000;
	}
/*************** Menu Rules ***************/
#bird {
     position: absolute;
	top: 5px;
	left: 25px;
     z-index: 100;
	}
#menu ul {
     position: relative;
	z-index: 50;
     margin: -45px 0 0 0;
     padding: 0;
	}
#menu li {
  	background: transparent url(../images/menuBkgrd_bottom.jpg) repeat-y;
    padding: .2em;
     color: #800000;
     }
#menu li:nth-of-type(1),
#menu li:nth-of-type(2) {
	background: none;
}
#menu a {
     color: #800000;
     font-size: 1em;
     padding-right: 3px;
	}
#menu a:hover {
	color: #cc0000;
	background: transparent url(../images/buttonBkgrd.png) repeat-x center right;
     }
#menu #current {
	color: #cc0000;
	}
/*************** General Rules ***************/
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
a { text-decoration: none; }
a:link { color: #fff; }
a:visited { color: #ECB3FF; }
a:hover { color: #64A5FF; }
p {
	text-indent: 2.5em;
	line-height: 1.2em;
	margin-left: 10px;
	}
h1 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	color: #fff;
	}
.print_only {
	display: none;
	}
#content img {
     border: 2px solid #000;
     }
#holder * {
	outline: none;
	}