html, body { border: 0; margin: 0; padding: 0; height: 100%;}
body {			/* The BODY contains the padding that pushes in the SIZER */
	padding: 0 390px;
	margin: 0;
	background: #000;
	color: #fff;
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	}
#sizer {			/* The SIZER takes a percentage of the space left by the BODY */
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 370px;
	}
#expander {		/* The EXPANDER uses negative margins to push out the sides and take back the space lost to BODY padding */
	margin: 0 -390px;
	min-width: 780px;	/* critical Safari fix */
	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;
	padding-left: 200px;
	padding-right: 10px;
	}
#content {
	background: transparent;
	border-left: 170px solid #000;
	margin-left: -200px;
	padding-left: 30px;
	padding-bottom: 20px;
	float: right;
	width: 100%;
	}
#menu {
	width: 200px;
	height: 434px;
	margin-left: -200px;
	background: transparent url(../images/menuBkgrd.jpg) no-repeat;
	float: left;
	display: inline;
	}
#footer {
	clear: both;
	position: relative;
	z-index: 15;
	height: 1px;
	background: #000;
	}
/*************** Menu Rules ***************/
#bird {
     position: relative;
	top: 5px;
	left: 25px;
     z-index: 100;
	}
#menu ul {
     position: relative;
	z-index: 50;
     margin: 20px 0 0 5px;
     padding: 0;
	}
#menu li {
     padding: .2em;
     color: #800000;
     }
#menu a {
     color: #800000;
     font-size: 1em;
     padding-right: 7px;
	}
#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: #00f; }
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;
	}
#content img {
     border: 2px solid #000;
     }