html>body {
	height: 100%;
}
body {
	font-size: 12px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Monaco, sans-serif;
}
h1,h2,h3,h4,h5,h6 { /* The headers of the page */
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 150%;
	font-weight: 100;
	color: #999999;
}
#container { /* The container div holds all others and centers the page with.... */
	position: relative;
	width: 750px;
	margin-left: auto; /* ... this tag, */
	margin-right: auto; /* and this tag! */
}
#header { /* This is the header of the page, with no border on the left, because the container div already has a border-left! */
	width: 750px;
	height: 100px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	display: none;
}
#header h1 { /* The first line of text in the header div */
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	font-size: 25px;
	line-height: 50px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -3px;
}
#h2div { /* The div that holds the seconed line of text in the header */
	margin-top: -35px;
	width: 750px;
	vertical-align: middle;
}
#h2div h2 { /* The second line of text in the header div */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	color: #CDCDCD;
	letter-spacing: 2px;
}


/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/
#left {
	border: 0;
	float: left;
	height: 100%;
	display: none;
}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 5px;
}
#left ul li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #999;
	display: block;
	width: 100px;
	line-height: 18px;
}
#left ul li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: black;
	border-left: 0;
	border-right: 1px solid #000000;
}
.accesskey {
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-spacing: -1px;
}
/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/


#core { /* This div holds all your contents */
	margin: 5px -1px 5px 10px;
	border: 0px solid #999999;
	float: right;
}
#core p, #core h1, #core h2, #core h3, #core h4, #core h5, #core h6 { /* some padding for the paragraphs and headers inside the core div */
	padding: 0px 10px 0px 10px;
}
#footer { /* the footer with copyright notices and links to validators, again without border-left since it's within the container div. */
	display: none;
	clear: both;
	width: 750px;
	height: 40px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	border-collapse: collapse;
}
#footer a, #footer a:link { /* The footer hyperlinks are styled here */
	text-decoration: none;
	vertical-align: middle;
	color: #999999;
	padding: 3px;
}